• Resolved Pia

    (@puy)


    Hi!

    Please help.

    Webdevelopment Experience: Beginner

    Version: WordPress 4.1.1
    Running theme: Shopping theme by Themehall – Child theme of Omega *Parent theme
    Required plug-in: WooCommerce *Version 2.3.5
    Website: https://www.pingconmarketing.com/

    Concern/s:

    (1.) Breadcrumb – Any breadcrumb recommendation that would work well on both Shopping theme and WooCommerce pls?

    My header.php looks like this & I don’t know exactly where to insert any breadcrumb code… I am not familiar with programming ??

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <title><?php wp_title( ' |', true, 'right' ); ?></title>
    <link rel="profile" href="https://gmpg.org/xfn/11">
    <?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?> <?php omega_attr( 'body' ); ?>>
    
    <?php do_action( 'omega_before' ); ?>
    
    <div class="<?php echo omega_apply_atomic( 'site_container_class', 'site-container' );?>">
    
    	<?php
    	do_action( 'omega_before_header' );
    	do_action( 'omega_header' );
    	do_action( 'omega_after_header' );
    	?>
    
    	<div class="site-inner">
    
    		<?php do_action( 'omega_before_main' ); ?>

    Thank you so much!

  • The topic ‘Breadcrumb for Shopping theme & WooCommerce’ is closed to new replies.