Posts Tagged ‘wordpress’

Working with custom fields

// July 7th, 2009 // Comments // Development

How to use Wordpress customfields is always useful to know and I found this on the very informative website perishablepress.com, so all credit to them for putting this together!

Source: http://perishablepress.com/press/2008/12/22/wordpress-custom-fields-tips-tricks/

Display values of a specific key

To loop through and display the values of a specific key, place the following within the loop of your choice, and change the “mood” value to that of your desired key value:

<?php echo get_post_meta($post->ID, 'mood', true); ?>

Display multiple values of a specific key

(more…)

Why use Wordpress?

// June 24th, 2009 // Comments // Development

Why do I want to use Wordpress as the core CMS behind Mortfiles Evolved and how do I intend to use it? Here are some thoughts on that subject.

On the current Mortfiles website I have no less than 3 wordpress installations for different purposes mixed with static files and includes in one big mess, although it’s a working mess. This is not a very efficient way to handle a website obviously and it’s far easier to merge all areas into one, controlled by one administrative interface. This is where Wordpress comes in.

Now, how do I intend to make all the areas of the old website merge into the Mortfiles Evolved website? The short answer is that I don’t. There will be several areas that will be cut out and the remaining areas will work just fine using the Wordpress backend through some creative use of templates and custom coding.  The most interesting part of the project will be to use the post feature both for blogging and to maintain a portfolio, both with different designs and different setup. That will be dealt with by making some creative use of the Wordpress template system so that posts under the portfolio for example will use a specific template instead of the default that will be reserved for the blog. Once setup I will be able to maintain both the website, the blog and the portfolio with very little effort.

The advantages of this also include taking advantage of the Wordpress plugin system that has alot of great features such as automatic sitemaps (both in html and xml), Cache system, RSS feeds, newsletters and much, much more. It also means that it’s possible to take advantage of the Wordpress search system to make the entire website searchable. This is in addition to a great content management system that is easy and fun to use that hold a flexible template system.

All in all this gives a more uniform impression and I think it will be more fun for me to work with, a better experience for my clients and a much more dynamic website for potential clients. Fingers crossed.

Dual language for Wordpress

// June 24th, 2009 // Comments // Development

Building a two language website using Wordpress is something of a challenge, but I have some ideas.

I have been pondering many approaches for making Mortfiles Evolved available in both Swedish and English and so far I have looked at using a Wordpress MU setup, using the translation service like I have here on this website, getting creative with custom fields and finally using something like WPML or xLanguage.

All choices have their advantages and flaws, but I think that I will go with WPML if it turn out ok, not just for the translation features, but also for the built in navigation that has dropdown features for the subpages that I want for this project. That way I get both in one package which sounds a bit to good to be true…

Mortfiles:revised

// June 22nd, 2009 // Comments // Development

Mortfiles EvolvedIts been a while now since my last re-design of Mortfiles and to tell the truth its getting a bit bloated and unfocused, which is not exactly promoting sales and its holding me back from getting creative.

In order to fix this I am starting a project where I will rebuild Mortfiles to be a more focused project that IS focused on business and not as a playground for my mad ideas. This project will also merge Mortfiles.com and Mortfiles.se into one dual language website using Wordpress as backend. The new design will be more focused on sale and it will take advantage of JQuery to make things easier and better looking.

I am also going to work with WHMCS to build a better orderform to make things a whole lot nicer, which is something that I have put off for a while now as my heart has not really been in it. The WHMCS package is still the best for the job, but I will now merge the two installations into one, which means dual languages and dual currency setup.

I am going to change the project manager for Mortfiles Evolved and will go for Active Collab instead as I find it more intuitive and nicer in design to work with. I will rework it a bit to make it even more awesome, both through design and hopefully by extending it with some modules down the road.

Right now I am in the scribbling phase where I poke design thoughts and try to figure out what should go where and why, but hopefully it will come together soon enough.