greencode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal error undefined function get_header() in index.php on line 1Thanks for this. Is this how I direct it to another page:
<?php if (function_exists('get_header')) { get_header(); } else { header("Location: http://"); exit; } ?>Forum: Plugins
In reply to: [SimpleMap Store Locator] Categories Not ImportingAny news on this?
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Yasr User Reviews 1.4.3Thanks for this. Will keep an eye out on your site.
Thanks for this. Is there any reason the other scripts activate when using YASR though?
Forum: Fixing WordPress
In reply to: Month and Date uploads or notThanks for this.
Forum: Plugins
In reply to: [Search & Filter] Change title for PostsThanks for the reply but that’s not what I was referring to.
Currently the dropdown for post_types says “Posts” however I would like to change that title to “Blog”
Go to Settings > Alerts > Alert Events and tick the checkboxes you want.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] orderby ratingAdded a comment to the Google Forum.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] orderby ratingThanks for this but I can’t get it to work. I am using the yasr_pro_average_comments_ratings rating for my site. Is there any chance you could give me an example of the code to use to show the post titles on the page?
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] orderby ratingHi Dario. Any news on this? Thanks.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] orderby ratingThanks Dario. I think I’ve also asked this same question on the Google Support Forum so apologies for the duplication.
Forum: Plugins
In reply to: WP Fastest Cache – Where's it gone???Phew, seems to be back up and running now 🙂
Forum: Plugins
In reply to: [GEO my WP] Demo site doesn't really work?!Thanks for getting back to me so quickly. I’ll download the plugin and have a good old play.
Forum: Plugins
In reply to: [WooCommerce] Replace Product Image with Thumbnail on ClickAh ha. I think I’ve done it.
Just replaced “src” with “srcset” in the above code and all appears to be working as it should.
Thanks for the guidance.
Forum: Plugins
In reply to: [WooCommerce] Replace Product Image with Thumbnail on ClickAny ideas how I would go about tweaking the code so that it works?