• So glad I found this plugin. I use the Route theme by Codestar and have had no problems so far. Download the plugin if you have a book or books to promote.

    One note: Is there a way to turn off breadcrumbs for book pages without turning them off for the entire site?

    Thanks for a great plugin!

Viewing 1 replies (of 1 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    Yes they could be turned off for book pages but not the entire site but it would require coding.

    If Route provides a filter for the breadcrumb, you’d want to wrap the output in an if statement such as

    if (get_post_type() != 'mbdb_book') {
       // output breadcrumb
    }

    (side note: questions like these get answered quicker if posted on the support thread rather than as a review ?? )

Viewing 1 replies (of 1 total)
  • The topic ‘Wonderful addition to the site’ is closed to new replies.