Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having trouble with this myself. I’ve posted

    <?php
    require(‘blog/wp-blog-header.php’);
    ?>

    at the top of my page (above all the other html)

    I then insert the code anathema suggested, with the modifications. I then get a page of warnings. Nothing else renders. Are you all using Stylesheets? I have a plain index.php file I’m trying to integrate the most recent post into my index.

    I’ve been trying to do something similar. At my new page here:
    https://www.zamon.net/New-Index.php I’m trying to pull the most recent post from my WordPress blog (https://zamon.net/wp) to appear over the “Post-It” note on the top right. I’m having trouble with what code should go at the top of the New-Index.php and what should be added to the body of the page. I’ve tried adding the entire loop from my themes index.php but the best I can get is a message telling me there are errors on lines such ans such. It also stops rendering the page as soon as it hits them.

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