Hi there.
Im running into a problem with a custom post type, and the archive page for it. There are a few things im running into:
`<li>Editing the title, i want to get rid of the “archieven: cptacer”, use a custom name for this</li>
<li>show content beneath the title that explains what the page is about </li>`
cptacer is the name of my custom post type
i have the standard archive.php and created an archive-cptacer.php
in archive-cptacer i’ve added the line the_archive_description(); just after do_action( 'generate_archive_title' );
So the description is showing, but it shows in between the “title” and “posts”.
I can’t for the life of me find out what file to add, where or how to call it,to have my description turn up.
For this description i am now using a third party plugin, but i might be better off using an element which i haven’t looked into. If that would be a “leaner” solution i’d be happy if you help me out on this.
links in private info: