Logo
  • About
  • Our Services
    • Link Building
      • Top link building sites
    • SEO
  • Prices

Home - Archive by category: Wordpress
WordPress Admin not working perfectly. How to solve?
  • 15 Feb, 2022
  • By Rokon
  • 0 Comments
  • 0
  • Wordpress
  • 0Views

It is very easy to solve. Just add the following to the wp-config.php file define(‘FORCE_SSL_LOGIN’, true); define(‘FORCE_SSL_ADMIN’, true); define( ‘CONCATENATE_SCRIPTS’, false ); define( ‘SCRIPT_DEBUG’, true );

Share
MORE
How To Redirect A Page to another page for desktop In WordPress Without A Plugin
  • 18 Jan, 2021
  • By Rokon
  • 0 Comments
  • 0
  • Wordpress
  • 0Views

Just add these code to function.php file add_action(‘template_redirect’, ‘redirect_to_home_from_about_page’); function redirect_to_home_from_about_page() { if(( is_page(‘about’)) &&( !wp_is_mobile() ) ) { wp_redirect(home_url()); exit(); } }      

Share
MORE
Show YOAST settings panel to the bottom in editor
  • 16 Jan, 2021
  • By Rokon
  • 0 Comments
  • 0
  • Wordpress
  • 0Views

On Function.php file. Just add the line   add_filter( ‘wpseo_metabox_prio’, function() { return ‘low’; } );

Share
MORE
How to hide PHP Warnings and Notices in WordPress
  • 09 Nov, 2020
  • By Rokon
  • 0 Comments
  • 0
  • Wordpress
  • 0Views

Just add this on config.php file ini_set(‘display_errors’,’Off’); ini_set(‘error_reporting’, E_ALL ); define(‘WP_DEBUG’, false); define(‘WP_DEBUG_DISPLAY’, false);

Share
MORE
How to add Shortcode in a Template?
  • 23 Jan, 2020
  • By Rokon
  • 1 Comments
  • 0
  • Wordpress
  • 0Views

<?php echo do_shortcode(“[shortcode]”); ?>

Share
MORE

Recent Comments

  • anime on How to add Shortcode in a Template?
  • anime on How to add Google reCAPTCHA to any form to reduce spam?
  • SEO Reseller on How to add Google reCAPTCHA to any form to reduce spam?

Categories

  • Joomla Support
  • Uncategorized
  • Wordpress
  • Recent Post
  • Popular Post
  • WordPress Admin not working perfectly. How to solve?

    • By Rokon
    • 15 Feb, 2022
  • Best Affiliate Marketing Tracking Software

    • By Rokon
    • 09 Nov, 2021
  • How To Redirect A Page to another page for desktop In WordPress Without A Plugin

    • By Rokon
    • 18 Jan, 2021
  • How to add Google reCAPTCHA to any form to reduce spam?

    • By Rokon
    • 18 Jan, 2020
  • How to add Shortcode in a Template?

    • By Rokon
    • 23 Jan, 2020
  • How to remove .html extensions using .htaccess

    • By Rokon
    • 13 Jan, 2017

Copyright © 2019 All rights reserved.

Newsletter Signup