Tag Archives: howto

How to scroll elements smoothly in JavaScript/jQuery without plugins

There are multitude of ways to scroll the page to bring certain elements to view through code. A few of them below. The code given below can be used to scroll any element with an ID on the page. The … Continue reading

Posted in JavaScript | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

WordPress: Moving Some Old Posts To A New Blog

I recently moved a bunch of blog posts to a new blog installation. This wasn’t necessary but just an exercise to learn what it takes to move the posts. It was easy after a lot of reading. Here is a … Continue reading

Posted in Wordpress | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

How To Remove The /blog/ slug From The Permalinks(URL) in WordPress Multisite Installation Without A Plugin

What is a blog slug? If you have no clue, this post isn’t for you and if you want to know what it is, it is an ugly looking additional “/blog/” in the permalinks(URLs) in your website that comes free … Continue reading

Posted in Wordpress | Tagged , , , , , , , , , | 25 Comments