dw_wood
Forum Replies Created
-
Problem solved…. still not sure how I blocked myself, but was able to get my server host to log in and deactivate the plugin allowing me back in.
Forum: Plugins
In reply to: [VSF Simple Block] [Plugin: VSF Simple Block] Tried three times:impossibleI like the value because instead of writing code to get rid of spiders (and there are countless numbers of them) and many don’t respect robot.txt anyway, its easier to enter their dot.com in the value field. Because they change the first part up when you block them (usually an IP address and not within a defined range, generally a drastically different number), but the name.com is always the same. And VSF seems to do a good job of keeping them out.
Same with spammers using various different IP’s that don’t work within a close range (96.1.4.23 and lets say 56.5.201.4) if you created a range between those two numbers you would also block out legit visitors whose IP falls somewhere in between.
So I guess Im saying I like the “Value” area. 🙂
Forum: Plugins
In reply to: [VSF Simple Block] [Plugin: VSF Simple Block] Tried three times:impossibleI had the same problem, I found when using IP range you had to enter two sets of numbers.
192.168.0.101 to 192.168.0.110
that would be the range and it worked for me.
even easier was changing the setting to from IP to host in the drop down menu and still using the single IP of the visitor in “value”. No range required that way and that worked just as well.
Forum: Fixing WordPress
In reply to: placing H1 tags around the existing titleThanks, I tried it and as you suggested I will have to alter the style.css file as the title disappears completely. But its a start and you got me pointed in the right direction, so I tinker from here.
thanks again
Forum: Fixing WordPress
In reply to: placing H1 tags around the existing titlethis is the entire set up for the header page
http://pastebin.com/embed_js.php?i=YPi8EhRf”
[code moderated as per forum rules - please use the pastebin]
Forum: Fixing WordPress
In reply to: placing H1 tags around the existing titlethanks I appreciate the help
I see the body tag problem is (maybe not a problem) is it is listed as <body no closing > and there is no </body> anywhere on page
Forum: Fixing WordPress
In reply to: placing H1 tags around the existing titlesite: http://www.green4lifemagazine.com/
Theme Name: Fresh Ink Magazine
Current set up: </script><h1>Green4LifeMagazine</h1>
<h2>Promoting a Green Life through projects, news and blogs</h2>
<meta name=”description” content=”Projects, New and Blogs promoting a greener way of life” />
<meta name=”keywords” content=”going green, green life, solar, wind, environment, economy, green, projects, news, blogs” />
<meta name=”author” content=”DW Wood” />
<meta http-equiv=”Content-Type” content=”text/html;charset=ISO-8859-1″ /></head>I know when I do a test of the site with whois.domaintools it says it was missing the H1 so I just stuck it where I thought it should go.