Create RSS Feed with PHP

In this post we will see how to create RSS feed in PHP with MySQL. RSS feed on website is one the best option of sharing your website content. In content Management System we have option of different plugin for this approach. In PHP we will generate RSS feed for our site. First of all … Read more

Disable Right Click Cut, Copy and Paste Using jQuery

As a website visitor you have seen that many sites restrict to copy web page content. In this tutorial we will discuss how to restrict your webpage content being copy. Basically there two option to restrict from content copy of your website. But before proceed we must know this would not work when JavaScript is disabled … 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