You should look at the WordPress Template Hierarchy. If you want to show an archive of your posts you create a template called archive-mahsulat.php
where mahsulat
is your post type. Then you can add a normal WordPress Loop to the file so it can output posts of that type.
If you’re looking to create a category page for your post type you first need to register a taxonomy. Then you can create a archive page called taxonomy-{$taxonomy}.php
where {$taxonomy}
would be replaced with your specific taxonomy slug.
You don’t need to create a custom secondary query for these things, if the PHP template pages exist and are named properly then WordPress will connect the dots and query the data for you.
Related Posts:
- Need help removing […] after excerpt
- How to customize posts in WordPress by using HTML and CSS?
- WordPress Shortcode and Dynamic CSS
- Multiple pages on one with different HTML
- Minify HTML, CSS, JS with PHPWee?
- How to display a value from a radio button in the options menu in wordpress
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- Show post in slider
- How can I hide Home in my menu in a specific page?
- Missing sidebar parameter “fix” – before_content
- Getting a specific post values to another div or modal
- how to remove metadata from the posts of my blog?
- Customize position of social icons in upme plugin [closed]
- Different post styles depending on category
- How create a Shortcode with hover and complex options
- WordPress Multiple Navigation bars
- Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
- How do I add a custom css to all posts without affecting homepage css? [closed]
- Wrapping a Sidebar within
- Add Codepen animation as Preloader to WordPress
- Where can I find the inline-css of my theme header?
- Menu Custom Data Attributes
- Highlight the links without using dropdown
- Website completely messes up when logging out
- Link to page with posts of specific type
- Displaying images outside the content
- how to changes mobile menu toggle breakpoint in WordPress
- Background image no longer fits to screen now that project is in php files
- WordPress Post Block Element not properly parsed with the_content filter
- Add other class content with reference class value
- PHP function for horizontal Woocommerce thumbnails and badges
- I can’t go to the page archive-{post_type}.php
- dynamic php menu with hidden sub-categories only showing when the category name is clicked
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- Drop down question
- WP Website is shown in HTML
- Can’t display anything through homepage text editor
- How to find and delete a menu item in php?
- WordPress Slider is not working
- How to display post meta bellow every posts
- how to add functions to my function.php using a child theme?
- Make a full-width wordpress page
- How to center all text body in single.php at once?
- Target a specific container to style on WordPress storefront theme
- How to include different html tags in the header for different pages?
- Displaying POST content with HTML tags and all
- user update profile for custom code
- PHP tag in post content makes wordpress go crazy
- Font-Family does not looks like how it should be [closed]
- Where to find the html for WordPress site? [closed]
- Automatically create a loop for post ID
- Show contact 7 form in popup
- WordPress – Image href for home menu nav not working
- How Can I Center the Logo in the Navigation Menu? [closed]
- featured post as div background
- Display pages from specific page template
- Trying to customize wordpress drop down categories
- Cant get theme to change footer color through theme customizer
- WP_Query not returning results
- Header location [closed]
- How do I link the side images?
- Parse error: syntax error, unexpected ‘}’ in
- Sorting Problem
- How to create a container in php then customise it in CSS
- Custom HTML/CSS Theme into WordPress – SEO considerations
- Add multiple HTML attributes to an Elementor button
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- How to create different templates for woocommerce single-product.php?
- Editing stylehseet url in head section of WordPress
- separating column the variations from the add to cart button woocommerce
- How can we upload custom page files?
- Add HTML Attributes To Anchor Tags In `wp_list_categories()` Function
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- Get taxonomy terms only of the WP_Query current posts
- php syntax – how to concatenate properly – echo bloginfo(‘stylesheet_directory)
- Placing raw HTML inside a WordPress shortcode
- How to only show page id as body class?
- Exclude posts from homepage having a specified tag
- wp nav menu: add attributes to menu items [duplicate]
- WordPress override bloginfo variable
- How to get 2 or multiple custom post types in wordpress functions.php
- Put CSS inside a PHP file and include it the right way
- Slide in Panel WordPress Post
- “before delete post” action fire when the post is updated?
- Correct syntax to html php conversion
- How to properly insert a link to a template in WordPress?
- Displaying a button on each post
- Trying to make php run in a post
- Hide post if matches current month and year
- Upload Image in a WordPress page using PHP
- Displaying theme options in css
- Add itemprop Schema.org Markup to li Elements in wp_nav_menu
- Creating bulk posts with Youtube videos
- Problem adding class to body_class
- Removing unneccessary p-tags (Not every p)
- Add a custom stylesheet for BlackBerry
- Remove posts after a given amount of time
- WordPress automatically adding html tag around PHP code
- Automatically add custom CSS to new posts using a category template