Sunday, May 28, 2023
How To Secure Your Website and Protect Against DDOS Attack [Gujarati]
Sunday, May 14, 2023
How To Use Screaming Frog - Screaming Frog Basic Tutorial [Gujarati]
How To Use Screaming Frog - Screaming Frog Basic Tutorial [Gujarati]
#How_To_Use
#Screaming_Frog
#Basic_Tutorial
#Gujarati
#Use_Screaming_Frog
#Tutorial
#Nayan_Parmar
#Success_Technohub
Tuesday, May 2, 2023
How To Stop Traffic Loss After Google Broad Core Update | How To Beat Google Broad Core Updates [Gujarati]
Friday, April 28, 2023
How To use child theme in wordpress - Benefits of Child Theme
Make File - style.css with code
Change the template name to the folder name of your parent theme
/*
Theme Name: My Child Theme
Theme URI: https://www.website-name.com/my-child-theme/
Description: A child theme of the parent theme
Author: Your Name or Company Name
Author URI: https://www.website-name.com/
Template: parent-theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
============================
Make File - functions.php With code
<?php
add_action( 'wp_enqueue_scripts', 'my_child_theme_enqueue_styles' );
function my_child_theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array(
'parent-style' ) );
}
Friday, April 7, 2023
Google Business Profile Ranking Tips - Google My Business Basic Optimization - Local SEO [Gujarati]
Monday, April 3, 2023
Save Your Website Content From ChatGPT | Technical SEO [Gujarati]
Sunday, April 2, 2023
How to disable FEED URLs in WordPress website
Feed Remove Code Source - https://wordpress.org/support/topic/how-to-prevent-plugin-from-removing-regular-rss-feeds/
Feed Remove Code Source - https://stackoverflow.com/questions/34750148/how-to-delete-remove-wordpress-feed-urls-in-header
// =====================
// Remove feed URLs from the header
function disable_feed_links() {
remove_action('wp_head', 'feed_links', 2);
remove_action('wp_head', 'feed_links_extra', 3);
}
add_action('init', 'disable_feed_links');
// Redirect feed requests to the original page
function redirect_feed_requests_to_original_page($query) {
if ($query->is_feed) {
global $wp;
$current_url = home_url(add_query_arg(array(), $wp->request));
$original_url = preg_replace('/\/feed(\/.*|$)/', '', $current_url);
wp_redirect($original_url, 301);
exit;
}
}
add_action('parse_query', 'redirect_feed_requests_to_original_page');
Affordable SEO Company NYC USA - Affordable SEO Services for Small Businesses NYC
Affordable SEO Company NYC USA - Affordable SEO Services for Small Businesses NYC https://www.youtube.com/watch?v=8DPQGSamLIc #Affordab...
-
ZTE [GTPL] wireless and wired connection configuration - PDF File ZTE [GTPL] wireless and wired connection configuration [Gujarati] htt...
-
How to Fix or Remove hentry Schema and Classes From WordPress =========================== Copy code and paste in function.php file <?php ...
-
Keyword Research With Mobile | મોબાઇલ પરથી Keyword Research #keywordresearch From Mobile [Gujarati] https://youtu.be/SMr5OyIa1O8 #nayan_p...