Genesis theme – Adding a Footer container to Entry Meta in Archive Loops
-
Hi all,
Ok so I have another issue here I do not know how to resolve… I created a Custom Post Type called “epilator-reviews” for my site.
I got it all working fine, included in my archive loops properly and such. With one exception as far as I can tell. The entries are styled differently in my archive loop than the standard posts.A standard post in my archive loop has entry meta code that looks like this (Gotten using firebug):
<footer class="entry-footer"> <p class="entry-meta"> <span class="entry-categories"> Filed Under: <a rel="category tag" title="View all posts in Misc" href="https://vainsovain.com/misc/">Misc</a> </span> <span class="entry-tags"> Tagged With: <a rel="tag" href="https://vainsovain.com/tag/review/">Reviews</a> </span> </p> </footer>
In contract, my custom post type seems to be missing the <footer></footer> tags! :
<p class="entry-meta"> <span class="entry-categories"> Filed Under: <a rel="category tag" title="View all posts in Epilators" href="https://vainsovain.com/review/epilator/">Epilators</a> , <a rel="category tag" title="View all posts in Reviews" href="https://vainsovain.com/review/">Reviews</a> </span> <span class="entry-tags"> Tagged With: <a rel="tag" href="https://vainsovain.com/tag/review/">Reviews</a> </span> </p>
So my MAIN question is how do I go about adding the <footer> tags to my custom post type just as the standard post has?
My secondary question.. Does anyone have any good material they could link me to that might help me understand how I can go about theming such things with more control? Looking around the web for such material has proven to be very daunting for me.I can find things like:
https://wpgenesis.blogspot.ca/2013/04…87565693157643Or
https://www.nathanrice.net/blog/genesis-loop-hooks/
But all I want to do is say “This looks like this now, I need to make it look like that!” and so much of the documentation I find doesn’t put their info into quality context for a newbie like me to be able to go from start to finish. https://www.studiopress.com/forums/wp…s/icon_sad.gif
- The topic ‘Genesis theme – Adding a Footer container to Entry Meta in Archive Loops’ is closed to new replies.