WordPress.com Hosted Site – Using [archives] Shortcode – Group By Category
-
Is there a way, on a WordPress.com hosted website, to use the [archive] shortcode, but display/group by category?
For example, I would think it would be something like this: [archive type=category order=desc].
The blog I need help with is: (visible only to logged in users)
-
You can’t use the archive shortcode in that way (I’ve tried it myself), but you can create category pages using a custom menu that will display your posts in a given category. See here for more info:
http://en.support.wordpress.com/category-pages/ -
You can use the display posts shortcode on a Page. http://en.support.wordpress.com/display-posts-shortcode/
Example:
[display-posts category="must-read" posts_per_page="-1" include_date="true" order="ASC" orderby="title"]This will list every post in the Must Read category, in alphabetical order, with the date appended to the end.
- The topic ‘WordPress.com Hosted Site – Using [archives] Shortcode – Group By Category’ is closed to new replies.