Viewing 6 replies - 1 through 6 (of 6 total)
  • Alwyn Botha

    (@123milliseconds)

    Find and remove this in all your theme templates

    <a href="<?php the_permalink(); ?>

    its matching closing tag

    </a>

    Alwyn Botha

    (@123milliseconds)

    Obviously create a child theme, copy the files that need changing to it, and change that copy

    http://codex.wordpress.org/Child_Themes

    Thread Starter lovelyjubbly

    (@lovelyjubbly)

    Hi 123, I’m not sure I understand,

    Find and remove this in all your theme templates

    its matching closing tag

    I only have one template, do you you mean all the pages in the template? Or specific pages?

    Thanks for the help 🙂

    Lovelyjubbly

    Alwyn Botha

    (@123milliseconds)

    >>I only have one template, do you you mean all the pages in the template? Or specific pages?

    I suspect you mean you have one THEME.

    Within the theme folder wp-content/themes/your-theme-name you have many files; those are called templates OR template files … http://codex.wordpress.org/Template_Hierarchy

    In WP you can post POSTS or PAGES.

    Find and remove this in all your theme templates

    So you have to remove the text I mentioned above in all the template files in the template directory where you find it.

    Thread Starter lovelyjubbly

    (@lovelyjubbly)

    Hi 123milliseconds,

    Thanks for the follow up, I’ve been through every php file in the folder you describe.

    There is no “” that I can see anywhere.

    The folder includes the following template files:

    block
    block_header
    comment
    onecolumn-page
    page
    pagination
    etc

    Are these the sort of files I should be looking at?

    Best wishes

    Thread Starter lovelyjubbly

    (@lovelyjubbly)

    I’m stuck now.

    Can anyone help?

    Thanks 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide/Remove Permalinks’ is closed to new replies.