Archives Bottom Description

You are here:
Estimated reading time: 1 min

To increase each category’s SEO scoring, you can append text or Elementor Global sections with various content, after the product’s grid.

Simply edit any category’s (or public archive) backend and locate the Bottom description options eg:

The content should be published right after the grid eg: https://d.pr/i/EmIONF .

Note: If this option is not available, first off, make sure the Attribute is set as a public archive https://d.pr/i/yigMbn and also make sure the module Archives Bottom Description is enabled in Rey theme > Modules manager , in the backend.

LinkOverriding the Bottom description position

To do this, you can use the filter `reycore/woocommerce/taxonomies/position` to reposition the description block, in another action hook. Here’s an example repositioning the description right after the site container:

add_filter('reycore/woocommerce/taxonomies/position', function( $hook ){
	return 'rey/after_site_container';
});

An alternative hook position is `woocommerce_after_shop_loop` which goes right after the products block.

Was this article helpful?
Dislike 0
Views: 165

Suggest article improvements

Please use this form to suggest improvements and report missing or outdated content. Support requests will most likely not be answered and it's best to use the Support Request Form instead. Thanks!