Jump to content

shihabmalayil

New Members
  • Posts

    1
  • Joined

  • Last visited

shihabmalayil's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. These are code of my wordpress template page & post page.it's repeating twice.is it looping same code?. please help me to correct the code. (template page) <?php /*?> <?php if(have_posts()): while(have_posts()): the_post(); ?> <h1><?php the_title();?></h1> <p><?php the_content();?></p> <?php endwhile; else : endif;?> <?php */?> (WP Page) <?php */?> <?php query_posts('cat=4&showposts=8'); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <a>"><?php the_title()?></a> <?php the_excerpt();?> <?php endwhile; endif; ?> <?php */?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.