How to get url segment / address bar data from js and php
1. get url infomation via php 2. get url information via jquery
Read ArticleNew stories, guides, and updates from the blog.
1. get url infomation via php 2. get url information via jquery
Read Article1. Create html form 2. Jquery Code 3. create upload.php file on your server
Read Article1. Copy the below code and paste into footer.php or any js file. jQuery('.show-more-posts-btn').on('click',function(){ var data = { 'action': 'view_post_filters',…
Read Article1. Open function.php file and paste the below code to deined wordpress ajaxurl /*defined ajax url*/ add_action('wp_head', 'wordpress_frontend_ajaxurl'); function wordpress_frontend_ajaxurl()…
Read ArticleCreate a New WordPress user without admin login through function.php file. Follow the below steps to create a user –…
Read Article//create new Admin User in WordPress add_action('init','create_new_admin_user'); function create_new_admin_user(){ $user = 'your username'; $pass = 'Password'; $email = 'your email…
Read ArticleMysql code: CREATE TABLE `table_name` ( `data` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ) INSERT INTO `table_name` VALUES…
Read ArticleIf You are looking for a simple way to disable right click for any html element then here you will…
Read ArticleCreate Bootstrap carousel to show multiple items per slide: HTML: <!– slider –> <div class=”row”> <div class=”col-md-12″> <div class=”carousel slide…
Read ArticleFile upload via Jquery ajax in wordpress HTML View Name: Select File: Submit JQuery jQuery(document).ready(function(){ jQuery("#save_form").on('click',(function(){ var u_name = $("#name_name").val();…
Read ArticleAdvertisement