Permalinks are the permanent URLs to your individual WordPress or blog posts, as well as pages and other lists of blog postings. It's very important to have an easy and beautiful permalinks structure for your site, as it's a part of optimizing your site for SEO.
The default WordPress permalinks structure looks something like this:
http://www.whatever.com/?p=316
And I hate this as much as you...
Home Archives for November 2013
Saturday, 30 November 2013
Thursday, 28 November 2013
Disable Auto Updates In WordPress
WordPress 3.7 came out with a new automatic background update feature in an effort to promote better security. By the default, only minor releases and translation file updates are enable. But we could manually disable or enable anything we want.Just put following codes to your wp-config.php file to disable/enable the updates:To specifically enable development (nightly) updates, use the following:
add_filter(...
Wednesday, 27 November 2013
Most Expensive Pay Per Click Campaigns
Every year businesses and marketing companies around the globe search for new ways to increase revenue and traffic to their website. Publicity is generally always a good thing and increased number of unique visitors to a website usually results in a larger number of sales. Businesses are constantly competing for the top spots on search engine result pages but reaching the top 3 natural links is...
Saturday, 23 November 2013
Add Extra CSS In WordPress Posts With Custom Fields
I posted last couple of WordPress articles on BWidgets about the amazing power of custom fields. This is article is also about another great use of custom fields.Sometimes, a specific post needs to be more styles with some custom CSS codes. We all know that we can directly write our CSS code in post editor, but that's not very clean way to do this. So, we're going to do this with custom fields.This...
Friday, 22 November 2013
How To Get Custom Fields Outside The Loop In WordPress
Custom fields are one of the most useful and powerful feature in WordPress and are used on many WordPress-powered blogs. In this post, I'm going to show you how to get custom fields values outside the loop.Thanks to Paul Whitehead for this trick. I want to share link to his website, but the website is dead right now.Simply post following snippet anywhere in your WordPress site. Don’t forget to replace...
Wednesday, 20 November 2013
How To Get Value Of A Specific Custom Field In WordPress
WordPress allows us to add custom fields to a our posts, which adds extra information, which is known as meta-data. But we can do a lot more there custom fields. For example, I embedded a video in this post with the use of custom fields.
More of newbies gets confused when it comes to use custom fields. But they're not that complicated, at least the basic use of these fields.
Here's how you can...
Sunday, 17 November 2013
Using A Different Post Template For Posts Within A Specific Category
On Thursday I posted an article about using different post template for posts formats, but now it's time for doing the same thing with categories, instead of formats. You can use this trick in your WordPress to create different type of posts, such as portfolio items.
We discussed everything previously, so let's get into this trick:
Using A Different Post Template:
In this tutorial, we'll create...
How To Log Out From New Facebook Messenger Android App
Facebook has released the latest update of its Messenger app for Android. This release covers some major changes in the app interface and features. You can also text your contracts from this app, which makes it replacement of texting.
But Facebook forgot to add something in this new upload. There's no option to Log Out of your account in this new update. Don't worry there's a solution of every...
Friday, 15 November 2013
Is Your Website Down For Everyone Or It's Just You?
A couple of days ago my website WWEFansNation.com's server went down, and the following message appeared:
503 Service Unavailable: The server is currently unavailable (because it is overloaded or down for maintenance)
But my website was not down at all. It was just my WiFi operator's fault. It was just down on my WiFi connection, but was up to entire universe.
My fellow blogger, Rajat Garg of...
Thursday, 14 November 2013
Using A Different Post Template For Posts Formats In WordPress
Post Formats is a theme feature which was introduced with the WordPress 3.1 release. It gave us a new feature to style posts based on its format. If you ever used WordPress' default themes, then you might know about their different post templates based on the post format. So it's time for you to style your posts based on its format. Here's a demo of this trick from my own WordPress site:
This is...
Add Post Formats To WordPress Theme
It's school holiday for five days in a row, so as a part of the second day of this holiday, I was doing some random stuff around the internet, such as listing to new songs, reading about upcoming Next-Gen gaming consoles, browsing troll memes, blaming Justin Bieber, and more.
So in this busy day I took some time to edit my WordPress website for new feature. I did some thing new (at least for me)...
Wednesday, 13 November 2013
Remove Default Widget Bundle CSS From Blogger
If you're a Blogger template designer, then this article is very very helpful for your future designs. If you're a designer, then you probably know about two default Blogger stylesheets- widget_css_bundle.css and widget_css_2_bundle.css. Becaue they make it more diffecult for you to design your template.
Blogger automatically adds the following code in your Blogger template:
<link type='text/css'...
Monday, 11 November 2013
Change WordPress Login Logo Without Plugins
Above is a screen shot of the login page of my WordPress website. As you can see in above image, I'm using my website's logo in the login page instead of WordPress logo. And it looks pretty good.If you're running a website with public registration or a client website, then you should replace the default logo with your own. There are lots of plugins to change the custom logo in some easy steps. However,...
Sunday, 10 November 2013
How To Set Minimum Word Count For WordPress Posts
If you're running a WordPress site with some co-authors then it's really important for you to focus on your content's quality. Quality content is the ultimate key to success in blogging. Most of bloggers write like a monkey in the very beginning; I was also in that league when I started this blog.
Since recent Google updates you can no longer post an article with some couple of words and expect...
Friday, 8 November 2013
How To Set Minimum Comment Length In WordPress
Most of us turn on comments in our sites to start a discussion and reach out more people. But some people comment just to get a link back to their own site. Their comments will consist of things like "nice post", "thanks" and all stuff.
If you're running a big website, then moderating these crappy comments will waste a lot of time. So how about setting a minimum character count length on your comments.
Add...
Thursday, 7 November 2013
Google Adsense Stats Plugin For WordPress
Most of us use Google Adsense as our primary source of earning. Believe me, they're the reason of me running a whole network of websites. So I found a great plugin to display stats of your Adsense in the backend of your WordPress website.
The description of this widget reads, "Earnings Dashboard will display your Google Adsense earnings and related reports inside your WordPress Blog, on your Administration...
Tuesday, 5 November 2013
Bulk Remove Featured Images From WordPress Posts
By default, there's no such option in WordPress to remove featured image from all posts at once. You can only remove the featured image by editing each post and removing it manually. It can take a lot of time. For example, it's almost impossible to manually remove featured images from my WWEFansNation.com with more than 4,000 posts. But that's all right cuz we're here to solve this problem.
WPBeginner...
Monday, 4 November 2013
Automatically Set The Featured Image In WordPress
Almost every WordPress theme developer is using WordPress' featured post image option in their latest themes, and it's a very great option. You can pick any image for your article before publishing
But ofter we forget to pick a featured image for out posts. Also there's no way to pick a featured image in WordPress' smartphone application. So today we're going to automatically set the featured image.
This...
Sunday, 3 November 2013
Move WordPress Admin Bar To The Bottom
Ever wanted to move your WordPress blog's Admin Bar to bottom of the page? If yes, then this is the right place for you. It sounds like a telemall commercial, lol. With just a bit CSS you can change it. So instead of editing the core CSS files, we'll add some CSS to your functions.php file.
Put this little snippet to a Plugin or in the functions.php of your theme:
function fb_move_admin_bar()...
Saturday, 2 November 2013
WordPress Style Admin Bar For Blogger
First of all, this is the most foolish Blogger widget on this entire blog. This widget is very useful but still a dumb idea from me.Still it's an awesome navigation bar for Blogger admins.
This widget is inspired from the WordPress Admin Bar menu and Blogger Admin Control Panel widget. This widget will be only visible to blog admins. It'll provide you some quick actions in the front end of your...
Friday, 1 November 2013
How To Add An Admin Control Panel To Blogger
Most of Blogger user hide the Blogger navigation bar in their blog. It's not a bad thing but takes a lot of quick links away from you. Those quick links are “New post”, “Customize” and “Log Out.”
In this article, you'll know how to add an Admin Control Panel widget to your blog, which will be only visible to the blog admin. Thanks to BloggingTips for this awesome trick.
I added some extra...
Subscribe to:
Posts (Atom)
Popular Posts
-
Just a quick news before I start the stuff. Google Code has suspended my code account & all repositories I hosted there, so all my c...
-
Earlier this week, I wrote about installing CFW on your PSP to do some extra-ordinary PSP stuff. Playing ISO and CSO games in one of it. ...
-
Many PSP gamers wants to capture screenshots of their PSP games to share them with their friends and on tutorials. Even the above picture...
-
BWidgets is a blogsite about blogging, but why we're sharing PSP tutorials here? The answer is very simple. I recently bought a PSP 1...
-
Blogging world is getting large everyday as so many peoples are creating blogs and it's hard for all of them to capture their targets...
-
Overview A flash card is a data storage device with a flash memory, A USB flash card is a flash card with integrated Universal Serial ...
-
In this tutorial, I'm going to show how you can easily hide login errors in WordPress. It's a great way to protect from WordPress ...
-
Hi guys! I haven't published anything on this blog for at least an year now. All the posts that you see here are guest posts, and not by...
-
Creating a strong, specific and informational law blog is an excellent means of drawing potential clients to your website and keeping curr...
-
There is no limit to what real estate agents should be doing if they want to make sure that they are attracting the most potential client...