This is the finally code that is working like a chram
<?php
$taxonomy = get_taxonomy( get_queried_object()->taxonomy );
$term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
get_header(); ?>
<h1 class="page-title">Θέσεις εργασίας για <?php echo $term->name; ?></h1>
<div id="content">
<article id="post-<?php the_ID(); ?>" <?php post_class('post'); ?>>
<?php echo do_shortcode('[jobs categories=".get_query_var("job_listing_category').' show_filters="true"]'); ?>
</article>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Related Posts:
- is it possible to add “extra” table nav to edit-tags.php screens?
- How to always display a specific post from the search result first
- Taxonomy Custom Column – ‘manage_{TAXONOMY}_custom_column’ filter only passing 2 arguments
- Change term name only on front
- How to order by taxonomy using wp_query
- Filter taxonomy admin pagination
- Filter custom post type using multiple taxonomy dropdowns
- Adaptive product filters for WooCommerce
- Sorting a specific taxonomy by archive date using URL
- List all categories that have results in a query
- Display post after choice two taxonomy terms
- Admin view: filter posts by whether they have specific taxonomy attached
- Turn wp_tag_cloud into a front-end filter
- How to remove a filter that is an anonymous object?
- How to add a custom CSS class to core blocks in Gutenberg editor?
- No filter of code on switch from html to visual editor, how?
- How to modify posts_where filter only for the search query
- How to wrap oEmbed-embedded video in DIV tags inside the_content?
- How to add filter with 2 args?
- How to auto-translate custom user roles?
- Adding revision support to WooCommerce product content
- Changing text within the Block Editor
- add_filter for specific pages
- How to add attribute to output with wp_video_shortcode add_filter
- Search content for shortcodes and get parameters
- Change default settings used by gallery shortcode
- PHP5, Inheritance, Singleton – action & filter hook limitations
- Please explain me what the do_action does
- How Can I Have A URL Changed Based on the Originating URL?
- Is it possible to Hook/Filters Attachment Creation?
- Apply the_title filter to post titles AND backend auto social-sharing plugin, but not nav menu
- Add ‘if exists’ to filter
- How to hook some Unicode texts into calendar widget safely?
- how to remove filter from wordpress shortcode output
- Change email from and display name with a filter action
- Please help me through this example with a filter to understand how they work
- Filter custom post types in archive
- WordPress tag cloud add more links
- How can I filter block registration based on post-type? (Block alignment settings)
- wp_insert_post_data filter not working correctly after upgrade to WordPress 5
- Yoast SEO hooks overriding themselves
- Question about how do wordpress filters/actions work
- How to center oEmbedded content
- Add Sortable Column For All Post Types
- How to take options from form fields and turn them in to links?
- Custom query to filter posts that have current post as a taxonomy [closed]
- How to change the order of HTML output of a core block?
- When to use add_action when registering/enqueuing scripts
- Is it possible to use multiple spaces in title?
- How add a group by to the query used by the media library?
- Categories of custom taxonomy don’t show any posts
- add_filter(allowed_block_types) -> adding core/paragraph bugs Gutenberg editor
- How to properly modify WP Vary or any existing headers?
- How to remove medium size class in gravity form for input tag?
- Filter out comments with certain meta key/s in the admin backend
- WordPress custom admin notice still displays after wp_insert_post_data validation
- Custom wp_query time filter on meta_value
- get post id within add_filter()
- Run posts_where and posts_join only on the main query
- Media upload default title from file name
- Admin post list – adding an option to the date filter dropdown
- Use of comment_reply_link_args filter
- How to use do_shortcode_tag to modify the output of a shortcode?
- Shortcodes within the sidebar text/html widget: How to preserve the raw HTML output of the shortcode?
- Alter existing page contents based on url
- Error using wp_mail inside custom function
- Add/remove CRON action depending on variable
- How to include add_filter() in a condition based on $post data
- Admin: how to make a custom list filter button send GET queryvars
- Filter authors on meta value
- Override email_exists function
- Access post ID in “content_save_pre”
- Is this hook really deprecated? ( manage_{$taxonomy}_custom_column )
- arguments for comment_notification_text filter
- Gallery stripped from excerpt of post
- Add_filter rel=”prettyphoto” to WP3.4.1
- How can i filter wordpress users by custom feild?
- How to filter the source URL of all images on every page
- auth_redirect() doesn’t send users to the page where they orginally tried to acces
- How to redirect a unique link based on login status
- Is it possible to assign a css id to a row in plugins list table?
- How to bridge the gap between dynamic back-end data and front-end output?
- How to loop year & month condition together to filter correctly via AJAX?
- How do I isolate the reason a wordpress filter is not running?
- add_filter not working inside if function
- wp_editor customization
- What problems could happen if I replaced add_filter and add_action with the function calling
- posts_results filter function memory errors
- Adding to an array & passing it through do_action/apply_filters
- Activate short codes for all post queries?
- Save something to global var in add_filter
- Loading a sidebar on an Ajax call
- the_excerpt() does not work with has_excerpt()?
- Wrapping Featured Image on Add/Edit Page in div?
- how to localize the number of wordpress post views?
- How do you disable the verification process of user email changes?
- Modify the third (context) parameter in a filter?
- Replacing text using add_filter
- Background color and background image below element in Contact Form 7 – error tip [closed]
- Change password reqts with NO plugin without breaking resetpass link?