Tutorials

How to add a menu on the WordPress theme?

To add a menu to a WordPress theme, follow these steps: Keep in mind that the specific steps and options for adding a menu may vary depending on the theme you are using. If you have any trouble adding a menu, you may want to consult the theme’s documentation or contact the theme developer for assistance. French: Pour ajouter un menu à un thème WordPress, suivez ces étapes : Notez que les étapes et les options spécifiques pour ajouter un menu peuvent varier en fonction du thème que vous utilisez. Si vous rencontrez des difficultés pour ajouter un menu, vous pouvez consulter la documentation du thème ou contacter le développeur du thème pour obtenir de l’aide. German: Um ein Menü in einem WordPress-Theme hinzuzufügen, folgen Sie diesen Schritten: Beachten Sie, dass die spezifischen Schritte und Optionen zum Hinzufügen eines Menüs je nach verwendetem Theme variieren können. Wenn Sie Schwierigkeiten haben, ein Menü hinzuzufügen, sollten Sie die Dokumentation des Themes einsehen oder den Theme-Entwickler um Hilfe bitten. Spanish Para agregar un menú a un tema de WordPress, sigue estos pasos: Ten en cuenta que los pasos y opciones específicos para agregar un menú pueden variar dependiendo del tema que estés usando. […]

How to Add Featured Images in WordPress [Updated Guide!]

In WordPress, virtually every theme uses a popular function named “Post Thumbnails” or “Featured Image” which is a way to assign a specific image in your WordPress media library to a post or page. While some people call them post thumbnails others call them featured images but it’s referring to the same thing. If you are new to WordPress and are having trouble getting images displayed on your blog/site have a look at our guide below. To add a featured image to a WordPress post or page, follow these steps: Note: If you don’t see the “Featured Image” box on the right side of the editor screen, you may need to click on the “Screen Options” button at the top of the page and enable the “Featured Image” option. If your theme does not support featured images, you may need to add support for featured images in the theme’s functions.php file.

How to Clear Your Cache in WordPress

If you can’t see the changes you’ve made to your website, the cause can be outdated WordPress cache files. To help you solve this issue, we will show you how to clear cache using WordPress plugins. Let’s start by exploring how cache works!

WordPress Categories and Tags: Adding and deleting

Create a category (or tag) in WordPress Log in to your WordPress Admin page Click on Posts > Categories Under Name, type the category you wish to create The slug field below will be your page’s name in the URL. You can leave this field empty. WordPress will automatically fill it with your category name and replace spaces with hyphens. To create this category as a subcategory, select the higher level category from the Parent Category drop-down menu. This will appear as a subcategory of the selected parent category. Subcategories can help further focus your article topics while maintaining a cohesive content structure. Tags do not support hierarchy or subtags. Enter a Description that accurately describes the content of this category or tag, in less than 20 words. Your category or tag descriptions only appear on your website with certain themes, so make sure to test whether your theme displays descriptions to your visitors. Click Add New Category (or Tag) at the bottom.

The Ultimate SEO-Friendly WordPress URLs Structure

Creating SEO-friendly URLs is a super simple way to improve your SEO. If you get it right, you’ll improve your organic search visibility, especially for low-volume long-tail keywords. Google, and visitors, love URLs that make sense. While some feel including long tail URLs with the entire post name is good, studies suggest shorter URLs perform better overall. As you may already know every page and post in WordPress has a unique URL which is used to access and read the contents of that post. The other fancy name for a URL is permalink which means permanent link because the URL once given to a post should remain permanent. Visitors can bookmark permalinks for later use, share on their social profiles and link to them from their own content. What are WordPress permalinks? WordPress permalinks by default are a bunch of numbers and dashes also known as ugly URLs. If you make a post in WordPress and see it’s URL, it will be like, for example  http://example.com/?p=123 From where that p=123 comes from is basically the post ID number in your WordPress database wp_posts table. WordPress will keep on increment these numbers for the posts you make. Although this functionality assures there will be […]