JaneBarnes
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?Hi Shaw, I gave up on it ages ago and now use a plugin instead. Thanks.
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?Hi Shea, I am still trying to find the correct code to show last updated on posts and to remove it from the home page? Please.
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?I have worked out how to remove the actual time of the last updated, but cannot work out how to remove it from my home page?
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?Hi Shea,
I added that code completely and it returned a fatal error?Luckily the snippets plugin does warn and not just save the changes, any other clues welcomed.
Cheers.
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?It displays as Last updated with the date as well as the time, is there something I can remove in the code to just display the date? Please. I don’t think the time is needed at all.
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?Ah, I just am not getting this it seems! Thanks for your help.
Here is the code:function wpb_last_updated_date( $content ) {
$u_time = get_the_time(‘U’);
$u_modified_time = get_the_modified_time(‘U’);
if ($u_modified_time >= $u_time + 86400) {
$updated_date = get_the_modified_time(‘F jS, Y’);
$updated_time = get_the_modified_time(‘h:i a’);
$custom_content .= ‘<p class=”last-updated”>Last updated on ‘. $updated_date . ‘ at ‘. $updated_time .'</p>’;
}$custom_content .= $content;
return $custom_content;
}
add_filter( ‘the_content’, ‘wpb_last_updated_date’ );Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?Hi Again,
Sorry, I am still not sure what to add (I assume it goes Tags section?)
Is it: !is_home()
Cheers.
Forum: Plugins
In reply to: [Code Snippets] Remove snippet from home page?Thank you, much appreciated.
Forum: Themes and Templates
In reply to: [Virtue] White space between tags and long descriptionHi, I added the code above to the style sheet, but still have the white space between the short and main description. I’ll link the page, any help most appreciated. Thanks.Link
Forum: Themes and Templates
In reply to: [Flat Responsive] Default text sizesIt was in the customisation area of admin. I have tried changing them back, but have sizes all over the place now! Any help most appreciated.
Thank you Stacy! Much appreciated, worked perfectly and pops out on the darker images now. Cheers. Jane
Forum: Themes and Templates
In reply to: [Fifteen] Removing white space where author /post date had beenThank you so much Maria, you are a legend! Looks so much better now! I set it to 60 and am so happy with it.
Very much appreciate you time in helping solve this.Cheers, Jane
Forum: Themes and Templates
In reply to: [Fifteen] Removing white space where author /post date had beenIt is simply the space where the author /post date would normally be in the single post page. Not really worth too much effort to solve, I can live with it.
Forum: Themes and Templates
In reply to: [Fifteen] Removing white space where author /post date had beenHi Maria,
My site is blog.wickedwalkabout.com.au The space did not bother me too much, except that for some posts I have an image first and it would be nice to have the space gone so the image is seem more… not a big deal over all… Thanks for any help though! Cheers.Forum: Themes and Templates
In reply to: [Fifteen] Change Menu FontDecided to wipe out the image behind the menu in the header… so leaving the font as is now.
Wanted to delete this thread… but can’t see that it is possible.