• Resolved wpuser131

    (@wpuser131)


    Hi and congratulations for the plugin!

    I have a custom post type, and its archive page. So, given that the post type has “Custom Posts” as plural, I have an archive page that has the following title: “Archives: Custom Posts”. What I want is to remove the “Archives: “, and keep the title as “Custom Posts”. Could you please guide me on what I should add to my functions.php in order to do this?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    You’ll need to determine what template file is being used to render the page, likely archive.php. If that’s indeed the source of the line, I’d recommend duplicating the file and then renaming the duplicate to archives-my_post_type.php, with “my_post_type” being the slug you chose. Then edit that file to your hearts content. This is nothing that out plugin controls specifically, it’s all based on the chosen theme. However this information should get you going.

Viewing 1 replies (of 1 total)
  • The topic ‘Editing the archive page’ is closed to new replies.