Tips

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 Highlight Search Terms with jQuery?

How to Highlight Search Terms with jQuery?

HOW TO A neat way to spice up your WordPress search page is to highlight search terms within your search results. I’ve seen some tutorials on the net on how to do this, but I haven’t found one that highlights both title and post content and is a drop-in modification for WordPress. Here is the complete tutorial for highlighting search terms on …

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. …

Multiple WordPress Installations Using a Single Database

Multiple WordPress Installations Using a Single Database

HOW TO Sometimes more than one WordPress installation is necessary on a single site and WPMU would be overkill, or sometimes a hosting provider limits the number of available databases per account, or maybe you just want to keep things more organized rather than have a bunch of databases scattered everywhere. In any case, you’ll want to install multiple instances of WordPress, …

Exporting and Importing WordPress

Exporting and Importing WordPress

TIPS This tutorial will cover exporting your web host wordpress to a localhost host. Assume you are done with the web host WordPress development, it is time to learn how to export and import WordPress. Then you can keep the web host version for backup purpose and future development (ie. testing new themes, plugins, and upgrades).

Page 1 of 11