Greatly Confused: Nothing Working

Forums Forums Menus Greatly Confused: Nothing Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1146
    heartbreak
    Member

    Hello,
    Today I requested some help directly from WordPress and was basically sent on a wild goose chase around the internet. Finally, I found this lovely place  <img decoding=” title=”Grin” />

    In my initial request for help, I did report that I thought the issue was with my theme. I was told that I don’t have any code (css or js) that will allow a drop down menu and to add one.

    The theme I’m using is this: http://www.themebin.com/wordpress-templ … ess-theme/. My website it

    I have installed your plugin correctly but when I paste [code:3t1jcoo9]<?php wp_page_menu();} ?>[/code:3t1jcoo9] into my header, it gives a error on whatever line, saying there is an extra ‘}’. Is there any way to make this work with my theme?

    Error: Parse error: syntax error, unexpected ‘}’ in [location] on line 17

    I’ve really confused myself and any help is greatly appreciated.

    #7452

    The code you are entering is incorrect. You had an errant } character in there. The following should work though:

    [code:2msd9wai]<?php wp_page_menu(); ?>[/code:2msd9wai]

    #7453
    heartbreak
    Member

    Thank you!  <img decoding=” title=”Grin” />

    #7454

    No problem <img decoding=” title=”Smiley” />

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.