Archive Widget Customization
-
Is there anyway to make the posts under each month show up instead of simply a post count? I’ve tried several work arounds, the most appealing of which was a category side widget that had a “show taxonomy” feature but turned out to be a bust.
Using the Intergalactic Theme at: http://www.maketrybe.wordpress.com
Much thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Manually code it and update it every time you make a post. That’s the only way to completely control the look.
What didn’t work about the “show taxonomy” workaround?
-
The archives widget doesn’t display individual posts. You can use display posts shortcode in a text widget to display links to individual, dated posts, in chronological order.
Display most recent 100 posts*, ordered by title:
[display-posts order="ASC" posts_per_page="-1" include_date="true" orderby="title"]
ordered by date:
[display-posts posts_per_page="-1" include_date="true" orderby="date"]
* The value “-1” will display all posts to the maximum of 100 allowed by the display posts shortcode. You can set the number of posts to any value between -1 and 100.
-
I clicked on taxonomy and it just didn’t do anything. The display posts worked good enough. Thank you!
-
I clicked on taxonomy and it just didn’t do anything.
Not only taxonomy. I tested each of the visibility options in the Archives widget and the widget failed to display in each case except when limited by author. Category, tag, date, page, and taxonomy limits resulted in the failure of the widget to display.
The display posts worked good enough. Thank you!
Good. Glad to help. Will let you know I find a better option.
- The topic ‘Archive Widget Customization’ is closed to new replies.