Removing a Category From Your Feed in WordPress
If you run your site on WordPress and using it as a content management system, you may have realized that there are categories of posts that you don’t want published on your feed. There...
If you run your site on WordPress and using it as a content management system, you may have realized that there are categories of posts that you don’t want published on your feed. There...
As WordPress becomes more popular in the Web Designer circles (is that possible?), many of the functions we are looking for are simply not integrated by default. One of the functions I searched for...
In WordPress, there are two ways to display a summary of a post that I have found so far. Depending on your scenario you can use either <?php the_content(‘Read more…’); ?> or <?php the_excerpt();...