Tips And Tricks

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

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

Add Shortcodes To Sidebar

Since WordPress is php based, in order to use shortcodes on the sidebar or anywhere on the theme, we have to use echo. <h2><?php echo do_shortcode(‘ catlist categorypage=yes excerpt=yes excerpt_size =255)]’); ?></h2> This is the shortcodes for catlist to list related posts in the same category on the sidebar for my single.php that I’m designing

Remove Babylon Search On Firefox And IE9

Babylon Search engine is installed in Firefox when you least expected from installing some software like Super video encoding. If you don’t know how to get rid of it correctly, it will come back every time you click a new tab or open a new Firefox browser. This is how I fixed mine. In the