How to find the best freelancer for your website development project
If you have a website development project that you need to complete, but you don't have the time, skills or budget to hire a full-time developer, you might consider hiring…
If you have a website development project that you need to complete, but you don't have the time, skills or budget to hire a full-time developer, you might consider hiring…
In this article, I will show you how you can set up automatic login to a specific user. This way you can access to any username exist in your WordPress site. Suppose you are trying to access to a user and that’s
Here I am going to show you how you can apply jQuery or Javascript on ajax requested contents. This snippet was written for WordPress. (function($) { $( "#container_mzml" ).load( "http://source-goes.here/pagename…
Put this lines of code on wp-config.php file which is located on wordpress root directory. /** Memory Limit */ define('WP_MEMORY_LIMIT', '128M'); For memory limit issue you can see this error…
tingle.js হল পিওর জাভাস্ক্রীপ্টে লেখা একটা মোডাল প্লাগিন যা দিয়ে জেকুয়েরি ছাড়াই খুব সহজেই মোডাল কনটেন্ট ডিসপ্লে করতে পারবেন। লিংক: http://robinparisi.github.io/tingle/ ব্যবহার খুবই সহজ। প্লাগিনটার সিএসএস এবং জেএস ফাইল কল…
WP Engine’s environment is customized to provide the best performance, stability, functionality and security. Following best practices to ensure our functionality is tightly integrated into WordPress, we have included a…
If you use wp_page_nav on your wordpress and make a custom post type page as your home page, then the pagination won't work. You should add this codes underneath where…