Authors Page : A page of authors
I’m looking for a way to create a parent authors page and then use the author.php for the individual author pages.
I’ve been out of the loop (no pun) for a couple months and am wondering the best way to do it.
I’m looking for a way to create a parent authors page and then use the author.php for the individual author pages.
I’ve been out of the loop (no pun) for a couple months and am wondering the best way to do it.
Looking through the WordPress documentation, it says that is_page_template() compares against a “template name”, if one is provided.
In response to Mike Schinkel‘s comment (see below) on my post about how to pre-populate content (essentially using a content template)…
From 4.3 we have a new template, singular.php. I tried to understand what is it, but I didn’t get it. 🙂
I want to display an archive page with pagination that lists all the categories on my site, and each link goes to that particular category archive page. So this would be like an archive page of category archives.
I have the code below in my functions.php file, it works great and allows me to use page templates in my custom post type ‘services’.