[HELP NEEDED] Some serious wordpress questions

by 2 replies
3
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.
#programming #needed #questions #serious #wordpress #wordpress 3.5
  • 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.
  • You want to setup Auto Blog ?

Next Topics on Trending Feed

  • 3

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