// archives

CMS

This category contains 0 posts

Howto remove ‘/blog’ from permalinks URL in WordPress MU

If you are using multi-user version of wordpress, then the main (or root) blog has default permalink URL prefix ‘/blog’, which is not possible to change to anything else. This prefix is hardcoded in php files of wordpress system – the main reason is, that if you are using sub-directories as a blog adresses (like [...]

Howto to use pagination in your posts in WordPress

As some old users of WordPress remember, there was button for simple pagination in WYSIWYG editor. But for some reason was removed from version 1.5.1, and is not present neither in new versions of WordPress. I did some investigation in it and found simple and pretty solution.