Category: wordpress
Many bloggers put ads on their websites. But they spend (like me), lots of time browsing their own articles in order to spot errors or find rooms for improvements. …
If you install wordpress, you should have a wp-config.php under the root directory of your wordpress installation folder. This file stores the important details of your database access details. …
In wordpress pages/posts, there is a comment form that allows users to post comments. The API for this is comment_form(), which can be found in theme template file comments.php. …
The tool provided by this URL: here can be used to test any given pages are user friendly or not. I put my wordpress sites (including this one, they …
The web server will have some default filenames (in order by priority) such as index.php, index.html etc if you type in URL of a web folder instead of a …