Viewing 1 replies (of 1 total)
  • Thread Starter pabile

    (@pabile)

    sorry guys. solved it already. there were something that i placed that made it go wrong. still reviewing but here is what i removed:

    <?php
    	$recent_posts = wp_get_recent_posts();
    	foreach($recent_posts as $post){
    	echo '<li><a href="' . get_permalink($post["ID"]) . '" title="Look '.$post["post_title"].'" >' .   $post["post_title"].'</a> </li> ';
    	} ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Comments are closed even set to Allow Comments’ is closed to new replies.