How To Add Dynamic Widget Areas in the WordPress Footer

How To Add Dynamic Widget Areas in the WordPress Footer

Widget section in a WordPress theme allow user to drag and drop scripts in sidebar or footer. In this tutorial, we will see how to add dynamic widget area in the wordpress footer. Dynamic widget allow user to change wordpress footer scripts dynamically. In this tuts, we are going to see steps of adding footer widget to a WordPress … Read more

How to Write and Publish Your First Blog Post in WordPress

How to Write and Publish Your First Blog Post in Wordpress

In this tutorial we will see how to write your first blog post in WordPress. I have written many article related to wordpress but this is basically for beginners to guide them. Newbie bloggers or beginners is generally feel confused about how to start the process of writing first blog post in WordPress. I am … Read more

How to Change the Category Base in WordPress

In WordPress website or blog development we see by default category URL and tag URL have base “category” and “tag” respectively. When we use permalink for Category, base prefix is added in URL. We will discuss simple and easy approach to update category base in WordPress. In this article we will see how to change category base … Read more

Get the Post Thumbnail URL in WordPress

In this tutorial, we will learn simple snippet to get Post thumbnail URL in WordPress to display image with own <img> markup tag. To display post thumbnail image generally function the_post_thumbnail() is used but this display image with<img> tag. But here we are going to discuss how to get post thumbnail URL in WordPress. This … Read more