• How to check if post has slider enabled in php(within wordpress theme), so we can display featured image or slider based on that.

Viewing 1 replies (of 1 total)
  • Thread Starter free3dart

    (@free3dart)

    ok. for now I have done it with –

    get_post_meta ( get_the_ID(), 'ctshs_slide_id', true )

    from your plugin’s functions.php

    • This reply was modified 6 years, 1 month ago by free3dart.
    • This reply was modified 6 years, 1 month ago by free3dart.
Viewing 1 replies (of 1 total)
  • The topic ‘How to check if post has slider enabled in php’ is closed to new replies.