Results 1 to 2 of 2

Thread: How to add Custom Column to job_listing page

  1. #1
    Thread Starter
    arty's Avatar
    Join Date
    May 2014
    Location
    Hong Kong
    Posts
    24
    Thanks
    5
    Thanked 0 Times in 0 Posts

    How to add Custom Column to job_listing page

    Hi
    I tried to add a custom column in the post_type=job_listing page with the following function
    but failed


    function add_job_listing_columns($columns) {
    unset($columns['author']);
    return array_merge($columns,
    array('publisher' => __('Publisher'),
    'book_author' =>__( 'Book Author')));
    }
    add_filter('manage_job_listing_posts_columns' , 'add_job_listing_columns');

    thx

  2. #2
    spartac's Avatar
    Join Date
    May 2011
    Posts
    7,171
    Thanks
    75
    Thanked 830 Times in 808 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Do you need high-quality content for your Website? For a significantly reduced price? Try aicontently.com






    We answer the questions in threads as fast as the private messages, So do not send support questions via private message. Use the forum instead and open a new thread for every issue.
    Before you send any PM , Please read These rules .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sorting a custom column by date order
    By philipm in forum ClassiPress Sorted Ads
    Replies: 2
    Last Post: May 29th, 2014, 09:14 AM
  2. Adding Custom Column to Ad_listing post type
    By graemej in forum ClassiPress General Discussion
    Replies: 1
    Last Post: December 20th, 2013, 08:37 AM
  3. Adding a Custom Column to the Ad listing post list
    By graemej in forum ClassiPress General Discussion
    Replies: 1
    Last Post: December 7th, 2013, 06:02 AM