Month: June 2015

  • |

    Editing Profile Templates on BuddyPress

    Today I’m working on an intranet for a client who needs a substantial amount of cusotmization done to the profile pages on their BuddyPress installation. Our customizations are going to go far beyond what could be accomplished within the dashboard, so we are going to dig deep into the core and do some manual edits,…

  • How to Add Up Data in a Table Using SQL

    Let’s say you have a table that is filled with a list of transactions. And you want to run a query that will tell you the total value of those transactions. This one little line is all you need:

  • |

    How to Insert a Shortcode into a WordPress Template

    When it comes to getting dynamic information to display on a WordPress page, there are two basic options: 1. Super simple: Using shortcodes in the text editor 2. Kinda Hard: Customizing a WordPress template using PHP But sometimes you actually need to make use of both options. Is it possible to use a WordPress shortcode in a PHP…