Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter gyar29

    (@gyar29)

    esmi,

    You are “THE MAN”. That Works! Thank you very very much. Was about to throw the computer against the wall.

    Thread Starter gyar29

    (@gyar29)

    esmi,

    Thanks I’ll try that.

    Forum: Fixing WordPress
    In reply to: Footer Problem!

    Bill,

    According to the error that esmi posted you are missing </html> after the </body> tag in your themes footer.php file.

    look for the </body> tag and insert the </html> closing tag after it.

    Thread Starter gyar29

    (@gyar29)

    esmi,

    Thanks for the reply, however; that was not the solution. Perhaps if I were a bit more descriptive of what I am trying to accomplish.

    I am attempting to get the form I listed in the original post to display based on the page the user is on. The form is in the sidebar. The page_id for that page is 106. However, attempting to use that id as the variable that triggers whether or not the form appears is not working.

    Because I am using permalinks for SEO purposes the url of the page shows up as the page’s title. So the post_id=106 is not actually in the url for the page, and because of that $_GET[‘post_id’] or $_POST is not pulling in the variable.

    I see in the permalink settings that %postname% is the name of the specific page that permalinks is using. Would that be the trigger variable I need?

    if postname==pagename then the trigger?

    Or must I somehow incorporate a WordPress hook in order to parse the variable prior to triggering the form?

    I’ve attempted to use the_title, post_id, and some other variables I can’t remember now as the trigger variable. None seem to work.

    Any help would be appreciated.

    Thread Starter gyar29

    (@gyar29)

    Excellent!

    Thank you very much.

    Wouldn’t have thought of that.

    Thread Starter gyar29

    (@gyar29)

    Okay, I figured it out. Thanks everyone for not telling me how stupid I am. I did not know that WP truncated all posts placed on the home page. That you had to click the link of the post to see it in its entirety. Boy do I feel dumb.

    Gene

Viewing 6 replies - 1 through 6 (of 6 total)