wpPro offers design, development and full-service professional WordPress hosting service for serious bloggers web design web development professional WordPress hosting

wpPro offers design, development and full-service professional WordPress hosting service for serious bloggers

Web Desing and User Interface Development
Professional WordPRess Hosting for Serious Bloggers
  • Change.gov Obama-Biden Transition Website

  • change.govObama has launched a website that will detail the transition of the new administration into the Whitehouse. The website allows user to follow latest news, events, and announcements by the Obama administration. The site is (also) a fitting transition of a sort for the folks who ran the best damn presidential campaign on the web at BarackObama.com!
  • 11.06.2008 - 3:15 pm - (0) - Asides

WordPress Theme Gaia

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

We released a new advanced WordPress theme called Gaia at HeadsetOptions. This is the very theme that inspired the redesign of WPPro.org. Check the screenshots and you can tell the similarities. But looks are all that is similar, the codes and CSS are nowhere near one another.

WPPro.org was built using Blueprint CSS Framework, the CSS tool that I have fallen in love with. What this allows me to do is include unique XHTML tags within a post to give it a different feel and look. With this set up, I could also change the looks of the site itself, without breaking any post customization. Also, the posts are not styled by in line CSS to derive the various post styles, but instead the CSS is all localized and detached from the Blueprint CSS.

Case in point is this very post; the text will float left divided by a border followed by two screen shots, one of the Gaia theme and the other of this site.

Gaia is based on a TextPattern template that was build around a grid too, but not Blueprint. But that should not stop you from using the theme and customizing it to fit your needs. As a matter of fact, this theme has built-in options to do just that for users of all level. You can move the content to float to the left (like WPPro.org) or center, change the background image and much more without learning to code. Do visit the theme page, demo, download and use away.


10.13.2008 - 7:54 pm - Feedback » - WordPress -
  • WordPress Cockney Replace WP Texturize Function

  • I was testing my asides styling and noticed this WP function that adds a typographic quotes to common phrases that are considered “cockney“, i.e. words such as ’til and ’bout. The most famous use of this function was in Matt’s Asides code.
    <?php echo wptexturize($post->post_content); ?>
    Wonder what the East Enders think about this rather cool but lesser known WP function!
  • 10.11.2008 - 4:12 pm - (0) - Asides