Search:

Search: Search took 1.00 seconds.

  1. Replies
    6
    Views
    213

    In order to help others, this CAN be done with...

    In order to help others, this CAN be done with CSS. Here are some examples:

    /* Removing Date from Ad on Homepage */
    li.job.job-featured.job-alt.job-featured .date {display: none;}...
  2. Jomark You just need to fix it in the right files. ...

    You just need to fix it in the right files.

    Where?

    jobroller/framework/includes/geo.php
    jobroller/includes/theme-geolocation.php
    jobroller/includes/featured-jobs.php
    jobroller/loop-job.php
    ...
  3. Replies
    4
    Views
    776

    You can do it in php myadmin with following...

    You can do it in php myadmin with following query:

    DELETE FROM `jr_posts` WHERE `post_status` = 'expired'


    If you like erase expired post only older than x-days use


    DELETE FROM ...
Results 1 to 3 of 3