• Hi,
    This is urgent because I need to get it done by tonight. Here is the problem. I am using estore theme by elegant themes. I have a custom page template that I am using as home page.

    What I want to do is to

    Display all the thumbnail linked to its corresponding post/page on my home page.

    I am a newbie therefore please help me with the code. I know the basics, site has not been up yet therefore I don’t have screen shots. I am using a custom template on my home page therefore I think that is why thumbnails functions (get_thumbnail and print_thumbnail) from the estore theme are not working. Please help me I have tried everything.
    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter ahmar2

    (@ahmar2)

    Addition: Also due to the single page custom template I am even unable to add even this loop : <?php

    if (have_posts()) :
       while (have_posts()) :
          the_post();
          the_content();
       endwhile;
    endif;
    
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Urgent: How to display all thumbnails on my custom home page’ is closed to new replies.