Count User’s Posts in wordpress

In this article we will learn how to display total number of posts that a user has created. Most of website also shown their contributors with their contributed posts that shows a beautiful impact on visitors. By inserting two types of code, we can get our objective easity. I have found the following codes from […]

How to Display Total Number of Posts in WordPress

Every publisher wants to attract more and more customers. For this purpose, the publisher uses different types of plugins to show/hide different features for their users/visitors. Today we will discuss a beautiful hidden feature of wordpress; how to display total number of posts in anywhere in wordpress. There are two methods to display this feature; […]

How to Show Superscript and Subscript button in WordPress Visual Editor?

Some time we face text having some superscript and subscript text like H2O or E=mc2, In this scenario we need to edit html code by inserting <sub> and <sup> scripts i.e H2O = H<sub>2</sub>O E=mc2  = E=mc<sup>2</sup> But its difficult to change code by jumping into text editor again and again. In above picture you […]

How to add Google fonts to your WordPress Website

In this article we will discuss about how to add your desired Google font in wordpress website. let’s do it. Step 1 – Choose your font from the Google font store Browse Google Fonts and select a font that you want to add in your site. In this site, i want to add Merriweather font (See below). […]

How to add Search bar in WP by shortcode

How to Add Search Bar in your Post with a WordPress Search Shortcode

How to Add Search Bar in your Post/page or anywhere with a WordPress Search Shortcode Recently one of our regular users ask if there was an easy way to add the WordPress search form in your post or page content using a shortcode. Well, the answer to that question is Yes. In this article, we […]

How to Fix it 403 Forbidden Error

403 Forbidden Error in WordPress

What is the 403 Forbidden Error & How to Fix it (3 Methods Explained) If you are reading this, you recently came across an error message saying 403 Forbidden – you don’t have permission to access ‘/’ on this server’. And most likely, you have no idea what it is all about. Well, don’t worry! This is […]

How to get old WordPress Classic Editor

How to roll back to old WordPress Classic Editor WordPress 5.0 arrives with block-based editor, new default theme, and developer features How to revert to previous WordPress Classic Editor version or How to get back old classic WordPress editor or How to Roll back to previous WordPress editor or How to get rid of new Wordpress […]

How to hide featured Image in wordpress

In this article we will learn how to hide featured image in wordpress. we will perform this in three different sections. how to how to hide Featured Image in Single Post, Single Page, Archive Post and All (everywhere). When we search something, we see featured image in archive/search page, its good but when we open […]

WordPress Twenty Sixteen (2016) theme Customization

Here i am sharing edits of Twenty Sixteen theme which you can use in your site CSS to make your site different… If you want to remove space from above the Site Title #masthead { padding-top: 0px !important; padding-bottom: 12px !important; } Change Site title font color and size .site-title a { color: red !important; font-family: […]

DW - Thumbnail How to generate and submit sitemap to webmaster

How to generate and submit sitemap to webmaster

In this article we will learn how to generate and submit sitemap.xml file to popular search engines like Google, yahoo and others. What is a sitemap? A sitemap is an XML file that contains the URLs inside your blog. This file helps crawlers to find all of the URLs of your blog. There are many aspects […]

DW Faisalabad

How to Show Weather Forecast in WordPress

Do you want to show Weather Forecast in WordPress? Some website owners may want to display weather forecast to keep their users informed about weather conditions for specific locations. In this article, we will show you how to easily show weather forecast in WordPress. Why and Who Needs Weather Forecast in WordPress? Not all websites […]

How to Disable Self Pingbacks in WordPress

Linking to your own posts also known as interlinking is great for SEO. However with pingbacks enabled on your site, interlinking posts can become annoying because WordPress automatically creates new pingback for that post. These pingback appear in the comments section of your posts. While some users may like this feature, many users don’t find […]

How to Display Breadcrumb Navigation Links in WordPress

Do you want to display breadcrumb navigation links in your WordPress site? Breadcrumb navigation is a secondary navigation system that tell users where they are on a website relative to the homepage. In this article, we will show you how to display breadcrumb navigation links in WordPress. What is Breadcrumb Navigation and Why You Need […]

What’s New in WordPress 4.9 by DW faisalabad

What’s New in WordPress 4.9

WordPress 4.9 was released just few hours ago. It is the second and last major WordPress release of 2017 with some exciting new features and enhancements. In this article, we will show you what’s new in WordPress 4.9 and which features you should try after updating your websites. 4.9 is a major WordPress release, and […]

How to Properly Add JavaScripts and Styles in WordPress

Do you want to learn how to properly add JavaScripts and CSS stylesheets in WordPress? Many DIY users often make the mistake of directly calling their scripts and stylesheets in plugins and themes. In this article, we will show you how to properly add JavaScripts and stylesheet in WordPress. This will be particularly useful for […]