Posts Tagged ‘WordPress’

WordPress’s perfect implementation in studio site: Ovisualize

10.06.2008 by Denis - 0 Comment
Posted in WordPress

I always consider a good choice to use WordPress at the CMS or studio sites. Because WordPress is very simple, it can realize the effects we want. We have been so familiar with WordPress – very friendly to users and search engines. These characters are incarnated into my recent product ‘Ovisualize‘. I would discuss some key points on implementing WordPress in this studio below. Wish to bring in some lights or suggestions when using WordPress to build the CMS sites.

Ovisualize index page

Ovisualize index page

The index pages of ordinary blog list the latest logs, whenas on studio sites it comes the introduction. Therefore we make it happen by adopting WordPress Page. For ‘how to’ details, please refer to this post: 5 simple steps to build CMS by using WordPress.

Index page of Ovisualize case

Index page of Ovisualize case

We generally use WordPress post to realize the pages with much renewal, such as studio cases or products. From above picture we know, the case requires a post thumbnail. We can make it by using custom fields. Read this document in details: Use custom fields to display post thumbnail.

Ovisualize case sample

Ovisualize case sample

The Sample page in Ovisualize displays a brief introduction to this product, and then there are a large case screencut and the list of similar cases. The large case screencut also applies custom fields. For the list of similar cases, I realized it by making some small changes on my pervious plug-in ‘WordPress Related Posts‘. I may add this function into future release.

Okay, that’s all for now. If anything unclear, please drop me message. If you have project related to this, also contact me(email/msn:denishua@hotmail.com). The quality is guaranteed, fair trade.

One WordPress installation, multiple blogs 1

09.19.2008 by Denis - 0 Comment
Posted in WordPress

For different database:

1. Point all domains to the same WordPress root directory.

2. Add the following code at beginning of wp-config.php:

$hostname = $_SERVER['HTTP_HOST'];
 
switch ($hostname) {
case "fairyfish.com":
    $db = "db1";
    break;
case "denis.fairyfish.com":
    $db = "db2";
    break;
}
 
// ** MySQL settings ** //
define('DB_NAME', $db);    // The name of the database

WordPress Theme: WP-Golf

09.17.2008 by Denis - 9 Comments
Posted in Theme

WP-Golf is a clean two-column theme for lovers of Golf that’s Widget-ready and compatible with AdSense. It’s compatible with WordPress 2.5.1 and has been tested with in Firefox, Internet Explorer 6 &, Opera, and Safari.

WP-Glof

Demo | Dowload

Google PageRank for WordPress

09.17.2008 by Denis - 1 Comment
Posted in Plugin

Google PageRank for WordPress can retrieve PageRank for every post, and display the PageRank value at the end of the post’s content.

Installation and Usage

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. That’s all

Download: Google PageRank for WordPress