• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with static pages and categories within’ is closed to new replies.