WordPress

CMS blog system

Page Jumps – Splitting Content

Sometimes I write a very long post and I don’t really want to paginate it, I want to have a list of topics and each topic will jump to the correct content on the same page. This is the way to do it. 1. We need to create IDs for these topics (links) – place

Sliderkit 1.9.2

There are many jQuery Sliders out there, I found this Sliderkit 1.9.2 easy to use and configure. We can use it for displaying a post with captions and pictures. The only thing it doesn’t do is displaying iframe embbeded youtube video on the slider perfectly-need to set wmode=transparent . When I have time, I’ll write

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>