• I am using the wedding bells theme and I have set my static page to be my about us page – so now I have two pages the same. How do I get rid of the about us link in the main menu bar. I am puzzled. can anyone help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I answered the same question in another thread: http://wordpress.org/support/topic/theme-wedding-bells-static-page

    Thread Starter redstring

    (@redstring)

    Thanks can you help me with another problem I am trying to get a rotating banner to work and even when I use the sample java script I see the image but it does not rotate:

    sample script:

    <div id="banner"><script src="http://www.bu.edu/nis/lib/jquery/crossslide.js" type="text/javascript"></script><script type="text/javascript">// <![CDATA[
    jQuery(document).ready(function($) { $('#bannerimage').crossSlide({ sleep: 2, fade: 2, shuffle: 0 }, [
    { src: 'http://www.heatispower.org/visuals/2010/08/thinkagain1000.jpg' },
    { src: 'http://www.heatispower.org/visuals/2010/08/wastedheatatsunset1000.jpg' },
    { src: 'http://www.heatispower.org/visuals/2010/08/justlikerenewables1000.jpg' },
    { src: 'http://www.heatispower.org/visuals/2010/08/letscaptureit1000.jpg' }
    ]); });
    // ]]></script>
    <div id="bannerimage" style="height: 417px; width: 1000px; align: center;"><img src="http://www.heatispower.org/visuals/2010/08/thinkagain1000.jpg" alt="" /></div>
    </div>

    do I need to add anything else to make it work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘have set home page to be static how do I get rid of page title in main menu’ is closed to new replies.