9

Showing Posts From Multiple Custom Post Types In The Loop

Are you trying to figure out how to show your custom post types posts as a single post listing? Either for your homepage, or some other custom page? Or are you looking to create just a list of custom post type titles for your sidebar. Here's how to do both.... Showing Posts From Multiple Custom Post Types In The Loop
Showing Posts From Multiple Custom Post Types In The Loop
Levels: Noob
14

Understanding The Difference Between query_posts and WP_Query

Many WordPress developers aren't aware what the difference is between these two query functions are, despite how they are the most important part of a WordPress site. These functions are what make up The Loop which generates the page content. Let's take a look at how they are different.... Understanding The Difference Between query_posts and WP_Query
Understanding The Difference Between query_posts and WP_Query
Levels: Noob
3

15 More WordPress And jQuery Codes To Add To Your Collection

There are so many code samples posted all over the web, and many of them are extremely useful, and do things you may have been needing to do but couldn't figure out a way to do it. Here's a collection of random Wordpress and jQuery functions and snippets I love and use all the time.... 15 More WordPress And jQuery Codes To Add To Your Collection
15 More WordPress And jQuery Codes To Add To Your Collection
Levels: Noob, Rookie, RoundUps
6

How To Create A jQuery Style Switcher Quick And Easy

Learn how to quickly create a jQuery style switcher that can be set up to change the color or your headings, backgrounds or anything you want to change on a web page really. This is such an easy thing to do, you will be surprised you didn't know how to do it already.... How To Create A jQuery Style Switcher Quick And Easy
How To Create A jQuery Style Switcher Quick And Easy
Levels: Rookie
12

2.5 Ways To Show Category Images As Post Thumbnails

Learn a couple few ways or so, for how to show thumbnails for each category as your post thumbnail images. This is a comprehensive explanation on 2.5 ways you can do this easily, less-easily, and much more difficultly and advanced.... 2.5 Ways To Show Category Images As Post Thumbnails
2.5 Ways To Show Category Images As Post Thumbnails
Levels: Featured, Rookie
81

Part 3: Making A Dynamic WordPress jQuery Featured Post Slider Tutorial

It's time for the good stuff. This is the 3rd and final part to my 3 part tutorial series on how to create a dynamic featured posts slider using jQuery, that works without JavaScript. In this tutorial, I'll show how to combine what I went over in parts 1 and 2 to create a dynamically generated jQuery slider that displays the posts from the "Featured" category in Wordpress, plus so much more!... Part 3: Making A Dynamic WordPress jQuery Featured Post Slider Tutorial
Part 3: Making A Dynamic WordPress jQuery Featured Post Slider Tutorial
Levels: Pro, Rookie
12

Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops

Now that I have pretty much completed the awesomely cool, and dynamic, jQuery featured post slider you see at the top of the homepage, I've decided to write a multiple post tutorial on how to create something like it yourself. This first part will cover the basics of creating Wordpress custom loops, which you will need to know to make things like the slider dynamically pull content from posts.... Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops
Part 1: Dynamic jQuery Featured Post Slider – Using Custom Loops
Levels: Demos, Pro, Rookie