Themes and Mods

Find Wordpress Themes, Plugins, Joomla Templates, Extensions

Best WP Sites

Posts Tagged with: wordpress rss feed tips

How to Add WordPress Custom Post Types to RSS Feed

WordPress Custom Post Types are very useful when you plan to build a CMS type of website using WordPress. If you have used “register_post_type” function to create your own post type then you might need to add your posts to RSS feed. Here is how you can add your custom post type to rss feed. […]

How to add Custom Post Title to Your WordPress Feeds

Do you want to display a different post title in your feeds for your WordPress blogs? You can easily achieve it by just adding a custom function to “functions.php” file in your theme’s folder. No need for any additional plugins. This example use All in One SEO plugin’s post title for Feed Posts title. //Add […]