bmg
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Title hyperlink with Thumbnail TemplateSorry, I meant that the title isn’t an active link to the post, it just shows up as text. So in order to view the post, I have to click the thumbnail. I would like to be able to click both the thumbnail and the title of the story to link me to the post page.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Post date under post titleIt worked! Thank you!!
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Post date under post titleOk I added the code you provided below to functions.php
add_filter( 'related_posts_by_taxonomy_caption', 'link_related_caption', 10, 2 ); function link_related_caption( $caption, $related, $args ) { $date = '<span class="related-post-date">'; $date .= get_the_date( get_option( 'date_format' ), $related->ID ); $date .= '</span>'; return $date . $caption; }
The title is showing, so now I’m assuming I add a code to show the date on the template. I tried <span class=”related-post-date”><?php echo get_the_date(); ?></span> but that only shows the date for one post, if that’s the code where do I place it?
If not, What do I add to the related-posts-thumbnails.php file? I want the date to be above the title. Thank you! ??
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Post date under post titleHey, I’m a little lost with this. Can you specify where I’m supposed to post this code? I put it in themes functions.php file and it didn’t work. I want to display the date underneath the image above the title. Thank you!
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Plugin Breaks Tags in WordPress 4Thanks for posting this! I was going crazy wondering what happened to my tags! Thought I disabled this plugin when doing troubleshooting. Once I saw this, deactivated Google Maps and my Tags were back!
Hope this issue gets resolved soon.
Thanks for sharing! ??
Forum: Fixing WordPress
In reply to: More than one Portfolio pageHey art4messiah did you ever figure this one out? Having the same issue ?? Help meeee pretty please?