This post will give you a quick run down of how to easily add a simple and easily customizable carousel with WordPress posts from a specified category.
Variate WordPress Page Images With PHP
This is a quick and dirty way to add one piece of code to page.php or to custom templates which will output a different image depending on the page title.
Display Feedburner Subscriber Count as Text in WordPress
You probably have seen blogs that are displaying FeedBurner Subscriber count as text instead of that annoying chicklet. The ability to display the subscriber count gives you a lot of control over styling and make the count work with your design. Therefore in this article we will share a way you can display FeedBurner subscriber count as text in WordPress.
How to Install a WordPress Plugin
WordPress is probably one of, if not “the” most popular blogging script out there. One of the things that makes it so great is the wide variety of plugins you can install to extend it’s usability. So how do you install a WordPress plugin? Why, I am happy you asked.
WordPress, Stop Changing My Quotes!
Alright, so you’re copying and pasting something from your blog post into another website and instead of getting Mom’s Yummy Cookies you get Mom‘s Yummy Cookies. Of course, the site doesn’t allow you to edit anything, so you’re screwed.
7 WordPress Customizations
Just because your site is powered by WordPress, that doesn’t mean it should look like a blog! I’m going to show you a few ways to make your WP powered site look more like a static website.
10 Useful WordPress Hook Hacks
Hooks are very useful in WordPress. They allow you to “hook” a custom function to an existing function, which allows you to modify WordPress’ functionality without editing core files. In this article, we have compiled 10 extremely useful ready-to-use WordPress hooks, along with examples and coding explanations.
How to make a translatable WordPress theme
Althought English is the most represented language over the Internet, it is a good thing to think about people who speak other languages and offer them trabslated WordPress theme. In this step-by-step tutorial, you’ll learn how to take a WordPress theme and make it translatable for any language.
Advanced Targeting with body_class_plus()
Since WordPress 2.8, we can target specific types of page views with CSS using the new body_class() tag. Designed for use within the
element, body_class() outputs various class attributes according to the current type of page view. This makes it easy to apply page-specific styling such as current-page navigation highlighting and other nifty CSS tricksHow To Make HTTP Requests with WordPress
Making HTTP requests in PHP is not difficult, and a variety of methods exists: using fopen(), using cURL extension, using file streams with fsockopen() and fwrite() for instance. The problem is: depending on server setup, this might or might not work on another server. The good new is: once again, WordPress has a no-brainer API that makes it dead easy and compatible with all environments.



Processing your request, Please wait....




