Just a quick news before I start the stuff. Google Code has suspended my code account & all repositories I hosted there, so all my code that I use in this website & in tutorials in no longer controlled by me. That's it!
If you're not satisfied with adding Blogger's contact form widget to a specific page of your blog, you can also use it as a floating widget.
BloggerItems has created...
Home Posts filed under Tutorials
Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts
Thursday, 27 February 2014
Tuesday, 31 December 2013
Amazing Post Navigation For Blogger
It's already 2014 here in India, so I'd like to wish you all a very happy New Year. Stay safe and don't drink to much ;)
It's still New Year's Eve in most of part of the globe, so let me end the year with a final post on this blog. And this tutorial comes from the Blogger King MBT.
It's a new stylish jQuery post navigation for your blog. It'll appear on in your Blogger posts and it'll definitely...
Friday, 13 December 2013
Add Falling Snow To Blogger
Single bells single bells single all the way! It's HOLIDAY SEASON, and we're back with another great script. It's a great script and will work everywhere, not just Blogger.
This great script comes from schillmania.com. It's just a single .js file, we don't need any jquery support for this script. Just add this script to your Blogger blog and we're done. For newbies, here's how to add:
Blogger...
Wednesday, 11 December 2013
Take Screenshot In Windows Without Any Software
Today I'm sharing a very basic, but a very useful trick with you all. Most of us bloggers have a screenshot software on their devices, but they're just a waste of space as you can easily shot your screen with one click! Here's how to do it:
Press PrntScr key and Windows captures the entire screen and copies it to its clipboard. Now start “Paint” or any other software where you can paste an image....
Tuesday, 3 December 2013
How To Enable Jetpack Stats On MobilePress
Almost every WordPress admins uses WordPress' Jetpack plugin on their site to connect and use WordPress.com feature on their self-hosted WordPress. There are a lot of great modules in the Jetpack plugin, but Jetpack Stats module is my personal favorite.
MobilePress is also a well known plugin to create a mobile friendly version of your WordPress. It allows custom themes and a few other mobile friendly...
Saturday, 30 November 2013
Set WordPress Permalinks Settings From functions.php
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...
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(...
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...
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...
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...
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...