I am very very new to Wordpress theme development and after creating one, I want to know if any threats will face it.
There is no way i receive any data from visitors, including no comments received. There are no forms nor any plugins to receive any data.
What I want to know is if the theme I've created is secure enough to be used as a news website or not.
Thank you very much in advance.
I am very very new to Wordpress theme development and after creating one, I want to know if any threats will face it.
There is no way i receive any data from visitors, including no comments received. There are no forms nor any plugins to receive any data.
What I want to know is if the theme I've created is secure enough to be used as a news website or not.
Thank you very much in advance.
If you follow the guidelines of the Codex for Themes (start here: https://codex.wordpress/Theme_Development ), and ensure that any user-supplied input (if any) is sanitized, then a theme will be secure.
This also assumes that you have done basic security on your install. For instance:
Then your site will be less susceptible to attack. You'll also find lots of security guidelines via the googles. Look at them carefully and apply those that are needed.