top of page

Duplicate Category in Wordpress

The following code helps to duplicate the default wordpress category by help of code. // Add Duplicate option for categories in WordPress...

C#.NET and Its Associated Codes

1- Creating an Desktop Application in C#.NET C# ADO.NET & MySQL MAIN C# and MySQL ADO.NET with Crystals Reports Ready Code 2- Handling...

Structure of .htaccess file in wordpress

When we are placing our word press site in root directory of server then .htaccess looks like # BEGIN WordPress <IfModule mod_rewrite.c>...

Creating Access token for GoToTraining.com

They now a days offer more than 3 products namely GoTotraining,  GoToMeeting, GoToWebinar  etc  so everyone faces problen in creating...

How malwares actually look of PHP Sites

I am adding few sample screen shots of how actually malwares look like in code of commonly affected sites Following is search engine...

Enabling Permalinks in Windows Server for WordPress

In fact Windows server do not support mod_rewrite so we need to create a web.config file and place it in root directory of WordPress...

MySQL Backup and MySQL Restore

MySQL Backup from Command line Restore MySQL from command line Connect to different host on different ports in a way similar to this way...

MySQL Stored Procs/Stored Function/Triggers

Demonstration of a Stored Procedure Demonstration of Stored Function Demonstration of a Trigger Sample PDF for Codes can be downloaded here

Securing a VPS with some Ways

Change the Default SSH Port maybe to something like 27765 which is difficult to guess Disable Root Login Using SSH Keys(Public Key)...

Creating a custom Meta Box on Backend in Wordpress

// register meta box function meta_fields_add_meta_box(){ add_meta_box( 'meta_fields_meta_box', __( '<span style="color:red;">Course...

Wordpress Backend Login without Password

There are certain times where we need to login the backend of wordpress site without resetting the password and client dont want to share...

Lazy Load Images in WordPress

The lazy Loading in word press can be achieved by adding following java script code document.addEventListener('DOMContentLoaded',...

Load ACF Theme Option into Another ACF Field

There are scenarios where we need to add data at one place and utilize it at multiple place. Like we have a list of Hotels (Stays) where...

Ajax Based Load More with Tax Query & Date Query

Here is the plugin code file. <?php /** * Plugin Name: Solar IPS News Filter * Plugin URI: * Description: The plugin is used to filter...

Google ReCAPTCHA with AJAX

This is how you can pass on AJAX .js var userdata = { 'action' : 'signin_member', 'username' : jQuery('#user_name').val(), 'password' :...

Self Invoking Function jQuery

The function starts with (function ($) { and you can use your own code inside it (function ($) { jQuery(document).ready(function () {...

© 2020 by syednazrulhassan

bottom of page