سُلَيْمَان بْن دَاوُوْد
Feb 20, 20251 min read
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...
The following code helps to duplicate the default wordpress category by help of code. // Add Duplicate option for categories in WordPress...
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...
Database creation,Table Creation and record Insertion Driver Installation by placing in desired Location Compiled code running in JCreator
When we are placing our word press site in root directory of server then .htaccess looks like # BEGIN WordPress <IfModule mod_rewrite.c>...
They now a days offer more than 3 products namely GoTotraining, GoToMeeting, GoToWebinar etc so everyone faces problen in creating...
I am adding few sample screen shots of how actually malwares look like in code of commonly affected sites Following is search engine...
We can check whether the webpages are being serves as compressed or or not from following URL online http://www.whatsmyip.org/http-compre...
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...
In this post i would like to show you you can create a bootable USB disk from .iso ubuntu desktop image file for that you mush have an...
MySQL Backup from Command line Restore MySQL from command line Connect to different host on different ports in a way similar to this way...
Demonstration of a Stored Procedure Demonstration of Stored Function Demonstration of a Trigger Sample PDF for Codes can be downloaded here
Change the Default SSH Port maybe to something like 27765 which is difficult to guess Disable Root Login Using SSH Keys(Public Key)...
// register meta box function meta_fields_add_meta_box(){ add_meta_box( 'meta_fields_meta_box', __( '<span style="color:red;">Course...
There are certain times where we need to login the backend of wordpress site without resetting the password and client dont want to share...
The lazy Loading in word press can be achieved by adding following java script code document.addEventListener('DOMContentLoaded',...
$args = array( 'post_type' => 'businesses', 'posts_per_page' => -1, 'post_status' => 'publish', //'offset' => 15 ); ...
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...
Here is the plugin code file. <?php /** * Plugin Name: Solar IPS News Filter * Plugin URI: * Description: The plugin is used to filter...
This is how you can pass on AJAX .js var userdata = { 'action' : 'signin_member', 'username' : jQuery('#user_name').val(), 'password' :...
The function starts with (function ($) { and you can use your own code inside it (function ($) { jQuery(document).ready(function () {...