Categories
Wordpress Tutorials

Delete All Pending Comments at Once!

Getting lots of comments on your Blog? Akismet is not configured or you just don’t like it ? Want to delete all your hundreds of comments at once? Well, here’s the thing for you.. I was going through same problem last week and I first went around the WordPress Plugins to see what I can […]

Categories
Wordpress Tutorials

Show Popular Posts in WordPress Sidebar

Many Bloggers show Popular Posts. Some one homepage, at the end of the post, on sidebar, etc. Popular Posts helps the reader to interact and spend more time on Blog. Reading more interesting and the popular articles of the Blog. Here is a quick code you can use to show Popular Posts in your Sidebar. […]

Categories
Wordpress Tutorials

How to Creating Static Homepage in WordPress

If you have already noticed, WPPanda is not using Ordinary Blog Style Homepage for itself. It’s a custom designed Homepage with Blogging integrated inside. Its on WordPress though, but we have figured out a simple trick that can show a static homepage at front and Blogging inside. Here’s how is it done. To create a […]

Categories
Wordpress Tutorials

How to Create an effective 404 Page in WordPress

The page you often see when clicking on any link saying “404 Error” or “Page not Found” or “Page cannot be displayed” etc etc. is basically a 404 Error Page. Its like a dead-end for your user. Which can lead to exit of Website Surfing and obviously no one wants to see his visitors leave […]

Categories
Wordpress Tutorials

How to exclude Categories from Navigation ?

Sometimes We want to exclude Specific Categories from navigation. Depending on the condition, some have too many categories to show in one navigation bar so they show the very important one in navigation rest in Sidebar widgets mostly. In other cases, some just don’t want to show the “Un-categorized” (default) category in their navigation bar. […]

Categories
Wordpress Tutorials

How to Make your Title Tag SEO Friendly

Optimizing your blog for Search Engines is one of the major key factors we have in mind, when we start a Blog. When Optimizing a Blog, we need to take special care of Page Titles, Post Titles according to their value on the page. Search Engine ranks and rates the Heading depending on its tags […]

Categories
Wordpress Tutorials

How to Format Post Excerpts in WordPress?

Sometimes you want to add Post formatting like making words Bold, change color or add links into your Post Excerpts. Unfortunately, this is not possible will the WordPress default Post Excerpts. Unless your theme supports Excerpt Formatting & I don’t know if any does. Here I’m telling you how to add formatting to a Post […]

Categories
Wordpress Tutorials

How to Show Post Excerpts on Category Page?

Most of the themes including Free and Premium now already come with Post Excerpts display on Category/Archives Page. It’s good to show Post Excerpts on Category Page if its not already set. There’s nothing much you have to do except replacing a line of code from archives.php of your theme file.I’ll not beat about the […]

Categories
Wordpress Tutorials

How To Show Parent Page Title instead of Subpage

This is a cool simple tutorial, if you are using WordPress as CMS. This tutorial helps you show Parent Page Title regardless of what subpage you are on. So on whatever subpage you go, you still see Parent Page title. It comes handy when you use WordPress as CMS, for example in news site. Its […]

Categories
Wordpress Tutorials

How To Create Custom Sidebar in WordPress Blog

If you have ever noticed. Some Blogs have some pages different than others.. like one wants to show Ads on homepage but not Inner (Article) pages. You may want to do that too and you wonder How can we do it ? Well, this tutorial is for you.  Here, I’m gonna tell you how to […]