Tom.Nunn
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to remove Date from Meta Description on SERP?If anyone else encounters this, check your source code and try and find the date in question, Googlebot normally finds these dates there.
It turned out the Googlebot was picking up a date in the footer of my site, via the WordPress Latest Posts Widget.
Forum: Plugins
In reply to: [Genesis Featured Page Advanced] Removing one a.more-linkPerfect Nick! Thank you!
Forum: Plugins
In reply to: [Genesis Featured Page Advanced] Removing one a.more-linkHi Nick,
Thanks for the speedy reply, yes I’m using the Page’s Content. There is no ‘read more’ tag inserted on the page itself.
From inspecting it a little closer, it seems x2 ‘more-link’ are generated when you select the ‘Insert More Text on a New Line’ box.
See source code screenshot here: https://postimg.org/image/vgtoyt5x5/
Widget Setup: https://postimg.org/image/n3zmjczo3/
I hope this helps, thank you for time.
TomForum: Plugins
In reply to: [IMPress Listings] Reorder Listing Status LabelsHi Jimmy,
Quick question, I noticed you changed ‘Sq ft’ to ‘Square Feet’ on the WP Listings Widget.
How did you go about changing this?
I found the code in
class-featured-listings-widget.php
if ( '' != get_post_meta( $post->ID, '_listing_bedrooms', true ) || '' != get_post_meta( $post->ID, '_listing_bathrooms', true ) || '' != get_post_meta( $post->ID, '_listing_sqft', true )) { $loop .= sprintf( '<ul class="listing-beds-baths-sqft"><li class="beds">%s<span>Beds</span></li> <li class="baths">%s<span>Baths</span></li> <li class="sqft">%s<span>Sq ft</span></li></ul>', get_post_meta( $post->ID, '_listing_bedrooms', true ), get_post_meta( $post->ID, '_listing_bathrooms', true ), get_post_meta( $post->ID, '_listing_sqft', true ) ); }
Did you use a filter?
Many Thanks,
TomForum: Plugins
In reply to: [IMPress Listings] Modifying/Adding to Additional Details/FeaturesHi Ashitsak,
Thanks for this, however I can not seem to get the metabox to appear in the backend.
Is this all the code you added?
Tom
Forum: Plugins
In reply to: [IMPress Listings] Deregister wp-listings-single.css?Any ideas?
Forum: Plugins
In reply to: [AgentPress Listings] AgentPress ListingsApologies, I am using the AgentPress Pro Child Theme, in which I assume you may ask me to send a ticket to them directly…