Do you love writing? Or helping people through a knowledge-based platform? Want to start your blog? – Here is how you can do so. Starting a WordPress blog is a great way to share ideas…
While developing a custom WordPress theme for a blog most of us were stuck in the numeric pagination of archives. By default, WordPress has implemented simple pagination which enables the Next Page and Previous Page…
Building WP theme from scratch! You’ll definitely need to add pagination in the index, archives, and similar templates and you can do this by adding the posts_nav_link function. Here is how to add them. Note:…