Last updated on

If you’ve ever tried using BoldGrid Easy SEO on your WooCommerce “product pages” you may have noticed there’s no way to actually include it.  In this guide we’ll show you how to add supports for “WooCommerce” into “BoldGrid Easy SEO”.

Step 1: Install and activate the Filester Plugin.  After activation a new tab will appear in your WordPress dashboard titled “File Manager”.

Step 2: Navigate to File Manager and find the config-sample.php file for “BoldGrid Easy SEO” wp-content  > plugins > boldgrid-easy- seo > includes > configs > config.sample.php.

Step 3: Open config.sample.php, click Edit and replace the code you see there with the block below:

<?php
/**
 * Copy this sample file to config.local.php and update it with any variables that you would like to override
 */
return array(
	'meta-box' => array(
        'post_types' => array(
            'post',
            'page',
            'product'
        ),        
        'manager' => array(
                'post_type' => array( 'post', 'page' , 'product' ),
                'priority'  => 'low',
        ),       
    ),
);


Step 4: Rename the config.sample.php file to config.local.php and save.

Step 5: Clear your cache and choose one of your WooCommerce “product pages” then click “Edit Page” to test your updates.

Good luck!  Don’t hesitate to reach out to the team here if you have any questions.

 

SIGNUP FOR

BOLDGRID CENTRAL  

   200+ Design Templates + 1 Kick-ass SuperTheme
   6 WordPress Plugins + 2 Essential Services

Everything you need to build and manage WordPress websites in one Central place.

Leave a Reply

Your email address will not be published. Required fields are marked *