Archive for the 'WordPress' Category

Data2insight Website Launched

Monday, April 26th, 2010

Data2insight helps organizations put 4 key strategies to work: Visualization, Measurement, Research and Planning.

The website is built on a WordPress platform for easy content management and includes a blog.

Jcarousel for WordPress

Wednesday, March 31st, 2010

This plugin displays images in a carousel. It was inspired by Carousel Gallery by Joen.

Download Jcarousel for WordPress Now

KentOrchids_1

KentOrchids_1

KentOrchids_2

KentOrchids_2

KentOrchids_3

KentOrchids_3

KentOrchids_4

KentOrchids_4

KentOrchids_5

KentOrchids_5

KentOrchids_6

KentOrchids_6

TheExotics_1

TheExotics_1

TheExotics_2

TheExotics_2

TheExotics_3

TheExotics_3

TheExotics_4

TheExotics_4

TheExotics_5

TheExotics_5

TheExotics_6

TheExotics_6

  • KentOrchids_1
  • KentOrchids_2
  • KentOrchids_3
  • KentOrchids_4
  • KentOrchids_5
  • KentOrchids_6
  • TheExotics_1
  • TheExotics_2
  • TheExotics_3
  • TheExotics_4
  • TheExotics_5
  • TheExotics_6

Installation

1. Unpack the plugin, put it in your “plugins” folder (`/wp-content/plugins/`).
2. Activate the plugin from the Plugins section.

F.A.Q.

How do I change the layout?
Most of the design, you have to do using CSS. Fortunately there are lots of classes to hook into.

How do I change the image and thumbnail sizes?
Carousel Gallery uses the WordPress Media settings for this (Settings -> Media).


Photos for this demo were provided by Jerry Whiting of JetCityOrange.

Seattle Town Car and Limousine Service Website

Wednesday, March 3rd, 2010

Please, LLC Limousine and Town Car Service of Seattle now has a website. This site is designed on a WordPress platform using a custom theme that reflects the company’s branding.

Another WordPress theme

Wednesday, March 3rd, 2010

As part of the team working on a relaunch of OnPoint Urgent Care on a WordPress platform, my role was to design the theme. My role consisted of creating a lot of CSS as well as implementing the jQuery used in the drop down menus and slide show.

WordPress comments

Sunday, December 27th, 2009

I finally have my #WordPress comments working as planned – with avatars and threads!

Still Delving into WordPress

Friday, December 18th, 2009

In order to augment my use of menus in #WordPress, I have been using the Page Lists Plus plugin. One of its features is to allow the anchor tag to be removed from the current page. This works fine except when the current page is the posts page. Since the plugin looks for the post ID ($post->ID), what gets returned is the id of the first post on the page and not the actual posts page! The solution to check and see if your current post is a page or a post. If its a post, then get the page ID for the posts:

if ($post->post_type == 'post') {
$currID = get_option('page_for_posts');
}
else {
$currID = $post->ID;
}

I know it seems simple but it took me awhile to figure it out.

WordPress

Friday, December 18th, 2009

I have been experimenting with #WordPress – learning how to create child themes and using “add_filter ” and “add_action” functions. I started with the thematic theme to see if I could take its very generic appearance and change it around. Although it did not bring my experiment to a complete theme creation, I now know how to proceed on any project requiring child themes.

Switch to our mobile site