Tag: WordPress

  • Including code in WordPress Child Themes

    Including code in WordPress Child Themes

    by

    A project of even moderate size easily builds up quite a few items in it’s functions.php file. Even when working on a child theme I find that it’s not uncommon to need to add a custom admin panel or a custom post type. There is another gotcha in child themes though. Typical code samples that…

    Read More →

  • WordPress StackExchange Question of the Week – Oct 17 – 23

    by

    This week we’ll highlight a StackExchange question dealing with corrupted databases. The question asker has corrupt tables, specifically term tables, that are causing incorrect data to be displayed. Basically he lost all his tags. Our answer comes from Denis and deals with repairing tables. Hit the link below for a full explanation on repairing broken…

    Read More →

  • Make Blogging Easy with MarsEdit

    by

    Let’s face it many of us plan to blog way more than we do, at the very least it applies to me and this blog (well me and all the blogs I have). The original plan was to have something out each Tuesday but life, stuff, StarCraft II, seem to get the way. Since I…

    Read More →

  • WordPress Multisite Domain Mapping with Media Temple

    WordPress Multisite Domain Mapping with Media Temple

    by

    While there are lots of tutorials out there that teach you how to setup domain mapping on your WordPress Multisite install there really aren’t any that deal with a particular issue (let’s call it ‘feature’) on Media Temples servers. It’s not really a bug and I’m sure some Unix guy out there can tell my…

    Read More →

  • WordPress Admin Bar – A Wicked WordPress Plugin

    WordPress Admin Bar – A Wicked WordPress Plugin

    by

    I just finished installing a WordPress Mutlisite system and mapping a bunch of domains so I could consolidate a few sites I keep up to date for friends/family that have businesses and needed a quick web presence. While the consolidation and mapping will save me a ton of time (don’t have to update every site…

    Read More →

  • Adding Scripts – WordPress Child Theme Gotcha

    Adding Scripts – WordPress Child Theme Gotcha

    by

    While converting a heavily customized premium theme into a proper WordPress child theme I came across a gotcha in WordPress. If you look at the WordPress Codex information on adding scripts to your theme all of the code samples tell you to find the script by using get_bloginfo(‘template_directory’); Unfortunately if you’re dealing with a child…

    Read More →

  • Having Fun with the WordPress post_class()

    Having Fun with the WordPress post_class()

    by

    While I know that the WordPress post_class(); has been around since WordPress 2.7 I recently just stumbled upon it for some recent projects. Unfortunately, while post_class(); gave me a ton of function that I needed, I still needed to extend it just a bit to suit the project specific needs. What is post_class(); Stealing directly…

    Read More →

  • The Case Against WordPress Plugins

    The Case Against WordPress Plugins

    by

    As suggested by the comments this is probably better titled as: Why I Prefer Not to Use Plugins in WordPress WordPress is a great open source CMS. Out of the box it has a ton of functionality and the huge community that exists around it contributes plugins and patches which are often very high quality.…

    Read More →

  • Episode 1 – Andrea R

    by

    The inagural episode of Your Workflow. Today I interview @andrea_r. We talk about her work with WordPress and WordPressMU and the tools she uses to get her job done. We even delve a bit into what her husband @wpmuguru uses, as a core committer to the WordPress project for WordPress 3.0. [podcast]http://www.archive.org/download/YourWorkflowEpisode1andrea_r/yourworkflow-001-andrea-r.mp3[/podcast]

    Read More →

  • Captcha Sucks But I’m Lazy So it’s Your Problem

    Captcha Sucks But I’m Lazy So it’s Your Problem

    by

    Hidden under the guise of making your life less troublesome by limiting spam on your site lurks a hurdle. It’s a hurdle that brings no end of frustration to users. A stabbing pain in the eye of users and what does it gain us but a few precious seconds of our days. The Issue We’ve…

    Read More →