Hi, I appreciate your awesome support thus far and I know this is a bit on the edge of the scope of what support I can expect, but if you could point me in the right direction at all, it would be very helpful.
I have created a custom post type called Article with taxonomies such as category and tags. It is meant to work as a secondary blog.
I can get the posts to show up with the backend editor and all that. And the next/previous navigation works. But the archive page is blank and I wanted to show a list of all these custom posts.
So I looked at all the code and was able to duplicate the nectar_blog.php and created nectar_articles successfully modified. But the posts do not show up in the list on a page when the loop is running, even though categories are correct.
I tried changing post_type to an array that includes both 'post' and 'articles' in related files, but it did not help.
Even a small hint of how to make the loop catch the articles post type and display it on page would be a lot of help... Thanks!
Hi, I appreciate your awesome support thus far and I know this is a bit on the edge of the scope of what support I can expect, but if you could point me in the right direction at all, it would be very helpful.
I have created a custom post type called Article with taxonomies such as category and tags. It is meant to work as a secondary blog.
I can get the posts to show up with the backend editor and all that. And the next/previous navigation works. But the archive page is blank and I wanted to show a list of all these custom posts.
So I looked at all the code and was able to duplicate the nectar_blog.php and created nectar_articles successfully modified. But the posts do not show up in the list on a page when the loop is running, even though categories are correct.
I tried changing post_type to an array that includes both 'post' and 'articles' in related files, but it did not help.
Even a small hint of how to make the loop catch the articles post type and display it on page would be a lot of help... Thanks!