• Hi! Where is a file of category in theme editor, how dous it called? Can’t find. I need to add breadcrumbs into code

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    The theme has the archive.php template file, which accomplishes the same thing.

    Best regards,
    Dumitru B.

    Thread Starter javoronok

    (@javoronok)

    Ok, I add a code in archive.php, but it does not come out on frontend. I tried many rows – with no result. Where exactly should I add it to get breadcrumbs on a category page?

    The code is

    <?php if( function_exists( 'aioseo_breadcrumbs' ) ) aioseo_breadcrumbs(); ?>

    In single.php it worked after a row

    <main id="site-content" class="site-main" role="main">

    but here it does not

    Theme Author Dumitru Brinzan

    (@ilovewpcom)

    It’s not the best idea to directly edit theme files.
    Your changes would be overwritten after each automatic theme update.

    Thread Starter javoronok

    (@javoronok)

    I know but if Child Theme Generator does not work with this theme, I’m not sure if others child theme plugin work

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.