wordpress

When you access a url like https://myprogrammingnotes.com/category/uncategorized of a WordPress site, which file does WordPress use to serve the reply? Do not think there is a file called  uncategorized that […]

I have been looking for a way to add javascript in wordpress post. This seems an advanced technique as in most cases you write text not code in a post. […]

What is WordPress shortcode? WP shortcode is what you put in [] in your post. For example, if you write [dateoftoday] in your post, the dateoftoday is a shortcode. Why […]

WordPress image attachment is a little complicated thing. In a post that is inserted an image attachment, you can edit some attributes like alt text, height, width of the inserted […]

Whether you use the default WordPress login page(i.e. http://myprogrammingnotes.com/login) or create a custom login form of your own, the back end code will eventually call the core login function wp_signon to […]

Although WordPress provides default user registration mechanism, sometimes we need to add custom fields to the registration form to collect more information from the user. Here we give a design […]