found the solution the problem was the “posts_per_page” it made my website crash on that specific section
and also in wp-config.php
added
define( 'WP_MEMORY_LIMIT', '256M' );
and it solved my problem
Related Posts:
- Create a random unique 6 digit number as custom field for custom post type
- Store CPT ‘Reviews’ average ratings to a WordPress DB table or to a DB custom table?
- Get data from PHP to JavaScript to set position of each post on front page
- WordPress loop add heading before first of type
- How to make a shortcode for my WP_Query Loop? [duplicate]
- Order by custom field attribute
- How do I filter a custom post type loop by a field?
- Search that will look in custom field, post title and post content
- Right way of storing large number of custom post fields
- Custom post type or just use custom fields
- How to solve suspected memory issue in custom WordPress loop?
- List events by month
- WP_Query on custom post type not displaying, multiple loops & get_template_part
- How do I write this SQL statement for Posts written in last 24 hours?
- Using new WP_Query in shortcode in a custom field causes the main post content to not display
- Using ‘strtotime’ function to convert a custom-meta-box to a date-stamp
- Custom post type loops with different page templates
- WP insert post PHP function dynamically generated Custom Fields
- Get_post_meta() won’t return value
- Using posts and postmeta table to store custom Address Book Plugin data
- How do you output custom code between posts in the loop?
- How to append element after thumbnail
- Display custom post on home page based on a metabox selection
- Display custom field of specific post where post title matches variable
- Conditional to modify query results
- wp_query to find posts by year and month
- Custom Post Type Taxonomies -Posts not showing in Category or Tag pages
- How to insert content from another Custom Post type into Post?
- Using several custom fields as custom post title
- Adding custom tables to WordPress
- Very Slow Page – How to Optimize # of Queries?
- WP All Import – Using Xpath to set a select value
- WP_Query orderby modified to include custom meta changes
- Custom Post Type Loop throws 500 error when used in widget
- How to make sure content doesn’t display if selection is empty
- Sorting custom post type columns with external data and without meta values
- Two near-identical custom field types – one works, the other doesn’t . What can cause this?
- Meta Key Value in current-user-only loop
- Calculate all custom field values in the post loop
- CPT + CMB2: data not displaying for only first post in loop
- Replace text in post from cvs
- How do i calculate the total of values of custom fields in custom post types?
- I would like to have different styles for my posts based on the content of each post
- Checking if Post Title is Unique as Loop Criteria
- Query & Order posts by custom fields
- What is the recommended / best way to do this: Event calendar post/type in a block-based theme?
- Custom Tag Description unable to display just below and outside of the Loop
- get_post_meta not working on publishing
- Using custom field content as expression in IF statement [closed]
- How to import a custom MySQL DB table into a WordPress custom post type
- Let users upload image(s) to the post from front end
- Compare Two Custom Post Types Using The Same Custom Taxonomy
- Displaying information from custom field on custom post type
- delete duplicate meta_value with same post_id
- Get post-meta value of all custom-posts – lowest to highest year-count?
- Custom PT, Taxonomys and wordpress query
- Need help with simple “if statement” checks to output particlular CPT data depending on what client uploads/fills out
- Displaying Posts Using a Custom Query with a Custom Field and a term_id
- How do I list a custom field and custom taxonomies for each result in a loop?
- How can i loop through custom post type according to custom meta field?
- How can I increase the post count for custom post types only?
- How can I sort the order of multiple custom field values in a custom post type?
- Show the categories the current post has
- How do I ensure that post_type and Taxonomy use the same slug?
- Fetch data from two custom post types and create multidimensional array for output to html table
- Having a repeating custom field in admin custom post type, what I’d go better with, for DB’s sake? ACF repeater or query a different post type?
- Create an user checklist system for a course plateform using ACF Pro and ACF Extended
- Page that lists publications by classifying them by taxonomy
- CPT loop doesn’t seem to account for post date?
- sorting in wp query based on custom field value
- PHP Notice: Unidentified index
- Custom taxonomy template for custom fields loop [closed]
- Add active class to foundation 6 tabs while looping categories
- Sort loop by custom field from different post type
- Display related post content and custom field content
- Populate custom post type/custom fields from an external database
- Automatically convert standard posts with custom fields to custom post types
- WordPress query in which condition uses custom field
- Error in WP Query. If variable is empty it is displaying previous post value
- Strange behavior on WP_query
- get_post_meta for Custom Post Type ( CPT )
- WordPress loop, show only one post per custom field
- WordPress query posts by custom post type not workng
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- Can’t pick up a field created with Advanced Custom Fields
- How to enable the user to add value through the admin panel?
- Get month and day from a Date Picker custom field
- How to get past and upcoming post by defining date in custom field?
- Function not pulling image or text from custom post type
- Show Custom Post Type taxonomy term that matches custom field
- WordPress Custom Post Type and sort by Tags
- Displaying database table in backend of wordpress
- Posts without featured image using other post’s featured image
- Get result from Custom Field in Custom Post type
- If i have custom post type with 5 custom fields do i have to create a new loop to reference each one?
- Select Menu for Custom post Type does not save
- Looping taxonomy in taxonomy?
- loop through custom post-type with two meta_keys
- Query Custom Post Type by Tag
- Get custom post fields and display them