Hi,
I have set up a custom post type on my WordPress blog, but whenever I visit the archive page that is set up automatically by the custom post type, the posts in the loop never display the "Posted on in <categories/taxonomies> | Tagged: "
I do have a custom taxonomy set up with the custom post type, but how do I get the archive page to display the date and taxonomy categories in "<footer class="entry-meta>"?
Hi, I have set up a custom post type on my WordPress blog, but whenever I visit the archive page that is set up automatically by the custom post type, the posts in the loop never display the "Posted on in <categories/taxonomies> | Tagged: "
I do have a custom taxonomy set up with the custom post type, but how do I get the archive page to display the date and taxonomy categories in "<footer class="entry-meta>"?
Any help is appreciated as always.
BTW, here is an image to better describe what I'm looking at: http://files.noelforte.com/public/missing-info.png
Was able to fix simply by using
the_terms()orget_the_term_list(). Those articles can be found at: http://codex.wordpress.org/Function_Reference/the_terms, and http://codex.wordpress.org/Function_Reference/get_the_term_list