• How can I remove the root from any posts?

    I want to remove the data that says: HOME -> PAGE -> POST

    but I cant find any option or code to do this.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi boris,

    In general this route is called by theme files with something like:

    <php?
    
    THEME_ROOT_URL/image/the-image.jpg
    
    ?>

    If you just destroy all reference to that, will solve your problem.
    Any good text editor can do that with regex like, (if tag=”thetag” then delete).

    Can you post a link to a page that shows the data you’d like to remove?

    Theme Author Carolina Nymark

    (@poena)

    Hi!
    It’s unclear if you want to hide the breadcrumbs, or if you want to edit them?
    The breadcrumbs can be hidden under Advanced settings in the customizer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Route directory from posts’ is closed to new replies.