Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter deanil

    (@deanil)

    Here’s the category.php that I found in my theme.

    <?php
    get_header(); ?>

    <div id=”primary” class=”full-width-page”>
    <main id=”main” class=”site-main” role=”main”>

    <h1 class=”page-title”><?php the_archive_title(); ?></h1>

    <?php if ( is_tag() || is_category() || is_tax() ) { ?>
    <div class=”archive-description”><?php the_archive_description(); ?></div>
    <?php } ?>

    <?php if ( have_posts() ) : ?>

    <?php /* Start the Loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>

    <?php
    get_template_part( ‘content’, get_post_format() );
    ?>

    <?php endwhile; ?>

    <?php tesseract_paging_nav(); ?>

    <?php else : ?>

    <?php get_template_part( ‘content’, ‘none’ ); ?>

    <?php endif; ?>

    </main><!– #main –>
    </div><!– #primary –>

    <?php get_sidebar(); ?>

    <?php get_footer(); ?>

    Hi @angela Baker,

    Oh sure. Let me know if its work 🙂 By the way, Another info. If you want to change your normal theme based comment section, you can download “Comments Evolved” at plugin section. It will give you beautiful comment section. 🙂

    @angela,

    In your problem, about “Reply” and “Comments” stuffs shown in the homepage, its just pretty simple.

    1. Open you “Pages” -> “All Pages”
    2. Click and Open the “Homepage”
    3. Locate the “Screen Options” in the upper right corner below your account section.
    4. Open and click the “Screen Options” and enable or disable the “checkbox” of the “Discussion Box.”
    5. Scroll down and see the “Discussion” panel and remove the check in the “Allow Comments” and “Allow trackbacks…”

    And don’t forget to Update your changes.
    You can do this step if you want to add comments or replies in the other page.

    God bless and I hope I contribute to help your issues. 🙂

    Hi @tara & @angela,

    About the Theme Typology,

    1. Download first the Easy Google Fonts then Activate it.
    2. Hover “Settings” in your dashboard and choose “Google Fonts”
    3. “Create a new Font Control,” type in your desired control name by the way it does not matter whatever name you want to add. Click “Create Font Color” at the right side of the panel. E.g “Headline at Home”
    4. After that, Look for “Add Css Selectors” and type in your css name. E.g, “.headline-home” and click “Save Font Control” for the second time.
    5. Go to your “Pages”->”All Pages” and open the “Home” menu. Click on your “Visual Editor” and “Edit.”
    6. After the modal pop up appears, choose the “Text” right beside the “Visual”
    7. add this line of css tags at your headline. Like this,

    <span class=”.headline-home”>Headline</span>

    8. Don’t forget to click “Done” and “Update”
    9. Click the “Appearance”->”Customize” and the customization page will appear.
    10. Go to “Typography” -> “Theme Typography” from there, you’ll see the name of your control name that you’ve create.
    11. Voila! Open and customize your header.

    Is the same method if you want to add other text or content inside your website.

    If you have any questions, please don’t hesitate to ask or reply me. 🙂

    Hi @angela Baker, Yes we’re the same problem. But I fix it last night. Do you want me to help you? 😀

Viewing 5 replies - 1 through 5 (of 5 total)