Display "Category" in entry-meta (and other questions)
-
I actually have a 3-part question about the entry-meta section on individual blog posts.
1. is there a way to display the primary category of the post next to the date? (i.e. “July 9, 2016 / [Category]”
2. I’m currently using
div.entry-meta:after { content: "Disclosure: This post may contain affiliate links, which means we could re..."; }
to show an affiliate link disclosure under the entry-meta. Is there a way to make that show ONLY on post pages? (Not the home page, category pages, search results pages, etc.)
3. (Maybe complex enough I should put it in its own thread?) I’m currently using the social share button plugin MashShare which I really like, except for where they position the share buttons underneath the title.
Is there any way to get that box (with the share counts, FB, Twitter button) in the side bar where the entry-meta is? They let you place the share buttons wherever you want using the shortcode [mashshare] but I’m not sure how to use it.
On the plugin’s (website it says I can put this
<?php echo do_shortcode('[mashshare]'); ?>
“directly into your WordPress theme files” but I have no idea what that means. Please help!I use the Custom CSS plugin to make changes to the theme. My blog currently looks like this: https://openstephanie.com
I know this was a super long question. I appreciate all the help I can get, and thank you so so much in advance!
- The topic ‘Display "Category" in entry-meta (and other questions)’ is closed to new replies.