WordPress

Adding Selectable Styles to the WordPress Editor

How to add Code style and more into Style drop down box inside WordPress editor? If you don’t mind one more plug-in – download and install TinyMCE Advanced Plug-in. According to my tests, this plug-in works on WordPress 3.0.1.  This plug-in allows you to customize your buttons in your WordPress […]

No Picture
WordPress

Installing bbPress 1.0.3 into WordPress 3.2.1 Site

This example shows installing bbPress 1.0.3 into WordPress 3.2.1. Download latest bbPress forum software form http://bbpress.org/download/. Unzip bbPress directory into a logical place inside your WordPress site. This example places bbPress into wp-content directory. ` Installation Navigate with your browser to YourSite/wp-content/bbPress Installation and configuration wizard starts: There doesn’t seem […]

IIS

Movng WordPress Site to a W2K8 Server and IIS7

If you like to be in control of all your servers, you would love the gentle nature of WordPress installation.  Installation includes PHP,  MySQL  and  WordPress components.  All steps can be done manually.  Instead of running install, you can just copy files and directories, and make manual configurations adjustments.  It […]

No Picture
MySQL

Can I Clean Old Versions of the Same Post?

Question: Each time I modify a POST, a copy of old POST is created and saved. Can I control, how many old posts to retain? Can I clean all old posts? Answer: Yes! You can stop collecting old versions of the posts by adding this line to your wp-config.php file: define(‘WP_POST_REVISIONS’, […]