Create Blogs

create websites and blogs with WordPress and Nucleuscms

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

InMotion Hosting Terms Of Services

I got a courtesy email to remind me of one of the Terms Of Services that I never read or knew about, I think it’s fair for NOT storing these zip files on the server, which cost more for the Hosting company. I think it’s nice of InMotion Hosting to remind me instead of suspense

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