Friends Flags…

Free counters!

Sessions

No Sessions

WP Multi-Network Plugin Fix for WordPress

I love small powerful WordPress Plugins. The kind that get the job done with a small amount of code. One of the things that actually convinced me to install WordPress was a little plugin called WP Multi-Network. Currently we are running about three dozen blogs (including this one) across almost as many networks! WordPress and [...]

Monster Upgrade ~ WordPress 3.13, Atahualpa 3.6.7 and others!

June 7 2011 ~ This has been kind of a rough year for me. My best friend died, then my longest friend (42 years) died, then my brother (and also my friend of 57 years) died. Kind of a hard year… And updates have fallen behind…

[...]

Spam Wars: Part 3 - WordPress

Lately I have been seeing an increase in trackback spam. Trackback spam is generated by programs that are trying to get a link on your site (from your site to their site) by claiming they have a link to your site – when they don’t.

To be honest, I do not want to be giving [...]

Adding Sessions in WordPress

Please Note: This Is Being Written Into a MUCH BETTER Plugin called TuKod Sessions. Follow The ToKod Sessions Link to see the status of this plugin (Due before April 1, 2012 – No Joke!)

I have been actually writing computer code for four decades (that is 40 years for people who are not [...]

Using PHP in WordPress Posts, Pages and Widgets!

Part Two – A Better Solution!

In Part One, PHP in WordPress Posts, Pages and Widgets! – I discussed that I want to use phpBB3 sessions and session variables in my WordPress Pages. To do this I would need to add PHP script codes to my Post, Pages and a Widget. Part One covered adding [...]

PHP in Wordpress Posts, Pages and Widgets!

I am getting ready to enhance my WordPress site using phpBB3 Sessions variables.

Of course, to do this I wanted a quick and easy way to add PHP code into WordPress Posts, Pages and Widgets. This would allow me to display or hide a number of things based on if a user was logged into [...]

Preventing WordPress Automatic Updates From Deleting Custom Settings (Themes and Plugins)

WordPress uses a drop in / replacement method for updating. This can be a disaster for sites with custom configurations like themes or custom site specific information like plugins caches or translators. Here is my solution to fix the whole problem! [...]

Removing all www. and redirect to no www.

I am reworking the WordPress Gamot Global Translator Plugin for my MultiSite install and I found a need to use the domain name as a file directory for my cache files. Then I though about that I will end up with two copies of my cache, one with a www and one without. I realized that I needed to groom the $_SERVER['SERVER_NAME'] variable but… How? [...]

MultiSites Part Two (Script)

Yesterday in MultiSites, MultiNetworks and Page Link To’s! I added two plugins…

WP Multi Network and Page Links To.

Both of these worked great allowing me to go to Settings>Reading and set a different static page for the home or default page on a 301 or 302 redirect.

Here is how…

[...]

MultiSites, MultiNetworks and Page Link To’s!

I decided to migrate a number of my base sites to WordPress. I think this should serve me well.

So today I loaded MultiSites or a Network of Sites

This allows me to add a number of sites based on domain name. For example Lan.aLanTait.net and Percy.aLanTait.net if I want to.

[...]