
Similar Posts
Googlebot Cannot Access CSS and JS on your WordPress Site?
In the past couple of days, many client sites have gotten notices from Google Webmaster Tools about being unable to access CSS and JS files. The most widespread issue was blocking of wp-content, wp-includes and wp-admin in the robots.txt file. Googlebot is now smart enough to not crawl these items by default, so they can…
AI-Powered Custom Post Types: Building Smarter Content Management Systems
WordPress custom post types have revolutionized how we organize content beyond traditional posts and pages. But what if we could make them even smarter? By integrating AI into your custom post type workflows, you can automate categorization, enhance SEO optimization, and create truly intelligent content management systems that work for your clients around the clock….
Using Flurry, Tapjoy, Apsalar, etc with PhoneGap on iOS
PhoneGap is a great framework for building native iOS, Android, etc apps with just HTML, CSS & JS. However, there is a slight misconfiguration in the way PhoneGap sets up new Xcode projects, and this will not allow 3rd party analytic packages to work correctly. Services such as Flurry and Tapjoy require you to add…
How To Optimize Your VPS for WordPress In 10 Minutes
WordPress get a lot of, somewhat deserved, bad press in regards to being able to stand up to large amounts of traffic. Especially on your run of the mill, everyday shared hosting. Even on some VPS or dedicated hardware, people have had trouble keeping WordPress from falling over. There are some very simple fixes you…
Fixing Issues With Large WordPress Menus Not Saving
If you have a custom menu on your WordPress site, and you’ve found that after adding so many items, saving the menu will remove the last few items from the list. This will generally happen if you have many sub menu items. The main culprit is the “max_input_vars” PHP setting. By default this is set…
Fixing Large Background Images in Mobile Safari on iPads
If you have a webpage with a very tall background image applied to your body element, Mobile Safari will try to show the entire image on the screen. This is different than desktop Safari and not what is expected to happen. Thankfully, there is a one line change to fix this: body{ -webkit-background-size: 2000px 1400px;}…