• Resolved rlbunch37840

    (@rlbunch37840)


    Ok this seems to have been asked before but adequately answered.

    Objective: To be able to add content “below” product listings on the woocommerce “shop” page and be able to edit said content from the admin panel.

    Purpose: To be able to extend the content length for SEO purposes but not hog up the top section of the page.

    I have a script that does this for categories using the following:
    add_action( ‘product_cat_add_form_fields’

    Could this be modified to do the same thing on pages or posts and have the content display AFTER main content?
    (does any of this make sense?)
    There has to be an easier way of doing this rather than echo content which will then be on all pages at the bottom.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi!

    My suggestion here would be to use a WooCommerce product block instead of the default shop archive page. Then, you’re free to add any content you wish below the product listing, which is entirely customisable (so you can have separate pages for each product category, and configure the block to display a certain category of product on each page).

    If you have any specific questions on this, please do ask!

Viewing 1 replies (of 1 total)
  • The topic ‘Editable Content Below Product List’ is closed to new replies.