WPBeginner WordPress tutorials help you learn WordPress, so you can improve your website. Our step by step WordPress tutorials are easy to understand and will help you follow the WordPress best practices. Don't waste your time buying WordPress books or outdated WordPress tutorial PDFs that cover just the basics. Our WordPress tutorials are written by experts with 15+ years of WordPress experience, and it contains real-life examples and tips that allows you to learn WordPress faster. We also keep our tutorials up to date.
You can find our other latest free WordPress tutorials below, and you can always use the search feature on our site to find helpful WordPress tutorials faster.
If you don't see a WordPress tutorial that you're looking for, then please reach out to your team and let us know. All our WordPress tutorial ideas are suggested by our users over the last 13+ years.
Do you want to increase the maximum file upload size in WordPress? Sometimes a low file upload size limit can stop you from uploading files with the media uploader or installing larger WordPress plugins and themes. In this article, we will show you how to… Read More »
Have you ever find yourself entering the same text in all of your posts? Often people do that such as asking people to subscribe to their feeds, retweet the post, share it on facebook etc. You can always use a simple tag to add it right after the content, or you can add that text as the default content in your WordPress post editor.
Do you need to automatically create custom fields when publishing your WordPress posts? This is a simple trick that developers can use when adding new features to their WordPress website. In this article, we’ll show you how to add custom fields automatically on post publish… Read More »
Do you want to show targeted ads to only visitors from search engines? From our experience and the research of many industry experts, it seems that search engine visitors are more likely than your regular readers to click on targeted advertisements. By showing ads only… Read More »
Do you want to make a separate RSS feed for each custom post type on your WordPress website? Custom post types allow website owners to add their own unique content types. These post types can have similar features to posts or pages, including an RSS… Read More »
Do you want to create a custom post type archive page in WordPress? Normally, custom post types in WordPress would use your theme’s archive template. You can also create your own custom archive page for your post types. In this article, we’ll show you how… Read More »
Do you want to add Twitter share and retweet buttons to your WordPress site? Adding social buttons to your posts and pages is a great way to encourage readers to share and retweet your content. This can get you more followers, engagement, and visitors. In… Read More »
We have previously written about a code that lets you display twitter followers count which was contributed by Rarst. In this article, we will be sharing a more advanced and more elegant code which lets you display twitter followers count in WordPress. Once again this script was also contributed by Rarst.
So you want to create a WordPress plugin but don’t know where to start? WordPress plugins allow you to add custom features to your website. There are thousands of them available for free, and you can even create your own custom WordPress plugins. In this… Read More »
Since version 2.9, WordPress has introduced the ability to use custom post types. Now with version 3.0, things are taken a bit further with the option of creating panels for your custom post types. In this tutorial, we will show you how to implement Custom Post types in your site into your WordPress site.