I discovered how to create a static page using template pages and call category IDs using query_posts('cat=6'); ... only thing is that the post headline does not show... anyone ever have this problem?
I discovered how to create a static page using template pages and call category IDs using query_posts('cat=6'); ... only thing is that the post headline does not show... anyone ever have this problem?
You need this in the loop to get the post titles to display:
<?php the_title(); ?>
hi! I also created static pages that call categories like meylo.
my problem is that the comments don't work: a link to the comments-module is shown normally, but if I clik on it... nothing happens! either the link is pointing nowhere or the comment-module refuses to visualize in the static page... for some reason.
any idea? (thanks for every help ;-)
This topic has been closed to new replies.