Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Plugins
    In reply to: [WP Job Manager] Pagination
    Thread Starter gezuka

    (@gezuka)

    I want to do that apper the older jobs on next page not below the newer jobs when I click to the “Load more listings” button if the Number of job listings to display per page set to 10 for example.

    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 2 replies - 1 through 2 (of 2 total)