Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End wordpress comments

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #27480
    Makeshift
    Member

    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.

    #69080
    craigfarrall
    Member

    I 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.

    #69088
    Makeshift
    Member

    well, 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.

    #69098
    Makeshift
    Member

    okay, here’s the problem, I only want it on one single ‘single post’ page, and I cannot put php into the post field.

    #69105
    craigfarrall
    Member

    On the single page you can query that post id, and within that add the comments template, this would work.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Back End’ is closed to new topics and replies.