Results 1 to 2 of 2

Thread: Indeed feeds frequency

  1. #1
    Thread Starter
    an_roks's Avatar
    Join Date
    Jun 2010
    Location
    United States
    Posts
    108
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Indeed feeds frequency

    Hello,

    I am looking on how to setup indeed feeds to run once or twice a day instead of hourly.

    What do i need to change in the code to in order for me to sched feeds every 12 hrs or twice a day ?


    function jr_schedule_get_indeed_jobs(){
    wp_schedule_event(time(), 'hourly', 'get_indeed_jobs');
    wp_schedule_event(time(), 'daily', 'check_indeed_jobs');
    update_option('get_indeed_jobs', 'yes');
    }



    I am also looking for help on how to remove /jobs/ folder after .com

    Registered Nurse Ambulatory Services, Aurora St. Lukes ML PT | Jobs for All


    Thanks
    an_roks
    Jobs for All

  2. #2
    pbl2010's Avatar
    Join Date
    Oct 2010
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [TUTORIAL] Blog pOst Feeds
    By acidrainz in forum ClassiPress General Discussion
    Replies: 1
    Last Post: January 7th, 2011, 08:17 AM
  2. RSS feeds issue
    By muhabat in forum Help Using ClassiPress
    Replies: 3
    Last Post: November 26th, 2010, 03:19 PM
  3. Removing RSS Feeds
    By smooth1 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: August 4th, 2010, 07:41 AM