• Is there anyway to keep the blog template for a specific page to show posts from a specific category only?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    recon copy and paste lib/templates/template-blog.php and rename it to template-blog-mycat.php and open it rename the Template:blog to Template: mycat blog and edit the code in new file line 33

    query_posts("cat=&showposts=$max_num_post&paged=$page");

    cat=2,43&…

    add you cat id.

    Thread Starter birons

    (@birons)

    Thanks! Sorry unrelated question, but I am having trouble keeping the orange menu line at the top staying in the shadow type format, it keeps changing to a simply solid orange bar?

    Thanks!

    Theme Author Richie KS

    (@rkcorp)

    yeap, the shadow will disappear if you have bg image or bg color saved in wp-admin->backgrounds. this is permanent i’m affraid, the shadow css is in fixed position.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Keeping 'Blog' Page Template Category Specific’ is closed to new replies.