You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let me start by thanking you for this starter theme. It has been a huge part of my learning curve towards WordPress theme development.
I recently came across a weird issue while working on an ongoing project. I couldn't report with a live URL for now, but I was able to reproduce the same behavior over at your personal website.
Simply right click any image within the content and open it in a new tab.
Remove the image's file extension from the address bar of the browser and hit enter.
Such as, from this: https://www.billerickson.net/wp-content/uploads/2021/07/dark-mode.jpg
To this: https://www.billerickson.net/wp-content/uploads/2021/07/dark-mode
This should (in my opinion) return a 404 error (it does get a 404 response from the server) and use the theme's inc/archive-none.php partial to display the default not found message.
However, to my surprise, it returns a page with a list of posts.
I am not entirely sure if it's an issue or intended behavior.
The text was updated successfully, but these errors were encountered:
Hello Bill,
Let me start by thanking you for this starter theme. It has been a huge part of my learning curve towards WordPress theme development.
I recently came across a weird issue while working on an ongoing project. I couldn't report with a live URL for now, but I was able to reproduce the same behavior over at your personal website.
As an example, let's take this specific page: https://www.billerickson.net/favicon-dark-mode/
Simply right click any image within the content and open it in a new tab.
Remove the image's file extension from the address bar of the browser and hit enter.
Such as, from this:
https://www.billerickson.net/wp-content/uploads/2021/07/dark-mode.jpg
To this:
https://www.billerickson.net/wp-content/uploads/2021/07/dark-mode
This should (in my opinion)
return a 404 error(it does get a 404 response from the server) and use the theme'sinc/archive-none.php
partial to display the default not found message.However, to my surprise, it returns a page with a list of posts.
I am not entirely sure if it's an issue or intended behavior.
The text was updated successfully, but these errors were encountered: