Edvenchers
Forum Replies Created
-
Any chance I can send you 10 bucks without using PayPal?
Yeah. It’s back on again. Sorry to waste your time! Gonna send a donation now. Appreciate the plugin!
Forum: Fixing WordPress
In reply to: Categories: How to display multiple excerpts?Thank you MichealH. Here is the link http://wordpress.pastebin.com/ftUA158F
Forum: Fixing WordPress
In reply to: Categories: How to display multiple excerpts?I checked the Blog pages show at most setting. I have it set to show one post per page, because I only want the latest post to display on the front page. I did an experiment and tested to see if setting it to 10 posts per page would change the way the categories are displayed. It did change it to showing 10 excerpts. However, I changed it back because I really don’t want more than one post to show on the front page.
I couldn’t find ‘posts_per_page’ but I could have looking in the wrong places.
Forum: Fixing WordPress
In reply to: Categories: How to display multiple excerpts?If following heirarchy is true for my template hierarchy, I should change the category.php file because category-{slug}.php and category-{id}.php don’t exist. Am I on the right track? If so, what exactly needs to be changed on the template?
Category Templates:
1. category-{slug}.php – If the category’s slug were news, WordPress would look for category-news.php
2. category-{id}.php – If the category’s ID were 6, WordPress would look for category-6.php
3. category.php
4. archive.php
5. index.php