Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sherilai

    (@sherilai)

    Btw, this is my site:

    http://www.japanstreetlens.com/

    Thread Starter sherilai

    (@sherilai)

    the code of my index.php is like this:

    ====================================================
    <?php get_header(); ?>

    <!– Gallery –>

    <div id=”content”>
    <?php if(have_posts()) : ?>
    <?php while(have_posts()) : the_post(); ?>
    <?php endwhile; ?>
    <?php endif; ?>
    </div>

    <?php get_footer(); ?>

    ====================================================

    Not sure it’s correct or not….
    And it seems that the method you told me yesterday need to add a new static page with a template. Could you tell me what’s the different between index.php and name a static “home” as a front page?

    Many thanks!!!

    Sheri

    Thread Starter sherilai

    (@sherilai)

    Hello Clarion Technologies Member,

    Thank you for your kind tips to my problem. I appreciate it very much!
    I have followed all steps above, however it doesn’t work…
    I think I only succeed 1), 4) and 5)

    I also read the plug installation movie in this page https://wordpress.org/plugins/wp-masonry-layout/ and found that I also need to select a page template so I create a new page template (I named it page4.php) only with header.php and footer.php for it but it still doesn’t work….
    really don’t know what’s going on…

    If you don’t mind, would you please help me with this again?
    Many many thanks in advance!

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