making an article list/post list page
-
is there a way/code to make a page that has all my articles under categories posted as links? i know there are plugins for non-wordpress hosted blogs, but i was hoping there was something like a code here to make the job easier for me because i have no idea about codes, i just write and post. anyone who can help is welcome and any kind of help will be much appreciated.
The blog I need help with is: (visible only to logged in users)
-
Yes, the Category widget. Just put it in your sidebar and then when anyone clicks on a category they go straight to a list of all your posts in that category. You can even use a Custom Menu to put it in your page tabs, like an About page.
-
i know about that already and i have one on my blog, but i want to make a page that lists all the titles as links then people can just click on them. is there such a code for that?anyways thanks for trying raincoaster!
-
All the titles from ALL categories? Some themes have the Archive page built in, or you could do one with the shortcode:
-
If you list the categories in a list or a cloud in your sidebar, every time someone clicks on that, a page is dynamically generated showing a listing of posts in that category. See more here: http://wpbtips.wordpress.com/2009/03/25/full-posts-in-archive-pages/
You might also want to look at creating a Custom Menu. This will put those categories in the navigation bar of your blog. If you have a lot of categories, this could become cluttered, but you need not use all of them. See here: http://en.support.wordpress.com/menus/
Also, some themes have a special page template for archives. Although not all do, you can still use the archives shortcode to create a list of posts. Unfortunately, it is not yet possible to sort this list by categories. See here: http://en.support.wordpress.com/archives-shortcode/
-
-
- The topic ‘making an article list/post list page’ is closed to new replies.