Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello mr_speer!

    I am also waiting for this next release, did it came out?

    Thanks!

    Thread Starter tonety_bcn

    (@tonety_bcn)

    Wow! that was quick 😉 and accurate! Thank you for your help Alchymyth, I fixed the broken link and everything works perfectly. I appreciate.

    Forum: Themes and Templates
    In reply to: single
    Thread Starter tonety_bcn

    (@tonety_bcn)

    I got it!

    [ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]

    <?php
      endif;
    
      get_footer();
    
    ?>

    Thank you

    Hello,

    My menu item “Blog” does not look as .current in single post, archive, category.

    http://www.barcelonawebstudio.com/blog

    Please, does anyone know how to fix this problem?

    This is how my header looks like:

    <?php

    /* wp_nav_menu( array(
    ‘container’ =>false,
    ‘menu_class’ => ‘nav’,
    ‘echo’ => true,
    ‘before’ => ”,
    ‘after’ => ”,
    ‘link_before’ => ”,
    ‘link_after’ => ”,
    ‘depth’ => 0,
    ‘walker’ => new description_walker())
    ); */

    if ( has_nav_menu( ‘header-menu’ ) ) {
    wp_nav_menu( array( ‘theme_location’ => ‘header-menu’, ‘container’ => ‘false’, ‘menu_id’ => ‘nav’, ‘depth’ => ‘5’, ‘fallback_cb’ => ‘wp_page_menu’, ‘items_wrap’ => ‘<ul id=”%1$s” >%3$s’, ‘walker’ => new description_walker()) );
    } ?>

    You’ll have to forgive me, I’m fairly new at this and am learning as I go along. Your help is greatly appreciated.

    Thanks in advance ;))

    Best regards from Barcelona,

    tonety_bcn

Viewing 4 replies - 1 through 4 (of 4 total)