WordPress WP_Query class can receive some query arguments to query posts. In this tutorial, we will list these query arguments for wordpress beginners.
When you are creating a wordpress theme, you may find there exists a prefix in the title of wordpress category page, tag page and archive page. In this tutorial, we will introduce how to remove this prefix.
FileZilla is a good tool to upload files to remote server, however, it can not allow us to extract and create zip archives. In this tutorial, we will introduce you how to extract and compress .zip, .gz or .rar files online.
The default maximum execution time of a php script is 30 seconds. If a php script is not finished in 30 seconds, this error will occur. In this tutorial, we will introduce how to fix this error.
When you have logged into wordpress admin dashboard, you will see WordPress Events and News widget. In this tutorial, we will introduce you on how to remove it.
We can add some custom fields for our posts in wordpress. How to get values of these fields? In this tutorial, we will introduce you how to do using some simple examples.
Our site reports 403 forbidden error when we are not logged in our site. However, our site will be ok when we have logined, which is confusing. We checked our wordpress, then we find the problem.
WordPress get_the_tags() function can allow us to get all tags of a post. We can control these tags by our needs. In this tutorial, we will introduce how to use this function.