Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68102
    barbyma31
    Participant

    Hi:
    I want to add a second menu equal to the live preview. but i don’t know how do it.
    I also want to add the breadcrumbs and doesn’t work with Yoast plugin.

    Regards,

    Bárbara.
    http://www.osandnet.com

    #68123
    Sakin
    Keymaster

    @barbyma31: Sorry I don’t get it what you mean by second menu equal to the live preview. Can you explain please.

    To add Yoast plugin breadcrumbs, you need to add that function in theme. For that you need to build child theme and the following function where you need it.

    <?php if ( function_exists('yoast_breadcrumb') ) 
    {yoast_breadcrumb('<p id="breadcrumbs">','</p>');} ?>

    See this for more details http://kb.yoast.com/article/245-implement-wordpress-seo-breadcrumbs

    #68342
    barbyma31
    Participant

    Hi:
    I’m sorry. My English isn’t very well.
    The live preview have a menu before text widgets on footer area. I want to put a menu in that part of the theme but in menu configuration I couldn’t do.

    I want to have the breadcrumbs on the posts. I always work on child theme. I tested it adding the function in the content.php but not worked. Can you help me?

    Thank you.

    Regards.

    #68731
    catchinternet
    Keymaster

    @barbyma31: There is no Footer Menu option in Catch Flames Free theme. It’s only there is pro version so I don’t get it how you got footer menu in preview. To add that code, it depend on where you want to add it. Best will be to download sample child theme from http://catchthemes.com/blog/create-child-theme-wordpress/ and then copy header.php file and then add the breadcrumb code where you want to show it.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Add second menu and breadcrumbs’ is closed to new replies.