[HELP NEEDED] Some serious wordpress questions

2 replies
I need some advice here on how to go about doing this:
  1. Want to automatically create pages for categories & get them linked to the category in the navigation menu bar automatically
  2. Want to have blog posts in each of these category pages & display 10 blog posts in boxes
  3. Want to increase the font size of the text of categories/topics mentioned in the navigation menu bar

Can anyone please help?

Thanks.

Ronak.
#needed #questions #serious #wordpress #wordpress 3.5
  • Profile picture of the author kreitje
    Hi Ronak,


    2. WordPress already creates the pages. yoursite.com/category/[category-slug] is the default setup. These show the first x number of posts and paginates them if there are more. I think this is what you want but aren't entirely sure.

    3. If you view the source you can find the parent menu item. In your theme css you could do

    Code:
    #item-id > ul li { font-size:24px; }
    where #item-id is the id of the parent menu item and 24px is the font size you want.
    Signature
    HitMyServer.com - Web, Email, Development
    HitMyServer.net - Web/Server Posts
    Do you have premium WordPress Plugins. Checkout my WordPress Plugin Manager for providing updates to your clients.
    {{ DiscussionBoard.errors[7555931].message }}
  • Profile picture of the author jking1
    You want to setup Auto Blog ?
    {{ DiscussionBoard.errors[7555934].message }}

Trending Topics