No idea why your colons are getting stripped out. Your original code, or @EAMann’s answer, should both work unless you have some very strange filter going on.
But using built-in functions to get permalinks should make your life easier in general than trying to concatenate them yourself. Try this:
<a href="https://wordpress.stackexchange.com/questions/34822/<?php echo get_author_posts_url( $curauth->ID ); ?>feed/">My RSS Feed</a>
… that is, assuming that $curauth is the user object as returned by one of the get_user*, get_author*, or get_currentuserinfo() functions.
Related Posts:
- Reordering Buddy Press profile navigation [closed]
- How do I add a php statement to a jQuery string
- Adding Field to Profile “Name”
- the_author_meta not working
- How can I default to all WordPress roles when parameter is not included in shortcode?
- Removing WordPress profile fields from non-admins
- Remove username in emails or swap username for email
- Help with adding pagination to custom wp_query
- Custom profile field with birthday. Troubles with
- Show css depending on activity type in BuddyPress activity-loop [closed]
- Making BuddyPress Activity Stream (Post Type) Featured Images Clickable [closed]
- How to retrieve current wordpress profile page URL?
- How do I programmatically set a user as spam in BuddyPress? [closed]
- Modify user profile data through scripting?
- Buddypress update user avatar image via REST
- Override user-edit.php to design own profile page
- After adding my website to a new server, I keep getting a unexpected end of file error, but the file is identitcal to it’s original source
- Why BuddyPress fields not saving?
- Change homepage content if user is logged in – BuddyPress
- How to do something when user profile rendereing?
- php return username of currently viewed author profile
- implementing a jQuery “click to expand” link in WordPress [closed]
- is user member of a group, show them categories [closed]
- Wp favorites posts by specific category? [closed]
- Display multi-select box choices in a bullet list [closed]
- Customize field names in backend profile edit page through function.php [duplicate]
- Customize Buddypress adminbar [closed]
- Prevent Buddypress Rewrite Rules on Non-Buddypress pages/posts
- Generate a QR code when creating a new WordPress user
- copy fields value to another field
- How to add locations input to user profile?
- Updating User Profile information removes image
- How do I visualize the author’s post from the front end?
- Following/Followers Users list Using Ajax Pagination inside Author Profile
- Change username link in admin bar
- how to get buddy press messages based on thready_id?
- Where is the php file of single member profile view (BuddyPress)
- Create a dynamic buddupress tab
- Get string from array and start loop [closed]
- WordPress display name string manipulation
- 2 small questions: How to redirect to a created page & show that pages title in wp, bp
- How to disable the password strength meter script on reset password page?
- Add user ID to woocommerce customer dashboard
- Conditional multidimensional arrays and array_map
- How to change thumbnail src attribute?
- How to use wp_send_json() and output the value with ajax?
- make an array in wordpress cusmization api?
- Correct Syntax for uploading files to custom directory in WordPress
- Running self host server on Ubuntu, can’t increase upload limit past 2MB, tried all the solutions
- Changing regular db connection to $wpdb
- Custom HTML/CSS Theme into WordPress – SEO considerations
- what is %variable% in a wordpress plugin? [closed]
- Failed opening required in PHP
- How to Set Page Pagination Using Ajax JQuery – WordPress
- How to pass and validate nonce in custom REST routes
- How to get a database field value from a WordPress table? [closed]
- Divi – add title to mobile menu button
- Changing WP_MEMORY_LIMIT doesn’t affect actual memory limit
- How to enqueue structured data as file – jsonld file seems not to work
- Custom WordPress Function – Adding items from Foreach Loop into an array and Updating Field based on array of IDs (ACF + WooCommerce)
- How can I save a user’s Contact Form 7 inputs as separate columns in a custom WordPress table?
- Create custom API endpoint to change custom header image
- how to indicate on post listing title if user already liked this post
- wordpress – page not loading (404) even if it’s there
- if is specific custom post in cpt
- Why is this specific API request failing when sending via wp_remote_post?
- Can’t send form data to wpdb when URL has query string
- XML WP_Query problem in PHP 8.0 and 8.1
- Dynamically added text at bottom of article – non searchable by PHP code
- $wpdb how to make a record lookup
- Add a custom user meta data on registration based on user email
- Error resetting database index using ALTER TABLE in $wpdb->query
- 500 Internal Server Error PHP 8.1 Array with wordpress
- why css file not link?how to create permalink?
- How to add different menu items on different menus?
- Can I associate a custom post type with another custom post type?
- ajax problems on loading page [closed]
- add_post_type_support but for front_page only
- Rename notifications to support [closed]
- Creating posts with php-script + csv
- Woocommerce – Include custom user meta in order ‘filter by registered customer’ Ajax search
- Slick slider not working on wordpress
- Increase Upload Size with htaccess | MAMP
- Change WooCommerce Order status from frontend form submitted data
- Show Login Errors In WordPress/Elementor (Code “works”, but breaks site)
- How do I organize posts based on their taxonomy?
- php was updated – critical error [closed]
- How to use multiple custom post types to archive as front page?
- Trying to add taxonomy terms to search results page
- I updated my version of php and got error
- undefined variable in php
- functions.php doesn’t load all custom theme assets
- How to limit number of posts in the certain category and exclude the oldest post automatically
- Nav menù doesn’t display selected pages
- To perform the requested action, WordPress needs to access your web server
- Shortcode Displays 2 times
- Using Featured Image as Hero Background in Word Press
- PHP – Converting elements to actual values
- Importing data from excel sheet on webpage rather than from within phpMyAdmin
- How do I display WooCommerce products in my query to rows of 3?