is this full code? i seen few if,foreach and while tags with few non end. anyway try this one. but not sure
<div id="content">
<?php
if(have_posts()):
while (have_posts()):
the_post();
if (is_single() || $wp_query->is_single || $wp_query->is_singular)
{...
:)
Another one http://www.assembla.com/wiki/show/linkster
Used CodeIgniter PHP framework, if you know PHP little bit, you can customize & add your own features easily. :)
Demo: http://demo.codeigniterdirectory.com/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.