• Hallo,
    I want put the box author on archive page.
    I tried different codes but I could not do it.
    Please can someone help me?

    This is my archive.php

    ____________________________________________________________________________________
    <?php
    /**
    * @package focus
    * @since focus 1.0
    */

    get_header(); ?>

    <div id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>

    <div class=”container”>

    <header class=”page-header”>
    </header><!– .page-header –>

    <?php get_template_part(‘loop’) ?>

    </div>
    </div><!– #content .site-content –>
    </div><!– #primary .content-area –>

    <?php get_footer(); ?>
    ____________________________________________________________________________________

    Thank you !!

  • The topic ‘Hide the box on Archive page ( help plase )’ is closed to new replies.