WordPress allows adding extra content to your post or page contents with custom fields. This is useful if the the content is simple text value. You can still use it for …
This is an update to previous post. Since this blog was migrated successfully from b2evolution to WordPress, I decided to migrate another blog. More issues noticed with that particular migration. …
Update: There’s updated post addressing issues with the script. This site was recently migrated from b2evolution to WordPress. I’ve been wanting to do this for a while. There’s nothing wrong with b2evolution. …
It’s inevitable that hackers want to break into your site. With some of the WordPress-based sites I managed, I’m surprised to find that no matter what username changed to, even …
wp_nav_menu() is a WordPress function to display menu defined with register_nav_menus() in functions.php. When using foundation framework in a WordPress theme, the standard way to use wp_nav_menu() works if you …