Articles Articles

How to create shortcode in wordpress

How to create shortcode in wordpress

What is shorcode in wordpress? Shortcode basically group of codes that perform an action while called via small code. For example: [myform] now when using this in theme or code editor it will display a...

Read More
How to get featured image url in wordpress.

How to get featured image url in wordpress.

to get featured image url in wordpress use following code if you are not using custom query loop then simply use Also you can use this get featured image size you can pass the featured...

Read More
How to change file permission using wp-config.php

How to change file permission using wp-config.php

you can change file permissions using wp-config.php Add this to wp-config-php this will set the 777 permissions on all your files and folders and usually not recommended. Preferable set the permissionas to 0755.

Read More
Remove FTP Permission for  installing plugins

Remove FTP Permission for installing plugins

Sometime while installing a plugin you see a popup that ask for FTP credentials. You can disable this via wp-config.php Add this code in wp-config.php What does ‘FS_METHOD’ do? This bypasses WordPress’s recurring prompts, and...

Read More
How to use ajax in wordpress

How to use ajax in wordpress

Ajax is “Asynchronous JavaScript and XML“. Basically AJAX  helps to update page data without reloading it. So, this article  explain how to use ajax in custom theme with minimal code. How to use AJAX in...

Read More
5 Essential Plugins for website

5 Essential Plugins for website

In this article I am going to explain few plugins that may help you while creating a wordpress website. Yoast SEO For WordPress SEO this plugin is extremely useful. It take care all seo of...

Read More