Tag Archives: Wordpress
“You do not have sufficient permissions to access this page.” on plugin admin page after update to WordPress 3.0
A small fix for wordpress plugin developer after an upgrade of Wordpress 3.0. The behavior of Continue reading
Get WordPress Author Page Url With User ID
This is a simple tutorial to inform others of a way to retrieves Wordpress author page url via user id. It seems weird Wordpress didn't write the function out, but this is written within Wordpress core code. Continue reading
Customize WordPress Avatar Using Filter Hook
Another Wordpress tutorial that uses Wordpress filter hook to customize Wordpress avatar. This filter hook was not documented in Wordpress and i managed to get this to work. Hence, i wrote this down in the hope that it will be useful for others. Continue reading
Change WordPress Default From Email Address Without Plugin
A very simple way of changing Wordpress default from email address to the one you prefer in your Wordpress blog without using any plugin to affect the performance of your Wordpress blog. Continue reading
WordPress Template_page meta key and update_post_meta
A simpel article to help people who are having difficulty changing the default template of a post or page in Wordpress using the method update_meta_post as there are no documentation regarding this. Continue reading
How To Exclude Page Permanently In WordPress Without Using Any Plugin
here is a way to permanently exclude pages globally across Wordpress instead of individual excluding page using wp_list_page parameter without using any Wordpress plugin Continue reading
Disable Automatic Conversion Of URL To HTML Link In WordPress Comment
Disabling the automatic converting url or email addresses Wordpress sees into HTML link that is clickable on the comment text area. Continue reading
Multiple WordPress installation sharing one user table
multiple Wordpress installation with the same user table? This means that your user will only required to register once to access all your Wordpress blog without the need to login twice! Continue reading

