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

Gokul Deepak

GoCool and Debug

  • Home
  • WordPress
  • Android
  • How to
  • About Me
Home » Archives for Wordpress

Wordpress

www vs non-www Which Should You use

August 18, 2017 by GokulDeepak 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 GokulDeepak 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 GokulDeepak 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 GokulDeepak 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 GokulDeepak 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

Custom Breadcrumbs in Genesis Theme

January 3, 2017 by GokulDeepak Leave a Comment

Custom Breadcrumbs in Genesis theme

Sometimes we have to customise the breadcrumbs for easy navigation and easy understandings. Here I have given the Breadcrums which I have used. Using this I have layered the Breadcrumbs like a Post under Page. I have used P2P plugin which connects Page to Post. You can simply edit that part and replace your own layer […]

Filed Under: Wordpress Tagged With: Genesis, Genesis Sample Theme, Studiopress

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

Primary Sidebar

Popular Posts

  • How to find the date of the Facebook group it was created
  • Home
  • Elementor Plugin and Nginx Configuration
  • How to add ads.txt on Bluehost
  • How to install OwnCloud on Bluehost
  • How to Remove Powered By Blogger Attribution in Blogger
  • Can't connect to Ubuntu with SSH

Recent Posts

  • Can’t connect to Ubuntu with SSH
  • Change Timezone in Ubuntu 20.04 – Simple method
  • Output for timedatectl list-timezones
  • PM2 Cheatsheet – Important Commands
  • MongoDB Terminal commands – Cheatsheet

Archives

Categories

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

Tags

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

Copyright © 2021 · Maintained by GokulDeepak