Can any 1 help me with a script that can show this please
The red blocks indicate what I want...
Please help thanx
The red blocks indicate what I want...
Please help thanx
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
//The Query
query_posts('posts_per_page=5');
//The Loop
if ( have_posts() ) : while ( have_posts() ) : the_post();
..
endwhile; else:
..
endif;
//Reset Query
wp_reset_query();
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
//The Query
query_posts('posts_per_page=5');
//The Loop
if ( have_posts() ) : while ( have_posts() ) : the_post();
..
endwhile; else:
..
endif;
//Reset Query
wp_reset_query();
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
Comment