Hello, and thanks to all. now we’ve introduced new function called Opportunities (thanks to Pigi_the_digg that has writed the plugin). You can earn extra cash by affiliation program simply insert a shortcode that put in the article affiliation links + the author user_name as additional tracking parameter
thanks to all, iccgames can i write on iccgames about my blog?
It’s cool but i think it’s a little poor for a template/design blog
i’ve resolved this trouble using this code:
query_posts( 'posts_per_page=1&cat=CATEGORYID' );
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<h2><?php the_title();?></h2>
<?php the_excerpt(); ?>
<a href="<?php the_permalink(); ?>"><strong>Read more »</strong></a>
<?php endwhile; endif; ?>