Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter iparker

    (@iparker)

    Seems that the page https://ipm-promotion.de/idea/ is the idea archive.

    Is it possible to change this and set the breadcrumb-link to another page?

    • This reply was modified 5 years, 11 months ago by iparker.
    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi, the breadcrumbs is being output by your theme or another plugin, so you will need to change this. You are hiding our breadcrumbs with CSS. You have setup a rule:

    .idea-item-breadcrumbs {
    display: none !important;
    }

    Thread Starter iparker

    (@iparker)

    Hello,

    thanks for your reply!

    And is there also a php-way to change the single breadcrump link?

    Do you have any idea?

    Best regards,

    Timo

    Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    Hi @iparker,

    As I mentioned you can update your theme to update the breadcrumb via PHP to update the breadcrumb created by your theme.

    If you want to update the breadcrumb created by our plugin, not sure why you would want to do that, but you will need to update single-idea.php. Thanks,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with breadcrumb-theme-link/wrong link in breadcrumbs’ is closed to new replies.