WordPress

CMS blog system

WP 3.5 Update Problem

2012-12-13 WP3.4.1 will update without any problem, only WP3.4.2 has the problem below. Don’t hit the update 3.5 until they fix the /wp-includes/wp-db.php. You will have problems with any scripts or plugins using $wpdb. problem with plugin WP-Super-edit problem with date and time display using $wpdb. get_taxonomies_for_attachments …. menu.php line 67 If 3.4.2 is working,

Min-Max-Width In CSS

I like fluid themes, all my themes are fluid, the other day playing with the min-width, max-width, and just width, I found out something interesting. My theme has 3 columns, 1 content in left column, and 2 sides bars in right column. If I set both of these width with max-width, the content will shrink

How To Embed Youtube Video WordPress

How To Embed Iframe Youtube Video In WordPress Single youtube video <p style=”text-align: center;”><iframe src=”//www.youtube.com/embed/VLvSBXsRfcQ?rel=0″ height=”315″ width=”560″ allowfullscreen=”yes” frameborder=”0″></iframe></p> Embed youtube playlist. <p style=”text-align: center;”><iframe src=”//www.youtube.com/embed?listType=playlist&amp;list=PLuRzvc_tEcZST27lPO1_WgftNO1pVUZZY”  height=”315″ width=”560″ allowfullscreen=”yes” frameborder=”0″></iframe></p>

Jquery Noconflict WordPress

When I create my blogs with many jquery apps and Mootools, many of them don’t work due to jquery conflicts. The way I made them to work together is to create jquery noconflict for every jquery I use in the header. This is my header with a few of jquery noconflict fixed. Create a specific

How To Use WP-PageNavi And WP-CommentNavi Plugins

I’ve been looking ways to paginate my main page posts list, singles, pages and comments, I couldn’t find any answers until I studied about the plugins from  Lester Chan-GamerZ , among those, WP-PageNavi and WP-CommentNavi, I finally found the way to use them for paginate my pages, posts and comments. This is the way I