larrymcg
Forum Replies Created
-
Works great now. Thanks for the help. Nice plugin.
What’s next? CSS?
Larry
Marco:
999 should do the trick.
The sort order option doesn’t seem to work yet. All post titles get displayed descending. .
Ascending:
[pcig category=rposts show=post_title links=post_title order=asc, orderby=title]and Descending
[pcig category=rposts show=post_title links=post_title order=desc, orderby=title]give exactly the same results.
Almost there. Thanks for the speedy help.
Larry
I found the source of the title number problem. In the WP Dashboard Reading settings, I have set “Blog pages show at most” to 4. If I change it to 6, I get at most six titles for any subcategory.
When you are loading up various arrays, you need to bypass the database field ‘posts_per_page’ in the table …options, which controls this title listing. The number of titles to show needs to be set independently of the database value, and should be set (to no limit) within your php code.
This may require you to rewrite a standard WP function in your code to replace whatever is used from functions.php. We don’t want to rely on changing the database value, because this will screw up the number of posts (titles) appearing on the front page.
Good luck.
Larry
[email protected][pcig category=rposts show=category_name,post_title links=post_title hide_empty=true]
WordPress 3.2.1 twentyten theme.
https://www.abqtopten.com/blog/index-restaurants/ , bottom list of three (the top two are AZIndex). There should be ten titles under the category “Larry’s Top Ten. Only four show up.
Version 0.1.3 installed yesterday
1. Both tree view and list view show only a maximum of four posts in any subcategory having five or more posts. I can’t find a setting to correct this.
2. How can I list the posts in the subcategories by title ascending instead of date descending?
https://www.abqtopten.com/blog/index-restaurants/
Help???