• Resolved priyankac

    (@priyankac)


    Hello Team,

    i m using “Logo Showcase with Slick Slider” in that plugin i have uploaded logos image but i need total uploaded images count.

    So how can i get dynamic count is there any shortcode or custom function please let me know

    Thank You

Viewing 1 replies (of 1 total)
  • Plugin Author pluginandplay

    (@pluginandplay)

    Hi @priyankac

    Sorry right now there is no shortcode or function to get the count of the logo images.

    But no issue, you can easily get it from the DB. It is stored in post meta table. The meta key is _lswss_gallery_id.

    e.g.
    get_post_meta( $logo_post_id, '_lswss_gallery_id', true );

    You can get the array of the logo images. You can use the ‘count’ function.

    I hope it will work for you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to Get Uploaded Logos count’ is closed to new replies.