• Is there a way to pull the category image into a Divi theme page template with the taxonomy or something?

Viewing 1 replies (of 1 total)
  • you can add the category image in DIVI by following these steps:

    • Install the “Insert PHP Code Snippet” plugin found at this link
    • Activate the plugin
    • Create a new snippet with this code

    <?php if (function_exists('z_taxonomy_image')) z_taxonomy_image(); ?>

    save and copy the shortcode that is generated

    • Insert the shortcode into a text or code module within your layout

    That’s all

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.