• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Gokul Deepak

Gokul Deepak

GoCool and Debug

  • Home
  • WordPress
  • Android
  • How to
  • About Me

Wordpress

Cloudflare SSL off vs Flexible Vs Full vs Full Strict

August 18, 2017 by Gokul Deepak S Leave a Comment

Cloudflare SSL off vs Flexible Vs Full vs Full Strict

CloudFlare provides free CDN and also it provides free SSL. When adding SSL there will be four options like i) off ii) Flexible iii) Full iv) Full (Strict). In this post, we are going to deal with the difference between CloudFlare SSL off vs Flexible Vs Full vs Full Strict. The difference between all these […]

Filed Under: Wordpress

www vs non-www Which Should You use

August 18, 2017 by Gokul Deepak S Leave a Comment

www vs non-www Which Should You use

After much reading on www vs non-www Which Should You use, I have concluded today that using www is good. But only if start a new blog with no much traffic. Else it may affect your ranking. If are starting new Website then go for www.yourdomain.com else please don’t shift to any other. Will www […]

Filed Under: Wordpress

How to Display ads only on Desktop browsers and not in Mobile Browser WordPress

August 18, 2017 by Gokul Deepak S Leave a Comment

How to Display ads only on Desktop browsers

In this post, I’m going to share you the method of How to Display ads only on Desktop browsers and not in Mobile Browser. Mission: How to Display ads only on Desktop browsers and not in Mobile Browser Requirements: WordPress Step 1: Go to our admin panel. Appearance-> Widgets. Step 2: Add Text widget. Step 3: Paste […]

Filed Under: Wordpress

Reduce Navigation Menu to One Level Depth in Genesis

August 1, 2017 by Gokul Deepak S Leave a Comment

Reduce Navigation Menu to One Level Depth in Genesis Below is the code to reduce the primary navigation menu to one level depth in Genesis. add_filter( ‘wp_nav_menu_args’, ‘prefix_generate_primary_menu_args’ ); function prefix_generate_primary_menu_args( $args ){ if( ‘primary’ != $args[‘theme_location’] ) return $args; $args[‘depth’] = 1; return $args; } reduce-primary-navigation-menu-one-level-depth.php   Below is the code to reduce the […]

Filed Under: Wordpress Tagged With: Genesis

How to Display Today’s Date in WordPress

June 28, 2017 by Gokul Deepak S Leave a Comment

Many blogs and websites use Magazine style of theme and so the like to add date in the page. It was first started by newspapers but now many non newspaper blogs too wanted to display date. Displaying todays’s date looks professional. Before somedays adding Today’s date was difficult but now after many updates it is […]

Filed Under: Wordpress

Open Live Editor Review

June 28, 2017 by Gokul Deepak S Leave a Comment

I have been using WordPress for the past 10 years. Usually I will be writing small posts and so it was easy for me to post something in WordPress. But recently I have started to write some long essays and so I feel hard to edit in the WordPress. Even though WordPress editor is good […]

Filed Under: Blogger, Wordpress

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to Next Page »

Primary Sidebar

Popular Pages

  • How to find the date of the Facebook group it was created
  • Elementor Plugin and Nginx Configuration
  • Combine two separate files line by line in Notepad++
  • Home
  • CORS error in Apache Tomcat - Solved
  • How to install OwnCloud on Bluehost
  • How to block access to the wp-content uploads folder
  • How to add ads.txt for Adsense - Simply Explained

Archives

Categories

  • Android
  • Apache
  • AWS
  • Blogger
  • Computer Tips
  • DevOps
  • Docker
  • Earn
  • Facebook Tips
  • Git
  • Google Tips
  • Hosting
  • How to
  • Laptop Tips
  • Laptops
  • Linux
  • Mobile
  • MongoDB
  • Nginx
  • Node JS
  • Notepad++
  • PostgresQL
  • Ubuntu
  • Wordpress
  • Xenforo

Tags

Android Android One AWS Bluehost Comparisions Custom ROM Elementor Facebook Genesis Genesis Sample Theme Google Drive How to Lineage OS Notes OnePlus One OwnCloud Rooting Smartphones Stock ROM Studiopress Tomcat Wordpress plugin

Copyright © 2023 · Maintained by GokulDeepak

 

Loading Comments...