I have created a custom post type 'books'
, but I don’t want to use archive-books.php to list the books. I need to use a static page to list my books because I would like to add content using the content editor.
I would like this structure:
www.example.com/books —-> It is a static page
www.example.com/books/book-title —> it is single post type
The problem is that I get a 404 when I try to go into my single post.
Can you help me?