Code Snippets

How to remove hamburger mobile menu from footer in Divi ? 30

Divi builder is a great plugin to create wordpress based websites by designing them from the front-end. You can see live updates to whatever changes you are doing on the design of a website. There is an issue which most of the users, including me face and that is Hamburger icon in the footer area …

How to remove hamburger mobile menu from footer in Divi ? 30 Read More »

How to add custom login and logout links in the wordpress navigation or menu programmatically ? 1

You can add this code to your active theme’s functions.php file. I would recommend you to use Child theme. The code checks if the user is logged in or not and if the current menu is the primary menu. Then, it adds the appropriate login or logout link to the menu items. The wp_login_url() and …

How to add custom login and logout links in the wordpress navigation or menu programmatically ? 1 Read More »

Toolset Conditionals not working in Divi Theme Builder Latest Version 1

Most of the users are facing this issue where the Toolset conditionals have suddently stopped working in Divi Builder. There is a technical reason behind it. So this is how conditionals were used earlier by most of you guys. OLDER WAY OF USING WPV TOOLSET CONDITIONALS LATEST WAY OF USING WPV TOOLSET CONDITIONALS The reason …

Toolset Conditionals not working in Divi Theme Builder Latest Version 1 Read More »

How can i get only bottom level terms of a taxonomy or category in views? 1

How can i get only parent terms of a taxonomy ? This is a very popular question asked in many WordPress forums and Toolset Support and as a result, i am going to write a code snippet. Lets assume, that the depth of taxonomy hierarchy is 3 and is explained by the following example of …

How can i get only bottom level terms of a taxonomy or category in views? 1 Read More »

Redirect from a primary domain to its subdomain Like

Sometimes we find it really difficult to redirect from a main or primary domain to the subdomain of the same primary domain using .htaccess. For example if you want to redirect from http://www.lynda.com to http://new.lynda.com To achieve this, just grab this snippet and paste it in the .htaccess file in the root of your primary domain. …

Redirect from a primary domain to its subdomain Like Read More »

upgrade.php issue

Problem Solved: upgrade.php?_wp_http_referer=%2Fwp-admin%2F Like

This is a very common issue which happens when WordPress was not successfully updated. If this happens, then the admin is not able to log into wordpress dashboard as it redirects to this url Problem Solved: upgrade.php?_wp_http_referer=%2Fwp-admin%2F . Below are simple steps to fix this issue in 2 minutes. Open File manager through hosting account …

Problem Solved: upgrade.php?_wp_http_referer=%2Fwp-admin%2F Like Read More »

Scroll to Top