more on portfolio









August 2008
M T W T F S S
« May «-»  
 123
45678910
11121314151617
18192021222324
25262728293031






 

How to: Fix the 46 dashboard.php error in WP 2.5.0

Log entry of April 27th 2008 01:56:24 am
Filed under: Engines, Featured Plugins, How To, Snippets, Software, Wordpress, Wordpress Hacks, Wordpress Related
This how to was suppose to release yesterday but since a special announcement take over, it’s was forwarded to today. The article below is quite useless now since WordPress is at version 2.5.1 but I just let this one go just for general info.

Anyway…
I’ve been encountering this line error a few times when I tried to migrate …

How to: Lie to a Wordpress about it’s version

Log entry of March 27th 2008 03:03:34 pm
Filed under: How To, Wordpress, Wordpress Hacks, Wordpress Related
Just as I said yesterday, I’ve found a more efficient way to remove the “Please Upgrade” nag, and that method is to lie to your Wordpress. Let’s get it on. Go to the includes folder on your Wordpress and open version.php.

Note: Same version as yesterday… Wordpress 2.3.2! <?php // This holds the version number in a separate file so we can bump it without cluttering the SVN $wp_version = ‘2.3.2′; $wp_db_version = 6124; ?> Don’t …

How to: Disable the Upgrade Wordpress nags

Log entry of March 26th 2008 03:03:45 pm
Filed under: How To, Wordpress, Wordpress Hacks, Wordpress Related
As promised… I’m going to show how you going to disable the “upgrade wordpress” nags. For this tutorial, I’m using Wordpress 2.3.2 as my test subject. Also take note that this is a disabling method, not removal. I know this information is close to being useless, but since I know “the how to”, might as well I wrote it down.

Now that we are clear on the simple introduction, …

How to: Create HemingwayEx custom blocks

Log entry of September 8th 2007 09:04:55 pm
Filed under: How To, Theme Hacks, Wordpress, Wordpress Related
By now, if you have installed Nalin awesome template for your WordPress, you would notice the 3 block which does not include in version HemingwayEx 0.95 beta, and possibly not even in it future version. Reason is because, it is customized by yours truely. In HemingwayEx theme which we use before it was replace by Trendy, I’ve a Portfolio and a Plugoo …