Tagged Questions
0
votes
1answer
119 views
post_class() breaks out of formatting. . . extra markup also generated
Hoping Im just running into something easy
Here's the scenario, I've created a function called tr_get_post_image_tplt that spits out the post thumbnail (or custom size) for the post being called.
Im ...
0
votes
1answer
506 views
CSS class on last post in loop ( custom query )
I have been using this question to try to do this but I am having some difficutlty. I have a custom post type, media, and I am working on the archive-media.php template.
I have it partially working ...
1
vote
2answers
1k views
Add post classes for custom taxonomies to custom post type?
I was surprised to learn that custom taxonomies aren't added as body or post classes like categories and tags are.
I'm sure this will be added in a future version of WordPress, but in the meantime I ...