GIC already had a fully functional website and design. What they wanted was an ecommerce area that would allow them to sell digital products. We set up an online marketplace for GIC’s WordPress-powered website. In the Marketplace visitors can add digital products to their cart, purchase their products (payments are made through PayPal Standard), and download their product immediately upon successful payment. In addition to the public marketplace, we created a consultant-only marketplace that is accessible to certified consultants only. (more…)
Archive for the ‘WordPress’ Category
From Our Portfolio: Global Insights Consulting
Wednesday, February 18th, 2009A Subscription Website Using WordPress
Tuesday, November 25th, 2008Note 2010/06/09: Since I wrote this post, our client has sold her site to Morningstar, which has replaced the subscription area we developed with their own, Windows-based subscription service.
Our latest work involves development of a subscription system using WordPress on the popular financial blog, Footnoted.org. The requirements of the system were as follows:
- A subscriber registration and payment processing interface
- System tracking of subscription expiration dates
- Download management allowing the administrator to easily upload files as well as restricting file downloads to paying subscribers only
- An email notification sent to paying subscribers when a new publication is available
WordPress Plugin: PHP Code Widget
Thursday, October 23rd, 2008This post is a continuation of posts about WordPress plugins we’ve worked with. I just installed a plugin called the PHP Code Widget for a client today. This plugin takes the basic function of a text widget and lets you place PHP code in it. Very useful if you’re using a widgitized sidebar and need to place some PHP code in a widget. In this particular example, I needed a links widget that would display only one link category. The default WordPress links widget displays all categories and has no options. What do I do? Well, I download the PHP Code Widget and insert my PHP widget with the code to display one category only (assuming a category number 2):
<?php wp_list_bookmarks('category=2'); ?>
Beautiful!
WordPress Plugin: The Excerpt Reloaded
Wednesday, August 6th, 2008Update: Things change radically in the plugin world, expecially when new version of WordPress is released and the developer stops supporting the plugin. While The Excerpt Reloaded still works as described below, it will not strip shortcodes in your post text before creating your excerpt. I am now using the Advanced Excerpt plugin, which does strip shortcodes.
I intend to use part of this blog to help me remember which plugins I have worked with, how I implemented them, and what I thought. I used The Excerpt Reloaded for a client a few weeks ago, and at the time I thought it was the handiest little plugin for the task at hand. Now my client has asked for the same thing on another blog, and I can’t remember how exactly I implemented his request. So here is a chronicle of my second time around with The Excerpt Reloaded.
(more…)
Choosing a Developer-Friendly WordPress Theme
Monday, August 4th, 2008The first thing you’ll do after you install WordPress is choose a blog theme. If you are going to have a developer help you with your blog at any point, choosing a good theme can also mean money if your developer is charging by the hour. You want a theme that not only looks good but also is easy for your developer to customize. Here are a few themes that I rate highly in aesthetics and ease of customization. These are developer-friendly themes, so to speak. (more…)
Starting with WordPress
Wednesday, July 30th, 2008Since we’ve been working a lot more with the free blogging software WordPress lately, this blog will record a little of what we’ve discovered along the way. WordPress.com is a good place to go if you don’t want to worry about hosting, upgrading, and general messing around with the software. However, WordPress.com is limited in three areas:
- You are limited to the themes that are available in the WordPress.com theme library.
- You cannot edit your theme’s code.
- You are limited to the plugins that are available in their plugin library
