Insert posts on custom page template above comments
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Insert posts on custom page template above comments’ is closed to new replies.
The topic ‘Insert posts on custom page template above comments’ is closed to new replies.
(@nicoliver)
16 years, 7 months ago
Hey all,
I’m completely stuck right now..
Basically what I have done is to create a custom page template.
The idea is that I want to display posts from a specific category on this page (which I have managed to do). However, after this I would like to show the comments section for the page that is being viewed.
This is the bit that isn’t working.
I think it could be something to do with the post category being defined at the start of the code.. Maybe it needs some form of stop or reset command to tell it to show the specific page data again and not posts?
Any help would be amazing!
Here’s the code that I have working at the moment..
I’ve tried adding the whole
<?php comments_template(); ?>but with no success..
Suggestions?