WordpressChina
Member
Posted 2 months ago #
I need to append each Post URL in my RSS feeds with the following:
?some-text-here
Therefore, a link back to a post in my blog in the RSS would look like:
http://www.mydomain.com/blog/post/?some-text-here
Is there a way to use the functions.php to add some code to automatically add that text to the end of all URLs? I know I can edit the code WordPress files, but that is not smart if I then need to change it each time I upgrade. It is best I think to make the change to functions.php
thomass68
Member
Posted 2 months ago #
go to settings > permalinks and choose option two
dimadin
Member
Posted 2 months ago #
thomass68, you didn't understand question, it's not that what you are saying.
WordpressChina, edit this plugin to enable this (you can copy code from it to functions.php file if you want).
WordpressChina
Member
Posted 2 months ago #
@dimadin: Thank you :) You are correct that this is what I was looking for and it works after I tweak it. thank you again!