Gaga Rigs

Category Archives: code

WordPress 3.1 update 404 page

Ok so you just did the wordpress update and now you are getting 404 pages, well there are bunch of things you can do, 1. go to Admin -> Settings -> permalinks – The permalinks page fires $wp_rewrite->flush_rules(); each time the page is visited, so it’s not even necessary to save. 2. save than delete [...]

WordPress: Display post’s featured thumbnail...

I have been going crazy trying to find a solution to displaying the post featured thumbnail information. Everywhere I look there are examples of displaying the attachments of a post and their info, but not the featured thumbnail and its info. Since WP 2.9, the get_the_post_thumbnail has been wildly/widely used, its awesome, enough said. But [...]