Hi guys in this tutorial we will see how to change text size and colour in WordPress. When you write a text in post or page in WordPress then get an option to customise text like bold, italic etc but…
Tag: wordpress
How To Create Shortcodes In WordPress
In this post we are going to discuss how simple and easy to create a shortcodes for function in WordPress. As a beginner many programmer think that it is tough approach to create own short codes in WordPress. In this…
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…
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…
Allow User to Submit Posts to Your WordPress Site
In this article we will discuss how to allow user to submit their post to our WordPress site. We have generally seen that many sites have guest post. In this tutorial we will see how to allow user to submit…
How to Add Adsense Ads Within Post in WordPress
In this post, we will discuss about how to display Adsense within post content in WordPress. When a blogger start carrier then his second choice is to get Adsense to monetize blog after start up of blog. There are many…