Tagged: Portfolio
Hello,
I have added several portfolio items and would like to give users the ability to comment. How can I make a comment section for each portfolio item?
Website: http://www.joy4lifeministries.org
Thank you,
Hi aka61997!
Look this file in your theme directory, and open it: single-portfolio.php
Search for this line (26)
get_template_part( 'includes/loop', 'portfolio-single' );
Then add this below it:
comments_template( '/includes/comments.php');
Final code:
get_template_part( 'includes/loop', 'portfolio-single' );
comments_template( '/includes/comments.php');
Regards,
Josue
Hello Josue,
I have changed the file and uploaded the new file but I still do not see a comments section for the portfolio items. Is there something else I need to do?
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hey!
It is done, see it now:
http://www.joy4lifeministries.org/portfolio-item/lifedreamin/
I edited this file: http://www.joy4lifeministries.org/wp-admin/theme-editor.php?file=template-builder.php&theme=enfold&scrollto=528&updated=true
Cheers!
Josue
Thank you, Josue!!!
Another question: How can I move the comment section to show before the “Archive?”