• Resolved Steven

    (@ste84ven)


    Hi,

    I’d like to add a text “Featured” to my featured jobs. What function should I use to inquire the post featured status?

    For example, I have used wpjm_get_the_job_categories() in my template file to get post’s categories. In the same manner, I’d like to get the post featured status (which should return true or false).

    Appreciate if anyone can help me on this.

    Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Contributor Cena (a11n)

    (@cena)

    Hi @ste84ven ,

    > What function should I use to inquire the post featured status?

    is_position_featured( $post ) should do the trick.

    Best,
    Cena

Viewing 1 replies (of 1 total)
  • The topic ‘Adding Text to Featured Job’ is closed to new replies.