Posts by Faruque Ahamed Mollick

Author Biographical Info: Not available

How to create your own shortcode for WordPress?

By Faruque Ahamed Mollick

You have already used many plugins that provide shortcodes. To work with a shortcode you just need to place it inside one of your WordPress post or page and you will able to see th.... Read More

How To Make Blurry Text Using CSS?

By Faruque Ahamed Mollick

I am again with a new article with another simple and easy CSS trick. In this article I am going to show you how to give a text blur effect to make it blurry. I hope this article i.... Read More

Disable Auto Links of URLs In WordPress Comments

By Faruque Ahamed Mollick

You can notice that whenever a user write a comment in WordPress comment section in plain text and then publish it, the links inside comment will be clickable even though it was w.... Read More

rel=”nofollow” for all external links in WordPress using code

rel=”nofollow” for all external links in WordPress using code

By Faruque Ahamed Mollick | February 10, 2017

Adding rel nofollow for external links on a webpage plays an important role. It tells search engines not to consider those links when search crawlers come to crawl your web page. So it will help you not to send your traffic juice to those external links. There are lots of of WordPress plugin available which add […] Read More

Make YouTube Embed Video Responsive Using CSS

Make YouTube Embed Video Responsive Using CSS

By Faruque Ahamed Mollick | February 7, 2017

I am here again with another solution which may helpful to you. You will find that when you copy the embed code from YouTube video page under share tab and choose embed, then you will notice that the video is not responsive. It has fixed width and height. So it will not automatically fit the […] Read More

CSS code snippet to shake div element on mouse hover

By Faruque Ahamed Mollick

Here in this post I am going to give you a simple CSS code snippet which will shake a div element on mouse hover. In this code I am going to use CSS @keyframes rule which use for .... Read More

Register WordPress navigation menu and insert in theme

By Faruque Ahamed Mollick

Navigation menu is an important part of any website. Without navigation menus a website doesn’t look good and it looks like the website is not properly arranged. WordPress al.... Read More

YouTube Video Downloader Script in PHP With Source Code

YouTube Video Downloader Script in PHP With Source Code

By Faruque Ahamed Mollick | February 1, 2017

It is now become so easy to start your own application. This is also applicable for PHP application. There are various types of PHP scripts and source codes available which you can use to start your website or website for your client. Here in this article, I am going to tell you about a YouTube […] Read More

Related Posts