Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>hello you can learn wordpress design from here :-</p> <p><a href="http://codex.wordpress.org/Site_Design_and_Layout" rel="nofollow">http://codex.wordpress.org/Site_Design_and_Layout</a></p> <p>or </p> <p><a href="http://rockablethemes.com/wordpress-themes-tutorials/" rel="nofollow">http://rockablethemes.com/wordpress-themes-tutorials/</a></p> <p>But i will suggest you to buy premium theme </p> <p><a href="http://themeforest.net/" rel="nofollow">http://themeforest.net/</a></p> <p>or </p> <p>search free theme from here </p> <p><a href="http://wordpress.org/themes/search.php?q=video" rel="nofollow">http://wordpress.org/themes/search.php?q=video</a></p> <p>If you creating theme by own i will suggest you to ask exact problem where you stuck. </p> <p>here is code which you need to add the code in index.php </p> <pre><code>&lt;?php if ( have_posts() ) : ?&gt; &lt;?php /* Start the Loop */ ?&gt; &lt;?php while ( have_posts() ) : the_post(); ?&gt; &lt;div class="post box"&gt; &lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt; &lt;a href="&lt;?php the_permalink(); ?&gt;"&gt;&lt;?php the_post_thumbnail(array(215,152), array('class' =&gt; 'thumbnail')); ?&gt;&lt;/a&gt; &lt;/div&gt; &lt;?php endwhile; ?&gt; &lt;div class="navigation"&gt; &lt;?php posts_nav_link(' ','&lt;img src="'.get_template_directory_uri().'/images/prevl.png" alt="Next" border="0" class="left" align="right" /&gt;','&lt;img src="'.get_template_directory_uri().'/images/nextl.png" alt="Next" border="0" align="right" class="right" /&gt;'); ?&gt; &lt;/div&gt; &lt;?php endif; ?&gt; </code></pre> <p>thankyou</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload