This topic contains 4 replies, has 0 voices, and was last updated by Makeshift 9 years, 1 month ago.
-
AuthorPosts
-
January 7, 2010 at 1:44 pm #27480
Hello, I have recently downloaded and installed a theme for a portfolio of my work, but it has no comments. What I want to do is make another page "Comments/Feedback" for such thing.
Any help would be deeply appreciated.
January 7, 2010 at 5:20 pm #69080I can’t see on your website where you would need comments, as you don’t have any news / blog on there.
Well as wordpress comes with a comments.php file within the template (or should do anyway) then just call that template like so:
<?php comments_template(); ?>
But if they don’t have a comments.php file in the theme template, download another version of wordpress, and copy the file, and then call it.
Style it, and you are then good to go.
January 7, 2010 at 5:58 pm #69088well, for friends and family to comment on the pictures, not the blog.
and thank you, I believe that would work, I will post back if i need any more help.
January 7, 2010 at 10:16 pm #69098okay, here’s the problem, I only want it on one single ‘single post’ page, and I cannot put php into the post field.
January 8, 2010 at 4:21 am #69105On the single page you can query that post id, and within that add the comments template, this would work.
-
AuthorPosts
You must be logged in to reply to this topic.