Hans Rasmussen

info@hansrasmussen.com, +46 (0)723 207008

Customizing WordPress WYSIWYG editor TinyMCE

Since WordPress 3.0 there is a function to apply editor styles to the default WYSIWYG editor TinyMCE. By using the function add_editor_style(); you can define the stylesheet where you have your editor styles defined. Typically you put the call in your theme’s functions.php file. Default the function looks in your themes root folder for the [...]

Installing LAMP (easy way)

I previously wrote about how to install WordPress on Ubuntu with some information on how to setup Apache, mySQL, PHP. A faster way (if you do not care about selecting and configuring manually) sudo tasksel install lamp-server

Setting up WordPress on Ubuntu

There are a few good blogs so I decided to install/configure WordPress on Ubuntu 7.1 workstation to see what is was all about. Since I wasn’t using any packaging tools I tried to make it through a terminal window. That wasn’t that easy as I thought so I thought I’d give some documentation about the steps. Most [...]