Search results

  1. M

    Display Posts from a Category In Grid Like Manner

    try the code below and you will get a solution for your problem cat_id is the category id; <?php query_posts('cat=cat_id'); while{have_posts()} : the_post(); ?> <div style="float:left;margin:5px;"> <?php the_post_thumbnail(); ?> </div> <?php endwhile; ?> <div style='clear:both;'></div>
  2. M

    My First WordPress Theme

    Sorry your website link is currently down.
  3. M

    what is this site is using

    The site is not developed in wordpress, it is developed in core PHP
  4. M

    Google indexing wrong Titles

    Only one solution for this. Put your website title and h1 tag same. Also add same keywords under website footer and make footer.php file for this page
Back
Top