W3 Total Cache Settings That Worked For Me

In my quest to speed up Organized Themes as much as possible, I’ve been experimenting with the settings of the excellent W3 Total Cache plugin and with my web host. Here’s what is working best for me according to Pingdom’s response times (see graph above). For me, hosting on VPS.net (4 nodes), I get better […]

How To Troubleshoot WordPress Conflicts

As part of providing support, I often get an inside look at WordPress conflicts. If you’re troubleshooting your own site a great step is to disable all of your plugins and see if that fixes your problem. If it does, then you just need to reactivate your plugins one at a time until you discover […]

7 More WordPress Plugins for Your Church

Here are some useful plugins I’ve used to help out churches that I think you might find helpful. Staff Directory Many churches and organizations like to have an online directory of their staff. While you can create this with the visual editor in WordPress, it generally doesn’t turn out as well as you’d like. A […]

Other Ways To Speed Up Your Site

We’ve already seen how I saved 37% of my page load time by editing and removing a few unnecessary plugins in this post. Now I’m going to share a few more methods I used to cut another 3 seconds off my page load time. Load jQuery from Google My site, like most WordPress sites uses […]

WordPress Plugins and Site Speed

No one likes a slow website. Have you ever wondered if the plugins you use in WordPress affect your site’s load time? Recently I began a quest to reduce my page load time significantly by making changes and checking the results with Google Search Console and Pingdom Tools. Here’s what I discovered about the plugins […]

door

Using Sliding Doors With WordPress Navigation

Here is a version of the sliding doors technique that doesn’t require php expressions. Just use this code in place of your theme’s current page menu. [php] <ul class="navigation"> <li class="<?php if ( is_home() ) { echo ‘current_page_item’; } ?>"><a href="<?php bloginfo(‘url’); ?>" title="Home"><span class="nav-left"></span>Home<span class="nav-right"></span></a></li> <?php wp_list_pages(‘sort_column=menu_order&depth=1&title_li=&link_before=<span class="nav-left"></span>&link_after=<span class="nav-right"></span>’); ?> </ul> [/php] All this […]

How To Make A Dynamic Small Group Sign Up

I’ve been working with small groups for the last 10 years and one of the challenges has always been to provide good ways for people to sign up. Recently I started making online sign ups an option at a2 Church and thought some of you could benefit from our experience. To start out I would […]

Get all themes with lifetime updates for 95 USD.View All Promotions
+ +