Posts Tagged ‘Lt’

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
Jun
13
2009
wordpressshirt

Remove wp_list_pages() Links for Parent Pages

Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...

Read More

40 comments

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

Apr
23
2009
pretag

How to Wrap Text within the <pre> Tag Using CSS

I just came across an issue where I needed to make sure that the text within a <pre> tag wrapped. The default for this tag it to just let...

Read More

5 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
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

Mar
02
2009
nested

How to Add Nested Comments to Your WordPress Theme

When WordPress 2.7 came out, there were a lot of new features, most of which probably passed by under your radar. I know I missed a bunch and thankfully,...

Read More

120 comments

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
endexcerpt

Excerpt or Content Word Limit in WordPress: Redux

This is just a revamp of a function I wrote a while back to add the ability to limit the number of words displayed when you call the excerpt...

Read More

85 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

Jan
28
2009
wpgoodies

Using Bloginfo to Build a Custom Theme for WordPress

When you build a custom theme in WordPress that you would eventually like to share with the WordPress community, you can’t hard code certain elements like the blog’s name...

Read More

10 comments