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...
30 comments
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...
30 comments
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...
102 comments
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...
0 comments
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...
145 comments
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...
104 comments
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...
0 comments
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....
19 comments
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...
6 comments
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...
22 comments
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...
0 comments