If you want to build an online community by adding a forum to your site the you do not need to develop it from scratch (unless you want to develop your own forum). There are a lot of open source forum softwares that you can use on your WordPress site. The most popular WordPress-based forum is bbPress. Continue reading
Tips
How to create a news site with tdMagazine WordPress theme
tdMagazine is a clean and elegant WordPress theme which is best suited for online magazines, personal blogs or news sites. tdMagazine comes with a features that allow you to highlight your most important content to your visitors. This theme has a fully responsive layout. Your content will look great on smartphones, tablets, laptops, and desktop screens. Continue reading
How to Find the Post or Page ID in WordPress
Sometimes themes or plugins might ask you to enter the post or page IDs in order to setup some options. Every post and page you create in WordPress has an unique ID number. I wrote a simple tutorial to show you how to find the post or page ID in your WordPress site. Continue reading
How to fix XML Sitemap 404 Error in Yoast SEO plugin
WordPress SEO by Yoast is a very popular WordPress plugin that improves your site SEO. Recently, I got 404 error while trying to access my XML sitemap. In this post I want to show you how I’ve solved this problem. Continue reading
How to create a Contact Page in WordPress
There are a lot of WordPress plugins available that will help you to create a contact form. Personally, I like Contact Form 7 plugin. This plugin can manage multiple contact forms and it allows you to customize the form and the mail contents flexibly with a simple markup. Continue reading
How to Remove URL Field from the WordPress Comments Form
If you do not want to show the URL field in your comment form then you can easily hide it from your visitor. In this article, you can find a simple snippet that will show you how to remove the URL Field from your WordPress Comments form without modifying it. Continue reading
How to Round Gravatar Images in WordPress
The solution is very simple. You don’t need to use any special software to create a rounded Gravatar image. Well, you can but the other images will be not rounded ( Think about the comment section ). In order to round all Gravatar images you need to add a few lines of CSS code to your stylesheet and it will do the trick for you. Today, I will show you how to make your WordPress Gravatar images rounded. Continue reading
How to Create a Custom Home Page in WordPress
By default, WordPress shows your recent blog posts on a main home page. But you’ve probably seen a lot of WordPress sites that are using a custom home page instead of a regular blog page. In this post, I’ll show you how to create your own custom home page. Continue reading
How to Add a Custom CSS to Your WordPress Theme
I would recommend you to make all your customizations in a child theme. Do not add your custom css to the parent style.css file. The reason why should not modify it is because when you update the theme those modifications that you have made will be overwritten. Continue reading
How to Change WordPress User Profile Picture?
By default, WordPress uses Gravatar service to display user’s profile picture. Your profile picture is based on your email address. If you do not have a gravatar account then your profile picture will be replaced with a default image placeholder which is called “Mystery Man”. In this article I want to show you how to change the default gravatar picture. Continue reading