To insert code use <code>...</code>.
Can't find Settings -> Blog anywhere
  • I am a complete nube here, and I'm trying to follow directions in setting up my WP (version 3.3.1) site. It says I need to go to WP's "Settings -> Blog" and find the "Blog General module". I see the "Settings" buton, and inside are "General" "Writing" "Reading" etc. but no "Blog". I can't find it anywhere and I'm at a loss. Any idea where it is? Are these directions to an older version of WP? If so what is the equivalent to those directions in the new version?

    Thanks so much!

    delvefilms
  • 3 Comments sorted by
  • Hi Delvefilms,

    Just make a page called blog and home..

    goto your blog settings of stiking and your home settings of striking and assign to pages to be your blog page and home page.

    after that start making your menu and assign the pages to your menu.

    The wordpress menu system

    If you have any questions left don't hestitate to ask them.
    Best regards,
    BackuPs
  • Thanks BackuPs, that worked great. I have one more question (for now :) ) : How do you turn off the shadow box effect on the Feature Header's border? I'm trying to make it look like a the same image in the Header Background and the Feature Header background, however, the shadow box effect ruins the illusion. You can see what I mean here: www.mystmovie.net
  • hi

    just insert this code into the custom css field of striking


    #feature .top_shadow {
    background: none;
    }


    for the slider


    #nivo_slider_wrap {
    background: none;
    }


    If you have any questions left don't hestitate to ask them.
    Best regards,
    BackuPs