• Resolved indiaberry

    (@indiaberry)


    What is the tag to use so that I could put a specific post in a nonwordpress page? If the post I want to use is #158, what is the tag I should put in the nonwordpress page to show only that post. Since I don’t want to show post #159 or #157.
    so far I have put this in the nonwordpress page:
    <?php
    require(‘./nameoffolder/wp-blog-header.php’);
    ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter indiaberry

    (@indiaberry)

    Thank you for being a big help.

    Thread Starter indiaberry

    (@indiaberry)

    The information in the link work for a nonwordpress php page that have a body, head, html tag. I don’t get the error below when using IE, but I get it only when using firefox. But when the information in a php page alone without the body, head, html tag, I don’t get the below in firefox or IE. What can I do to fix that?

    Warning: Cannot modify header information – headers already sent by (output started at /home/subdomain/public_html/indexr.php:14) in /home/subdomain/public_html/greentree/wp-content/plugins/disclose-secret/manager.php on line 55

    Warning: Cannot modify header information – headers already sent by (output started at /home/subdomain/public_html/indexr.php:14) in /home/subdomain/public_html/greentree/wp-content/plugins/disclose-secret/manager.php on line 56

    Thread Starter indiaberry

    (@indiaberry)

    After a little bit investment, I noticed that error above also appear only when the url is http://www.domain.com
    but it doesn’t appear when the url is http://domain.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘specific post in nonwordpress page’ is closed to new replies.