directory-style posts listing
How To Display Posts on a Directory-Like Page
Task At Hand: Create a WordPress page to display a listing of all posts within a category. Make it a page (not a post) so it shows up in the menu navigation bar.
The default ‘Recent Posts’ widget for a sidebar can only display 15 posts at the most. I wanted to do something similar on a page for this blog (the one you’re on right now) for my Blogging Articles category. I also wanted it to display all post titles, not just 15. What I need was a plugin to create a directory-style listing for a category, almost like an HTML sitemap.
I wanted to do it without monkeying around with the theme because I update my themes a lot and don’t want to create a maintenance nightmare. That means it had to be a plugin and it had to use [shortcode].
Plugin(s) You’ll Need:
- List Category Posts The parameters for the plugin are on the Other Notes link on that page.
Look up at my menu bar at the Blogging Articles tab. I wanted to display all post titles from the Blogging Articles category, not just the default 15. I wanted them ordered alphabetically, along with their date. (Since writing this article, I am now displaying the posts by date order instead of alphabetically.)
Here’s the shortcode I used to create the post listing:
Web Hosting Q & A
- WebHostingHub WordPress Hosting
- How do I start a professional-level blog?
- Do you know any good free web host with cPanel that can run WordPress?
- How do you access your cPanel for a site hosted by register.com?
- Which should I use for my website ipage or bluehost?
- Is iPage a Good Hosting Site for WordPress?
- iPage or Apache web hosting?
- iPage Website Builder and Domain Hoster
- Which is the better web host for WordPress, iPage or BlueHost?
- How do I transfer my wordpress blog from one hosting account to another?
- Where Can I Find a Hostgator Coupon or Hostgator Discount Code?
- Godaddy vs. Hostgator for WordPress Hosting
- Does iPage web hosting company have a deal online?
- HostGator Coupons: Do you know of any valid HostGator coupon codes?
- How Do I Use WordPress to Build My Site?
Why Get Blog Hosting?
Blogging Articles
- WebHostingHub WordPress Hosting
- Post Snippets: Must Have WordPress Plugin for Inserting Shortcodes
- Why Would I Want A WordPress Blog?
- WordPress: Images In Comments Are Missing After 3.0.5 Upgrade
- WordPress Is Stuck After Automatic Update
- Relief For A Slow WordPress Blog
- Three Reasons to Use WordPress
- Moving a WordPress Blog to a New Web Host
- How To Create A Review Site In WordPress
- How To Stop Fake Trackbacks On Your WordPress Blog
- Get Ready For WordPress 3.0
- Writing Great Blog Comments So They Get Approved
- Adding a Secure Contact Form to WordPress
- The Benefits of Adding a Blog to Your Website
- Picking the Right Web Hosting Company When You Don’t Know Jack
Recent Posts
- WebHostingHub WordPress Hosting
- How do I start a professional-level blog?
- Do you know any good free web host with cPanel that can run WordPress?
- How do you access your cPanel for a site hosted by register.com?
- Which should I use for my website ipage or bluehost?
- Is iPage a Good Hosting Site for WordPress?
- iPage or Apache web hosting?
- iPage Website Builder and Domain Hoster
- Which is the better web host for WordPress, iPage or BlueHost?
- How do I transfer my wordpress blog from one hosting account to another?
- Where Can I Find a Hostgator Coupon or Hostgator Discount Code?
- Godaddy vs. Hostgator for WordPress Hosting
- Does iPage web hosting company have a deal online?
- HostGator Coupons: Do you know of any valid HostGator coupon codes?
- How Do I Use WordPress to Build My Site?

