Forum Replies Created

Viewing 4 replies - 31 through 34 (of 34 total)
  • Thread Starter hrithik951

    (@hitesh4317)

    I checked the documentation, I have to add some code somewhere in archive.php but I have no idea where to add it.. I have copy-pasted entire archive.php below, I would really appreciate if you take a look

    <?php
    /**
    * The Template for displaying archive pages.
    *
    * @license For the full license information, please view the Licensing folder
    * that was distributed with this source code.
    *
    * @package Bimber_Theme 4.10
    */

    // Prevent direct script access.
    if ( ! defined( ‘ABSPATH’ ) ) {
    die( ‘No direct script access allowed’ );
    }

    get_header();
    ?>

    <div id=”primary” class=”g1-primary-max”>
    <div id=”content” role=”main”>

    <?php get_template_part(‘template-parts/archive/header’, bimber_get_theme_option(‘archive’, ‘header_composition’) ); ?>

    <?php
    $bimber_archive_settings = bimber_get_archive_settings();
    bimber_set_template_part_data( $bimber_archive_settings );

    get_template_part( ‘template-parts/archive-‘ . $bimber_archive_settings[‘template’] );

    bimber_reset_template_part_data();
    ?>
    </div><!– #content –>
    </div><!– #primary –>

    <?php get_footer();

    Thread Starter hrithik951

    (@hitesh4317)

    I know this is a free plugin with optional support, but could you please help me this once? ??

    Thread Starter hrithik951

    (@hitesh4317)

    Suppose I want to display sub-categories of a category whose slug is anime-manga
    how do I do that? I have come up with the below shortcode-

    [mctagmap? from_category = “anime-manga” show_categories=”yes” show_navigation=”yes” group_numbers=”yes” tag_count=”yes”]

    But it isn’t working, kindly help @tugbucket

    Thread Starter hrithik951

    (@hitesh4317)

    God bless you!

Viewing 4 replies - 31 through 34 (of 34 total)