Title: technicalpersuasion's Replies | WordPress.org

---

# technicalpersuasion

  [  ](https://wordpress.org/support/users/technicalpersuasion/)

 *   [Profile](https://wordpress.org/support/users/technicalpersuasion/)
 *   [Topics Started](https://wordpress.org/support/users/technicalpersuasion/topics/)
 *   [Replies Created](https://wordpress.org/support/users/technicalpersuasion/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/technicalpersuasion/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/technicalpersuasion/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/technicalpersuasion/engagements/)
 *   [Favorites](https://wordpress.org/support/users/technicalpersuasion/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Removal of “Posted” Column in Dashboard](https://wordpress.org/support/topic/removal-of-posted-column-in-dashboard/)
 *  Thread Starter [technicalpersuasion](https://wordpress.org/support/users/technicalpersuasion/)
 * (@technicalpersuasion)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/removal-of-posted-column-in-dashboard/#post-16548475)
 * Many Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Removal of “Posted” Column in Dashboard](https://wordpress.org/support/topic/removal-of-posted-column-in-dashboard/)
 *  Thread Starter [technicalpersuasion](https://wordpress.org/support/users/technicalpersuasion/)
 * (@technicalpersuasion)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/removal-of-posted-column-in-dashboard/#post-16544886)
 * Thank you [@braehler](https://wordpress.org/support/users/braehler/) & [@michaelnutt](https://wordpress.org/support/users/michaelnutt/)
 * I did a little digging and found an earlier post utilizing CSS to hide the locations
   field:
 * [https://wordpress.org/support/topic/publish-jobs-without-showing-the-location/](https://wordpress.org/support/topic/publish-jobs-without-showing-the-location/)
 * I’ve modified it to hide the posted field and it seems to of had the desired 
   result.
 * Any concerns with this approach?
 *     ```wp-block-code
       ul.job_listings li.job_listing a li.date
       {
       display:none;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Removal of “Posted” Column in Dashboard](https://wordpress.org/support/topic/removal-of-posted-column-in-dashboard/)
 *  Thread Starter [technicalpersuasion](https://wordpress.org/support/users/technicalpersuasion/)
 * (@technicalpersuasion)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/removal-of-posted-column-in-dashboard/#post-16533431)
 * Thank you for the quick reply [@braehler](https://wordpress.org/support/users/braehler/)
 * Unfortunately this isn’t working.
 * Any other suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)