oberheimer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Block semalt doesn't work, can someone help me outI’m using this code now so will see if it works
# block spammers RewriteEngine On RewriteCond %{HTTP_REFERER} ^http://.*semalt\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*kambasoft\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*savetubevideo\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*darodar\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*seoanalyses\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*7makemoneyonline\.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*buttons-for-website\.com [NC] RewriteRule .* - [F] # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Plugins
In reply to: [WooCommerce] Different vat for products and shippingIt looks like it’s working. i fixed my own problems again.
Hmm can it be the cache or?Forum: Plugins
In reply to: [WooCommerce] login for customersI found the plugin for the prices, the other thing is also sorted i deactivated the register so we can do it in the admin
Forum: Fixing WordPress
In reply to: how do i change Excerpt Length for postsesmi thanks, i guess i did’nt add it correctly then i will try again 😀
Forum: Fixing WordPress
In reply to: how do i change Excerpt Length for postsNo flexibility at all imo
Forum: Fixing WordPress
In reply to: how do i change Excerpt Length for postsI have tried that but did’nt work. I use a templatemonster so…
I wont do that again… too complicated and they try to define everything so even when you try and change a simple thing it makes it difficultForum: Fixing WordPress
In reply to: how do i change Excerpt Length for postsBut how do i change the all posts template i’m not good at coding :p
Lets say i want full posts or 200 words…Forum: Fixing WordPress
In reply to: how do i change Excerpt Length for postsI have tried that but nothing happens i even changed to full post but i only see the 50 excerpt
Forum: Fixing WordPress
In reply to: How can i get the search results in xml in wordpressI have found this plugin
http://lauragentry.com/blog/2011/04/15/wordpress-plugin-xml-ify-wordpress-multiple-posts/Is this what i’m after and can it be done with this