by prettyscripts on 2012-01-17 10:42:00 • Leave a comment »
wordpress
wordpress recently released V3.3. since i only recently started working on wordpress projects, it's the first time doing the upgrade.
of course i had to carry out on test sites to ensure it work. automatic update option is out since it requires to ftp…
more »Tags: upgrade, wordpress, wp
by prettyscripts on 2012-01-16 14:54:00 • Leave a comment »
wordpress
i know there are plugins for maintenance mode. i found a 3-part tutorial that shows how easy this can be done with just 2 files. this post simply documents how this can be achieved for my own reference and is based on this tutorial.
the 2 files require…
more »Tags: maintenance, wordpress, wp
by prettyscripts on 2011-10-17 15:08:00 • 1 comment »
php • wordpress
i came across a problem when all sections that display custom menu (via function call wp_nav_menu()) are not displayed in 404 page.
after some research, i found a solution.
it's to do with permalinks. there's a bug reported since V286. it's still happ…
more »Tags: 404, menu, php, seo, wordpress, wp
by prettyscripts on 2011-09-12 10:44:00 • 1 comment »
php • sql • wordpress
when deploying a site (and database) from development to production, when going to the production the site goes back to development.
that's because in wordpress, site url is defined and saved in database by default.
according to the official document,…
more »Tags: mysql, php, sql, wordpress, wp
by prettyscripts on 2011-09-03 20:55:00 • 2 comments »
b2evolution • wordpress
i'm using wordpress to build a latest project. i tried to learn wp numerous times but due to lack of real life application they went nowhere. now that i have a project to work on i'm really kicking my butt to learn it.
i have used b2evolution for many…
more »Tags: b2evo, category, page, wordpress