To clarify, /blog
and /blog/
are the same. The slash is added by the browser to properly structure the URL (best way I can explain it).
Your’re trying to access two different pages with the /blog/
slug. In this case, WordPress is overriding the blog link from your existing website and showing content from there.
What you’ll need to do is set your WordPress site to a different location other than /blog/
, such as:
myWebsite.com/wordpress/
Then, you will want to prevent unauthorized access to your WordPress site if someone got ahold of the link. You can use a simple plugin such as Force Login which require visitors to log in order to interact with the website.
Related Posts:
- WordPress REST API not returning all posts
- exclude particular category in api
- How to create REST Based JSON API(how to modify the code below)?
- Server 500 error when updating post using block editor
- WordPress Rest API Post request from AMP
- How to use “Add link” pop up for a WordPress widget
- Adding additional data to WP_Post object
- Fetch All Posts (Including Those Using a Custom Post Type) With WordPress API
- Passing a hardcoded page/post ID into `get_post`
- Disable WordPress’ blogging functionality and disable ‘posts’
- WP Rest API v2 filter and display latest post with specific tag
- Use an attachment in multiple posts
- How do I convert a mathematical Microsoft Word document to a WordPress blog post?
- widget should display post archive by year and on click also by month
- JSON not valid after json_encode posts
- how to display full post with pagination on home page
- blog page showing only first post
- Single Post Gallery Using Shortcode
- Showing random content / pictures from earlier posts in a sticky post?
- Disable REST API for a user ROLE
- How to share same post to multiple site in wordpress?
- ping_status in JSON REST API
- Side by side blog posts that are tied together
- Query Post Preview Updates from the WP API?
- How to show a full post, not just an excerpt
- Every possible way to get data (posts) from WordPress
- Create post using JSON api plugin
- Custom excerpt length filter doesn’t work
- How to get the post’s parent ID?
- Limit Gutenberg blocks available to users to choose from
- Blog Posts not showing title
- Remove certain post-formats from showing in blog?
- How blog page in WordPress works : blog page retrieve first post ID
- Blog Posts in Custom Menu
- JSON – Permission Error?
- Why is my Blog Page ID == First Post ID?
- Displaying Latest Posts on a Page
- Add blogs to “Blogs i Follow” sidebar [closed]
- How to make number of blog posts a custom field?
- Choose whether to automatically add a taxonomy with the same name as the post
- How can i display gallery shortcode output under Post text
- Display posts from a different website on Genesis Responsive Slider
- How to create a post using REST API with sending data as a JSON body?
- How can I get the media inside a post?
- WP Bakery Load More Button loads the same posts
- add new post default view
- Show certain posts in a LIST format that members have been granted access to
- Append class to posts page
- How could I change my Permalink from blog to custom structure? [closed]
- Posting blog entries in screenplay format
- Single.php – Get Current Parent Category
- How to remove in-line style of WordPress’s post content only?
- WP move posts to different path
- Change post-slug using wordpress API? Change permalink of a post using php / jquery?
- Append ‘Continue Reading’ link if post length is more than 3 lines of text?
- older blog posts not showing in new theme
- Why won’t pagination work?
- WordPress Query Posts From Category Post on Static Page
- Creating a WordPress Post via REST API – HTML or Markdown?
- How to create a page that shows the last 10 posts?
- How to get the latest URL of my blog?
- Un-highlight Blog Menu Item when Category Menu Item is Selected
- Exclude post category in a blog page
- How to set a certain Custom Template to a Single Blog Post
- Sidebar on single.php not showing up
- Where is the “Posts”/”Blog” template?
- How to separate each individual blog post?
- Direct some posts to only appear on a specific page
- Get timestamp of latest post in C#
- posts and cms and posts again
- Changing The Default Header POST Title and Description text by category in wordpress
- Separate blog and reviews categories
- Optimal WP Web App Backend for mobile app development
- Pull in posts using post meta for REST API
- why my urdu text is not aligned properly when written in wordpress blog post?
- Format array of objects to json for wp-json
- Create a List of Widgets, where each widget holds three attributes
- Older blog posts not showing up on WordPress
- Pagination not give another posts
- “Blog pages show at most” in setting not working
- Sticky Post Doesn’t always work
- Post Image Gallery After Content Function messes with other content
- Single Post Gallery Using Shortcode
- How can I create a ‘sub-blog’ which has its own sidebar on individual posts?
- blog post not accesible on click [closed]
- How to fix wordpress blog post error? Can anyone help to fix this issue?
- How to pull sticky post permalink inside php?
- WordPress empty page! what is wrong with this code?
- Is update_post_meta used when save_post action hook is invoked?
- Use posts from old db by changing prefix
- Pagination Stops
- Bulk find & replace on WordPress posts/pages (minus image paths)
- How to backup WP blog posts to computer, not new site
- Customizing a new page used for blog posts with Avada theme
- Get origin or context of a how a post got created and/or updated
- Blog featured images disappeared on my homepage
- Blog images not showing on homepage
- Blog Page doesn’t show summary but full content
- how to fetch posts from Api in chunks or parts?
- REST API Working for GET but not for POST?