nwsolutions
Forum Replies Created
-
Have you also tried the “Development Version” here: http://wordpress.org/plugins/woocommerce-multilingual/developers/ > Other versions ?
Forum: Fixing WordPress
In reply to: WordPress crashes serverHow does the .htaccess file in the WP root folder look like?
Also, since “W3 Total Cache” has a “minify” meachanism too, there might be a conflict with the “WP Minify” plugin.
Forum: Fixing WordPress
In reply to: I screwed something upThe PHP warnings are all triggered by the first error and will go when away when this one is fixed.
Although I don’t know what you exactly did with functions.php, could it be that the
WHERE post_id IN ()in the MySQL query shouldn’t be empty?Forum: Fixing WordPress
In reply to: Inserting a bit of text without using the templateHi kitsunesniper, hope I understand you correctly. So you don’t want to edit the theme´s files? But rather, you´d like to execute some PHP directly in the post text itself?
In this case you could use the plugin “Exec-PHP” – http://wordpress.org/extend/plugins/exec-php/ and then add directly into the post sth. like
<?php include "path/to/license.php"; ?>