• Resolved gezuka

    (@gezuka)


    Hi,

    How can I add a “Feature” link or button to the [job_dashboard] page eg.: after the Delete link and make that job featured?

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

    (@gezuka)

    I’m adding this to the job-dashboard.php after the Delete actions

    echo '<li><a href="' . update_post_meta( $job->ID, '_featured', 1 ) . '">Featured</a></li>';

    but if I click to the “Featured” link then it’s make all of my jobs featured. What’s wrong? I really don’t get it.

    • This reply was modified 5 years, 8 months ago by gezuka.
Viewing 1 replies (of 1 total)
  • The topic ‘Feature jobs from [job_dashboard]’ is closed to new replies.