Jun
16
2011
page-numbers

Simple Pagination for WordPress

Most sites use some sort of pagination to allow you to navigate through to their older posts. If you install WordPress and use TwentyTen, you will see the “Older...

Read More

4 comments

Jun
07
2011
arturoslideshow

Three Slideshows for Arturo

When I recently released version 1.0.1 of Arturo, I added a slideshow function that allows you to display featured posts at the top of your home page. There are...

Read More

0 comments

May
17
2011
videos

jQuery to Resize Videos

When WordPress introduced post formats in version 3.1, I decided to make sure all of my themes were able to display each one. The only issue I encountered was...

Read More

7 comments

May
11
2011
arturo_columns

The New Columns Function in Arturo

I have just release the latest update to my WordPress theme framework Arturo. I have added many new features but one of the most interesting one is the new...

Read More

5 comments

May
02
2011
select_css

Style a Select Box Using Only CSS

I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out...

Read More

36 comments

Site5 Affiliate Link

Apr
23
2011
is_child

is_child() Conditional Function for WordPress

I wrote a little function a while back to Check if a Page is a Child of Another Page in WordPress called is_child(). It used the page ID to...

Read More

6 comments

Apr
13
2011
notepad

Helpful Page Functions for WordPress

Over the past month I have been working on a large project that has taken up a lot of my time, but I wanted to quickly share two small...

Read More

14 comments

Apr
04
2011
database

Access Another Database in WordPress

When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and...

Read More

22 comments

Mar
30
2011
js

Enqueueing a Script After wp_head()

I was working on a feature for Arturo to add (or enqueue) a script only if a certain function was used on a page. The problem was, that you...

Read More

0 comments

Mar
25
2011
post-curl

Post to a URL Using cURL and PHP

A client needed me to write a script that would collect information from their database and post it to a specific URL, just like it was being submitted by...

Read More

3 comments