Seeing as my comments seemed to answer the question:
To get access to the URL params you want $wp_query->query_vars['myvar']
: http://wordpress.org/support/topic/how-to-pass-value-in-wordpress-url, e.g.:
<?php
global $wp_query;
$node_id = 0;
$args = array(
'post_type' => 'jobs',
'category_name' => $wp_query->query_vars['position_name']
);
$the_query = new WP_Query( $args );
The other parts of the question aren’t really WordPress issues, so Stack Overflow is the best place to ask them. For the updating the page you can either redirect the page onto itself using a javascript redirect for the onchange event or you can use AJAX to update the contents for the onchange event without a page refresh.
Related Posts:
- Inject post (from specific category) between posts in Loop
- User Defined order on get_categories?
- Custom widget using get_categories select menu dropdown
- Select dropdown not showing selected value php
- Custom Loop through category menu to include sub categories
- How to exclude specific category from the get_the_category(); array
- How to make drop down post title
- How to pick the default selected value in wordpress dropdown?
- how to save selected option in variable for rest api category filter
- Alert Bar section within WP loop is displaying even though there are no posts
- Display category name only once inside loop
- wp_dropdown_pages auto submit
- I’m trying to create an array with a foreach loop, but the array only stores the last item [closed]
- How do I remove a category from a wordpress loop>
- How to get the last category name of a child category?
- How to get current post category details inside “loop”?
- HTML dropdown setting not showing last saved value in the database
- Sorting dynamic select/dropdown for Contact Form 7 of Modern Tribe Events posts
- Problem with custom loop and wp_list_pluck [closed]
- Echoing a CSS class based on category of post in a list
- Do not duplicate posts with multiple categories in multiple loops
- Custom Taxonomy Select Menu: Setting default option value?
- go to home page when i select default in select-box
- Compare current post Category in select menu
- How to set value selected using select2 jquery plugin
- Dropdown category field inside repeatable metabox
- How to make a pagination with dropdown selection?
- Return to the beginning of the results of a for loop
- Exclude category and post from loop in custom category.php
- PHP drop down menu for my get_category child of
- Error trying import one category on page
- Remove the_content From Loop
- Open WordPress Page from selected option dropdown
- Proper syntax or method for keeping url in modified isotope / category links
- Multiple options not staying selected after saving
- Display post category in foreach loop with category link
- Dynamic Stylesheet loads but doesn’t finish
- Second level subcategory
- Custom profile field with birthday. Troubles with
- Using loop pagination on single.php
- Loop with slider (slider not loading)
- How to hide all child pages with post_query?
- How to sort posts based on the value (number) of a post’s metadata?
- Show css depending on activity type in BuddyPress activity-loop [closed]
- What is an equivalent of single_cat_title for getting the slug of the category?
- Issue adding sub category programmatically
- Why my filterable portfolio page work not perfectly between slug button and slug output WORDRPESS?
- How to exclude category ID from Looper in WordPress
- Add a specific part of current category page url to shortcode
- how do I get a specific post from a post with a subcategory in WP
- WP grandchild categories in nested ul li
- Grab posts by multiple categories
- Pass Category Name, Description and Photo into variables to pass to jQuery
- How to show single category archive
- Move category description below post list in blog
- Iterate through posts based on array of categories
- Applying A Category to Existing Posts Where Page Title Matches Regex
- Get page that displays all children of taxonomy parent
- get author_name from queried post
- Displaying Woocommerce Product Category in WordPress
- How can I add extra word in permalink when someone click download button?
- Increase offset while looping
- selected option if current category is the value
- Blog posts repeat
- Long running queries
- How to add condition in wordpress loop? [closed]
- Woocommerce : Can’t get product info in loop
- get_template_part based upon post’s category
- How to set variable, pass it to a partial file and remove it after?
- how to refresh div on template part?
- Setting default category base on theme activation
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- Hide subcategories (widget)
- Counter in loop in foreach
- Let Users Choose Post Categories
- remove post that has no content
- Different post styles depending on category
- Can’t find infinite loop cause
- Checking array against author id in loop
- How do I Turn This Into An if statement?
- Display parent and child taxonomies in separate drop down select fields
- Load wordpress content in other domain
- How to show only subcategories in parent category not parent category?
- How Can I use WP_Query to Only Display 1 Post from Custom Post Type if Query Returns Posts with Matching ID in Custom Field
- Checkbox doesn’t stay checked, conten
- how to show only specific category for a template
- post thumbnail, conditions, else wont work
- Widgets in the loop if active
- List posts that don’t have a specific tag?
- Changing the_posts_navigation() html output
- Dilemma of Populating all the categories in a drop down list
- Can we count the WordPress Loop
- How to convert select to HTML with PHP tags inside of it [closed]
- Display most popular posts of category
- Get post id within comments loop
- Syntax error when I try to insert my loop into an unordered list? [closed]
- WP_Query fails despite having 1 post
- Creating sub-categories via php
- Define specific category name in PHP
- Edit the_category (); for a hierarchical display