Tag Archives: PHP

Hide WordPress Version From Dashboard Footer

Hide WordPress Version From Dashboard Footer

Hiding your WordPress installation version is a good idea. Knowing what version you’re running, a malicious person could take advantage of the vulnerabilities identified within that version and potentially corrupt, delete, or even control your WordPress installation and all your web host files. Why some theme developers decide to advertise […]

Posted in: Web Development

Tagged: , , , , , ,


Disable Or Move WordPress Admin Bar

Disable Or Move WordPress Admin Bar

With the release of WordPress 3.1, a feature was added called the Admin Bar that has quick access to common administrative tools including user’s profile, new posts and pages, comments, updates to plug-ins or the WordPress core, and even a search box. When you’re logged into your blog, you’ll see […]

Posted in: Web Development

Tagged: , , , , ,


WordPress Update Error: Maximum Execution Time

WordPress Update Error: Maximum Execution Time

WordPress 3.1 was released only a couple days ago, and millions of people who use this awesome software are updating their systems. Some of these people who use the automatic update tool may get the following error message: Fatal error: Maximum execution time of 30 seconds exceeded in http://www.mysite.com/wp-includes/class-http.php on […]

Posted in: Web Development

Tagged: , , , , , , , , ,


WordPress.com Stats Plugin

WordPress.com Stats Plugin

Since the day after I started my blog until yesterday (a span of 3 weeks), the WordPress.com Stats plug-in has not worked for me. I wasn’t sure why but I didn’t make it a priority because I’ve setup Google Analytics to track visitor trends and site referrals. I was fixing […]

Posted in: Web Development

Tagged: , , , , , , , , , , , , , ,


Showing HTML, JavaScript, And PHP Syntax On Your Blog

Showing HTML, JavaScript, And PHP Syntax On Your Blog

So, you want to show web codes on your WordPress blog (or any website) but the web browser always executes it with the rest of your HTML? The trick for showing code on your website is actually pretty simple. Say you want to show the following code: <p>Lorem ipsum</p> You […]

Posted in: Web Development

Tagged: , , , , , , , , , ,