Move Breadcrumb on Portfolio Pages

Homepage Community Forums Epik Theme Support Move Breadcrumb on Portfolio Pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4614
    rbickett
    Customer

      I’d like to have the breadcrumb appear above the title on the Portfolio pages so that the breadcrumbs display consistently (in the same area) across all of the pages within my site. How can I do this?

      Thanks in advance.

      #4617
      Eric
      Customer

        You can add this to your functions.php file –

        /** Reposition the breadcrumbs */
        remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );
        add_action( 'genesis_before_content', 'genesis_do_breadcrumbs' );

        That will reposition the breadcrumbs to show up in the same spot everytime, including the portfolio page. For more code snippets like this, you can take a look at the StudioPress code snippet page – http://my.studiopress.com/snippets


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #4626
        rbickett
        Customer

          Thank you!

          #4629
          Eric
          Customer

            You’re Welcome


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Move Breadcrumb on Portfolio Pages’ is closed to new replies.