All Stories

How to Disable Syntax Highlighting in WordPress 2.8?

How to Disable Syntax Highlighting in WordPress 2.8?

HOW TO One of WordPress 2.8 new features is syntax highlighted editor for WordPress files. While the idea was exiting, I must admit I didn’t enjoyed using this new editor.

How to Create user-defined RSS feeds in WordPress

How to Create user-defined RSS feeds in WordPress

HOW TO If you need a custom RSS feed, like for example, a feed indexing only somes categories + tags, or if you redirected all WordPress RSS feeds to Feedburner but still want to be able to get a category feed, the solution is to use a page template. Create a new file and simply paste the following code in this file. …

A Huge Collection of WordPress Code

A Huge Collection of WordPress Code

TIPS If you are a theme designer, or just enjoy customizing your existing WordPress theme, it can sometimes be a hassle digging around for the WordPress code you need. We’ve spent a lot of time to collecting a variety of snippets of code and decided to share it on our site. Here are the snippets of code that we have collect. …

How to Schedule a Cron Events in your WordPress Blog?

How to Schedule a Cron Events in your WordPress Blog?

HOW TO Schedules a hook which will be executed by the WordPress actions core on a specific interval, specified by you. The action will trigger when someone visits your WordPress site, if the scheduled time has passed. In this tutorial, I’ll show you how you create an event that will be executed once hourly, or daily, etc.

How to Integrate Breadcrumb Navigation without a plug-in

How to Integrate Breadcrumb Navigation without a plug-in

HOW TO There are plenty of WordPress extensions that generate breadcrumb navigation. But you can actually create custom breadcrumb navigation with only a handful of lines of code in the template, opening up greater control and, potentially, less overhead. This approach to breadcrumbs builds on the get_post_ancestors function. To start with, here is a basic implementation of breadcrumbs that only deals with …

10 marvelous .htaccess hacks for WordPress

10 marvelous .htaccess hacks for WordPress

HACKS .htaccess, the file which control the Apache webserver, is very useful and allows you to do a lot of things. In this article, let’s see how .htaccess can help you with your WordPress blog, for both security,functionnality and usability. When editing or modifying the .htaccess file of your WordPress blog, make sure to always have a backup that you can …

Secure your WordPress Blog with 10 easy steps

Secure your WordPress Blog with 10 easy steps

SECURITY Securing your blog is important. With WordPress so popular these days, it’s becoming a bigger and bigger target for hackers. In this post we’ll look at ten easy ways to secure your WordPress blog.

4 Simple Ways To Speed Up WordPress

4 Simple Ways To Speed Up WordPress

TIPS Some self-hosted WordPress sites tend to run slow, especially when you receive tons of heavy traffic every day. This may be a result of the amount of large files your site needs to load or inefficient coding. But there’s nothing worst than a slow site, so here are some quick tips on how to speed up your self-hosted WordPress site. …

Page 1 of 212