Go into Admin, Settings, Permalinks, and change whatever is there to another choice. Save the setting. Then go back and change it to what you want it to be. Save the setting. Then try going to a page on your site.
Also, check that your htaccess file has the basic WordPress settings. See here: https://wordpress.org/support/article/htaccess/
Related Posts:
- When to use WP_query(), query_posts() and pre_get_posts
- How to get an array of post data from wp_query result?
- How to only display posts whose meta_value field is not empty?
- WP query taxonomy input differs to output?
- How to add taxonomy filter on the query fly?
- Query WooCommerce orders where meta data does not exist
- How to get Page/Post Gallery attachment images in order they are set in backend using WP_Query()?
- What exactly does the ‘s’ parameter search for in WP queries?
- WP_Query min and max values
- post_type is ignored by WP_Query when ‘tag’ argument is included
- get_posts not finding argument: post_name
- get query’s query string
- Show only oldest post by author
- assign 2 $args to one wp_query
- WP_Query OR clause for tax_query and keywords
- Calling a custom excerpt function in a local loop
- Transient pagination not working properly
- How to run query inside a class with namespace?
- Which filter/action hook gets triggered after a query has been performed?
- Modify existing query and change order of posts
- Why query_vars get altered in WP_Query Object?
- Why does the_content not work like others for a set post id?
- pre_get_posts filter meta_query without conflicting existing meta_query
- How would I format a query that depends on post parent taxonomy
- Minimising Database Queries when using Advanced Custom Fields
- WP_Query Group by Author and Order each group DESC
- List only posts from specific category on category page
- Most popular post for last 7 days
- WP Pagination on Posts Search Results Page resulting from AJAX WP Query
- How to avoid wp_query returning the same post I’m on in results?
- Query multiple meta values
- Why isn’t my multiple orderby working?
- WordPress Loop and $post
- How can I create ‘future’ and ‘past’ parameter for restAPI by filtering the CPT custom date field by greater than / less than current datetime?
- WP_Query tax query part of slug
- WP_Query() order by post content lenght?
- Query posts without meta preload
- How to implement a new row_count method in WordPress?
- reset to main loop doesnt work
- Applying posts_clauses filter to specific queries only
- Shortcode for latest -not expired- posts
- meta_compare not comparing whole integer
- WP_Query – Object manipulation vs WordPress functions
- Only display post if published in last 24 hours?
- WP_Query with rewind_posts creates duplicate titles
- Transients with dynamic WP_Query
- How to remove the most recent post from $the_query
- Use Ajax To filter posts?
- Selecting posts with a given meta value for a meta key
- Posts Query | Query to only show sub categories
- pre_get_posts – editing query, tax_query
- Check if a post has term inside loop
- Display all posts in a custom post type, grouped by a custom taxonomy. How to sort the posts alphabetically and the terms by ID?
- Display specific page (that is child) content on parent page
- Hacking ‘posts_per_page’ in WP_Query
- Avoid duplicate while merging two query post
- ajax wp_query conditional tags not working
- Comparing 2 Decimal Numbers from custom fields and displaying posts
- Query outputting YouTube url rather than embedded video
- max_num_pages says 4, yet I am only able to navigate to the third page
- Execute PHP function inside the admin area
- wp list pages using meta box value
- get_var is neither a string, integer, or array …?
- Can I get one wp_query to double order like this?
- paginate_links appearing on page but it doesn’t actually paginate – pagination on a static page with a dynamic `post_type` argument on a static page
- Sort custom post by custom field if none order by latest release
- Form checkbox value going to dynamic URL
- show most viewed post
- WordPress Carousel with recive posts (Bootstrap)
- Custom query showing all acf field values instead of the one searched
- I need query_posts() to order results first by a meta value and then by post ID
- Pre_get_posts only show posts by administrator roles
- posts_per_page in a tax_query
- Modify a query with no results in pre_get_posts
- WP Query – Search in title or author_name
- WP Query for Multiple Post Types
- URL to Post Archive of Custom Query
- WP_Query: custom orderby (not ASC nor DESC)
- WP_Query doesn’t return some child pages even though the database shows them
- Query by Category and Custom Field – Shortcode
- Pagination returns 404 after page 20
- Querying posts with meta key and meta value not returning anything
- WP_Query a custom field value bringing back 0 results
- Year based WP Query
- Horizontally paginate through sets of blog posts?
- Creating array to compare custom field values
- WordPress Query Default Order if Meta Values Same?
- Comments orderby comment date not working
- Switched from query_posts to wp_query, pagination no longer working
- Wp query by 2 meta field – check if they exists / have value
- Show linked products using wp query and woocommerce
- Standard Loop – wp_query
- Why wp_query return 1 row if i have 3 row pass in it
- WP Query – if there are no posts with certain tag query other ones
- How does ‘category__not_in’ differ to cat => ‘-1’?
- Custom Wp_query loop takes very long
- How can I get taxonomy term name using term slug & post ID using build in WordPress function or class?
- Why does wp_query only display the most recent post when using order ASC?
- new WP_Query with order args – no more distinction between categories
- How to make OR condition in WP_Query