There’s often a case where you want to exclude a specific category or multiple categories from your RSS feed. This way you can publish posts and if you don’t want them to go to your RSS subscribers, they won’t. First, here’s how you exclude a category from your RSS feed. add_action('pre_get_posts','wpv_remove_cat'); function wpv_remove_cat() { if
Offering your visitors a way to subscribe to comments is a great idea, so they can follow-up and stay in touch when they’ve left a comment. This way they don’t need to subscribe to the comments feed, which people rarely ever use. I’m going to walk you through two different plugins. Subscribe to Comments Reloaded
I’ve recently started developing some more themes for myself, one for my personal site (jonathan.vc) and a new theme for one of my other blogs (ginside.com). I needed a framework that would easily allow me to build my site quickly, efficiently, and in a way that makes it easy to maintain long-term. I hadn’t used
0 comments:
Post a Comment