Support » Themes and Templates » Show commens on fazio

  • The fazio theme is coded a little different than others, so I’m having a hard time trying to get the comments to show under each post on the front page and on each post when visitors click a category under the “Categories” section of the sidebar.

    I’ve tried all of the ways suggested when I searched through the forums, but can’t get any to work. Most of what they suggested isn’t in the theme, such as “the_content”. I’ve also tried inserting the suggested codes into index.php but those didn’t work either.

    Anyone using this theme have a solution? Or the creator of the theme? I’m stuck.

Viewing 1 replies (of 1 total)
  • I already replied to your question here: http://wordpress.org/support/topic/show-comments-code?replies=8#post-1774463

    Sorry for making such a mess with the Theme, but it was my first WP one and I tried to apply the DRY technique.

    If you look in the home.php/single.php/whatever.php template, you will see:
    <?php get_template_part(‘dry/post’);
    This includes the file fazio/dry/post.php. In that file you can find the the_content() function.

    All you need to know is that when you use the get_template_part(xxx) function, it includes another template file.

Viewing 1 replies (of 1 total)
  • The topic ‘Show commens on fazio’ is closed to new replies.