SUBSCRIBE VIA RSS


Subscribe to our feed

Symfony Experts

Symfony Experts
If you have an urgent question for a symfony-related issue, this is the place to ask.

Topics

TWITTER

Stack Overflow


The old fashioned way

RECENT TUNES

  wordpress Articles

April 19, 2010 – 10:35pm Moving wordpress site to another server

There was a question posted on WP Questions about moving a wordpress from a local development server to the live server. Here is what I do for just about all of my WP sites. It works for me since while I’m building out a site I usually make local changes that I have to sync up to a staging site for people to review.

1. Edit your wp-config.php so it works on various environments. I do this like so:
More…

Posted in  Uncategorized Web Development   |     |  3 Comments »   |  delicious  Digg

April 10, 2010 – 12:09pm Wordpress navigation, link to page or category

Here is a quick snippet of a non-elegant way to create a navigation for a wordpress template. This sample includes links to specific pages using get_permalink() and is_page(), along with get_category_link() and in_category(). Using these functions you can determine if each link should be in its active state or not.
More…

Posted in  Web Development   |     |  No Comments »   |  delicious  Digg

February 12, 2010 – 6:11pm Wordpress get post images and the_post_thumbnail caption

Before the_post_thumbnail was available, here is how I would fetch an array of images that were attached to a post in wordpress:
More…

Posted in  Web Development   |     |  2 Comments »   |  delicious  Digg