Category Archives: Wordpress
WordPress Breadcrumbs
Breadcrumbs by Chris Breadcrumbs code by Chrispoole.com. This is design to use in wordpress. Thanks chris. /* * quick and dirty breadcrumb menu * initially designed for wordpress */ function CPbreadcrumbs() { $CPtheFullUrl = $_SERVER["REQUEST_URI"]; $CPurlArray=explode("/",$CPtheFullUrl); echo ‘<a href="/">Home</a>’; while …
Posted in Wordpress
Redirect Loop in Firefox
This really freaks me out trying to figure out why I have this error in firefox.Redirect Loop Firefox has detected that the server is redirecting the request for this address in a way that will never complete. The browser has …
Posted in Wordpress