Category Archives: Wordpress

WordPress-Smart 404 Plugin

Select box Plugin option is: four A great tool for not showing 404 pages on your wordpress website.  I’ve used this for a couple years now.  I just recently discovered that if you type in a url with a keyword that cannot be found in your posts or pages, this plugin will show a 404 [...]

Posted in Wordpress | Leave a comment

WordPress Starter Plugin

Select box Plugin option is: fourEverything you need to write your own plugin. This is the starter solution. It shows how to plugin with your own class to wordpress, already set up custom functions. This is version 1 of this empty plugin. The admin menu (with a submenu), a settings page, another settings page. You [...]

Also posted in Internet, PHP, techblog, Web Development & Administration | 2 Comments

WordPress custom menu disappear on home page when using custom post types and/or taxonomies.

Select box Plugin option is: four As you’re developing a theme, you try one of WordPress’s newer options: Custom Post Types.  Searching the internet you stumble upon Justin Tadlock’s blog.  You try his way of showing custom post types on your home page of your wordpress blog.  Then boom. You’re custom menu is not showing [...]

Also posted in Internet, techblog, Web Development & Administration | 5 Comments

WordPress custom Functions.php I need. Thanks digwp.com

Select box Plugin option is: fourCompletely remove the version number from pages and feeds A commonly cited security measure for WordPress-powered sites involves removing the automatically generated version number from appearing in the section of your pages’ source code. This type of security technique is referred to as “security through obscurity,” and aims at hiding [...]

Also posted in PHP | Tagged , , , , , , | 2 Comments

Moving / Backing Up a WordPress Database

Select box Plugin option is: fourChanging or moving your database is pretty easy.  I suggest using Navicat MySQL for database backing up and moving. With Navicat it becomes extremely easy to move a database. First thing you do, is set up your database connections in the software. Then you open your database you want to [...]

Also posted in MySQL | Tagged , , , , | 1 Comment