• coh2o

    (@coh2o)


    HI,
    I would like to insert images before the menu categories that identify the products on sale in a shop.
    I know it can be done because I tried it on a test site but I don’t remember how I did it.
    Can you tell me how to do it?
    The theme is OceanWP.
    Thank you

    David

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    You need to somehow generate appropriate HTML. There are a number of ways to do so. One possibility is via a custom shortcode. The shortcode handler can make a product query, get all related data including related images, then generate appropriate HTML.

    One key thing to remember with shortcodes is to never directly output HTML content. Always collect output into a single variable that the handler function returns in the end. Then WP will handle the actual output.

    Thread Starter coh2o

    (@coh2o)

    ok thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Insert image before menu category’ is closed to new replies.