Title: Elementor Post Loop
Last modified: February 21, 2024

---

# Elementor Post Loop

 *  Resolved [thegrbteam](https://wordpress.org/support/users/thegrbteam/)
 * (@thegrbteam)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/elementor-post-loop/)
 * Hello, we love your plugin and have been using it for some time, so thank you.
   
   The popular page builder plugin Elementor has a post loop widget which can display
   custom posts in a list/grid or whatever. They claim that it supports all custom
   post types but for some reason it does not pick up on the custom post type job_listing.
   I know this is out of scope, I agree it’s an issue for Elementor to solve and
   they of course are pointing to you saying you should check with them. I did just
   want to ask, is there anything special about the job_listing post type? Or is
   it just the same as any other custom post type that any given plugin or theme
   might create?Support to create job listings using the Elementor post loop would
   be really powerful for bespoke designs.All the best and thanks in advance!Dan

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

 *  Plugin Support [Elizabeth (a11n)](https://wordpress.org/support/users/helizabethan/)
 * (@helizabethan)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/elementor-post-loop/#post-17465890)
 * Hello Dan,
 * The Job Listing post type “job_listing” adheres to the standard format for creating
   a custom post type and should be publicly accessible to any custom code for querying.
 * Here is a [link to the GitHub](https://github.com/Automattic/WP-Job-Manager/blob/c6cefbf33e6b9a0270b99f1f97461554b497697a/includes/class-wp-job-manager-post-types.php#L271)
   file if you’d like to share it with the Elementor team.
 * Please note, as you correctly mentioned, that we are unable to assist with ensuring
   that jobs are listed in the Elementor Post Loop widget as this falls outside 
   our support scope.
    -  This reply was modified 2 years, 3 months ago by [Elizabeth (a11n)](https://wordpress.org/support/users/helizabethan/).
 *  Thread Starter [thegrbteam](https://wordpress.org/support/users/thegrbteam/)
 * (@thegrbteam)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/elementor-post-loop/#post-17508092)
 * Hi Elizabeth, thank you for the reply. We have since resolved this. For anyone
   else trying to get WP Job Manager working with Elementor Post Loop, this is the
   code you will need to add to your functions.php file or a Snippets plugin:
 *     ```wp-block-code
       add_filter('register_post_type_job_listing', function( $args ) {
       $args['show_in_nav_menus'] = true;
       return $args;
       });
       ```
   
 *  Plugin Support [Elizabeth (a11n)](https://wordpress.org/support/users/helizabethan/)
 * (@helizabethan)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/elementor-post-loop/#post-17517366)
 * You’re welcome! I’m glad to hear that the issue has been resolved.

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

The topic ‘Elementor Post Loop’ is closed to new replies.

 * ![](https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257)
 * [WP Job Manager](https://wordpress.org/plugins/wp-job-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-job-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-job-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-job-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-job-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-job-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Elizabeth (a11n)](https://wordpress.org/support/users/helizabethan/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/elementor-post-loop/#post-17517366)
 * Status: resolved