• On main site I need to have always 100% the same what is on newest post site. How to write it in php?

    In index.php file:

    <?php get_header(); ?>
    <?php include_newest_post(); ?>
    <?php get_footer(); ?>

    How to write the second line?

  • The topic ‘Include the newest post in index.php file’ is closed to new replies.