How to add Genesis bread crumbs to the end of each page and post?

Homepage Community Forums Epik Theme Support How to add Genesis bread crumbs to the end of each page and post?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5311
    blue
    Customer

      Thanks!

      #5315
      stinkykong
      Customer

        It’s showing at the top currently, right? If not you enable it in the Genesis Theme Settings for home page, pages, posts etc.

        To get it do display at the bottom, you will need to make changes to the functions.php file. While you can do this in the admin area, you should not. Rather, you should download functions.php to your computer, make changes, then upload the file. If your site breaks, which it easily can do, you can revert your changes to the file on your computer, then upload that file to bring your site back. Otherwise, your entire site can be rendered non-functional.

        So in the functions.php file on your computer using Dreamweaver, Notepad, Text Wrangler, or BB Edit (or the like) add this to the bottom to move your currently activated breadcrumbs to the bottom of your posts and pages:

        //* Do NOT include the opening php tag

        //* Reposition the breadcrumbs
        remove_action( ‘genesis_before_loop’, ‘genesis_do_breadcrumbs’ );
        add_action( ‘genesis_after_loop’, ‘genesis_do_breadcrumbs’ );

        #5340
        blue
        Customer

          Thanks for the quick response and help!

          With the Jetpack Sharing function activated. Share this buttons appear at the end of each post and page.

          How do I get the bread crumbs to show up, just above the Share This buttons?

          Can’t seem to find this area in Genesis Simple Hooks 馃榾

          Thanks again and again!

          #5351
          blue
          Customer

            Thanks again.

            Also, is there a code to have the bread crumbs show up twice on a page/post?

            Am thinking of have the bread crumb show up once in its default position and another time toward the bottom of the page/post.

            Thanks in advance!

            #5357
            stinkykong
            Customer

              I’m sorry that I’m unable to reply more thoroughly than my first post. I don’t use Jetpack so I can’t help you with the exact positioning in relation to the Jetpack Share Buttons. Back to what I suggested, I would try leaving out the remove_action line and simply add the add_action line (using a local editor, for safety’s sake of course, then uploading) and see if that doesn’t do what you like, i.e. showing in both places. My first example worked for me. If any other viewers have suggestions, please jump in.

              #5373
              blue
              Customer

                Thanks…unfortunately, leaving out the remove action and simply adding the add action…causes my blog to go “blank page” status 馃槢

                If anybody knows how to add bread crumbs to two different positions on the same page/post; please kindly share – would be much obliged!

                Thanks again!

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