Posts Tagged ‘post’

Array Click client code com Creating css css3 download everything file free Function google idea image Images jquery line link Lt magazine name page Php piece plugin post search site solution something Style Stylesheet tag text theme time use version way web website WordPress Wp
May
04
2009
forms

Processing Multiple Forms on One Page with PHP

I know that the way most people treat multiple forms on one page is to have each form post to another PHP file where the form is validated, its...

Read More

30 comments

Mar
28
2009
columns

Magazine Columns Free WordPress Plugin

I have been spending a lot of time developing my Magazine Basic theme so I guess I have magazines on the brain. While speaking with a colleague, I got...

Read More

102 comments

Mar
21
2009
noentry

Threaded Comments Going Out of Order in WordPress

Ever notice that certain comments end up out of order. I’ve encountered this issue on one of my posts and I think I discovered the cause. The problem is...

Read More

0 comments

Mar
11
2009
wordpress-plugins

Simple Image Grabber WordPress Plugin

I created a plugin for the function I talked about in my post Retrieve and Display Images from a WordPress Post just in case there is anyone out there...

Read More

145 comments

Mar
10
2009
2

Retrieve and Display Images from a WordPress Post

I have already mentioned a few ways to do this but I have discovered a few problems with my old code. I have improved this one quite a bit...

Read More

104 comments

Site5 Affiliate Link

Feb
26
2009
more

A Few Things to Keep In Mind When Using the More Tag in WordPress

I just had someone ask me why everything on their front page became bolded when they placed <?php the_content('(more')); ?> in their code to use in conjunction with the...

Read More

0 comments

Feb
16
2009
wordpressstuff

Removing Images from a WordPress Post: Redux

I wanted to remove the images from a WordPress post to give me more control of how I could layout the design for the front page of a website....

Read More

19 comments

Feb
04
2009
widget

How to Create a WordPress Widget

While I was developing my Magazine Basic 2.0 backend interface, I decided to include a few widgets that I thought would be useful. The only problem was I had...

Read More

6 comments

Jan
28
2009
wpquery

Using WP_Query to Fetch Posts in WordPress

I was just putting together a WordPress widget for a client and I came across a small road block. I was using <?php query_post(); ?> to set the loop...

Read More

22 comments

Dec
23
2008
conditional

Conditional Tags and WordPress

The thing I like the most about working with WordPress is its ability to do everything and anything you need it to. When designing a theme, or when using...

Read More

0 comments