Can I add comments to single-el_events.php?
-
Hello,
I was wondering how to add a comments area to the single event template single-el_events.phpI have inserted this code but it does not show the comments area – any advice is appreciated.
<?php
if (is_user_logged_in()){
comments_template();
}
else {
echo “<small>Logged-in members can view comments</small>”;
};
?>The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can I add comments to single-el_events.php?’ is closed to new replies.