Posts Tagged ‘category’
How to Exclude Category from Post’s Category List
dynamicwp.net - WordPress provides a function that displays the category to which a post belongs: the_category(). If the post is in multiple categories, the function will list them all, linked to the respective archive page. For some reason, maybe you want to exclude ...
How to show posts from a specific category anywhere on your website
flamescorpion.com - Often and often I’m asked by my clients for better ways to organize the information on their blogs. The classic listing of recent posts and some widgets in the sidebar just don’t make it. Readers want better organized information. The ...
How to Display Specific Category Only In Search Result
dynamicwp.net - While customizing a WordPress site, sometimes We also need to configure, how our WordPress site display the search result. On our previous code snippet, I have showed how to exclude specific category from search result. This tutorial will be the ...
How to List Categories along with Their Posts
dynamicwp.net - To help site visitor finding one or two categories, We can use default widget or wp_list_categories to list the categories. In some case, We want to display the categories along with their posts. Unfortunately, this default widget and function can’t ...
Creating Tag List or Tag Cloud for a Specific Category
webtechwise.com - Question: Is it possible to create a category specific tag cloud or to list tags per category? There are a few plugins that are supposed to enable filtering tags for specific category
How to Display Most Popular Posts from a Specific Category
dynamicwp.net - There are many way to make visitor browsing more pages in your WordPress Blog. One of them is showing most popular post on your sidebar or footer. This also help your visitors finding your best content. Most popular here I ...
How to Order Categories by Most Recently Updated
dynamicwp.net - To display categories, it has wp_list_categories function, where You can order the categories by ID, name, slug, count or term_group. Here the code to order the categories by most recently updated.
Getting Specific with WordPress Feeds
doitwithwordpress.com - WordPress has some powerful tools for fine-tuning RSS feeds, by limiting the posts it displays to a certain category, tag, author or even search result.
W4 post list – WordPress plugin
w4dev.com - With W4 development’s W4 post list, you can show your category/post list in your themes widget area. After activating plugin, you can Visit the widget area for showing the list in sidebar widget. You can include or exclude posts from inside the ...