add second sidebar in twenty thirteen wordpress theme

All wp developers and wordpress theme developers know about twenty thirteen wordpress theme. I do not need to talk about this more. Many people discussed about it issues and features. Many people are developed child themes based on twenty thirteen wp theme.

Some people asked me, how to add second sidebar in twenty thirteen wordpress theme. We can very easily add the second sidebar to it’s child theme.

add second sidebar in twenty thirteen wordpress theme

Using following simple code you can add the second sidebar to twenty thirteen wordpress child theme. If you are creating the child theme of twenty thirteen then you just need to add the following code into your functions.php file and that sit.

[viral-lock message=”Solution code is Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]


function second_sidebar() {
register_sidebar( array(
'name'          => __( 'Second Widget Area', 'twentythirteen' ),
'id'            => 'sidebar-3',
'description'   => __( 'Appears on posts and pages in the sidebar.', 'twentythirteen' ),
'before_widget' => '<aside id="%1$s">',
'after_widget'&nbsp; => '</aside>',
'before_title'&nbsp; => '<h3>',
'after_title'&nbsp;&nbsp; => '</h3>',
) );
<?php dynamic_sidebar( 'sidebar-3' ); ?>
}
add_action( 'widgets_init', 'second_sidebar' );

[/viral-lock]

Above code will add the second sidebar to your child theme. using following code you can add the second sidebar to your child theme.


<?php dynamic_sidebar( 'sidebar-3' ); ?>

you just need to place above code into your single.php and index.php file or you can add above code where you need to show the second sidebar in your child theme.

Based on child theme code you need to do some CSS changes so your second sidebar will look perfect. I suggest to use the any grid system wordpress framework or you can use bootstrap CSS grid system for fuild HTML framework.

How to add second sidebar in twenty thirteen wordpress theme
How to add second sidebar in twenty thirteen wordpress theme

create maintenance page wordpress with your content

maintenance page is required in website. There are many wordpress plugins which are good to create maintenance page wordpress. need custom maintenance page. In wordpress sites also you need the provision for maintenance page while doing backup, code updation etc operation.

create maintenance page wordpress with your content

There are many wordpress plugins which are helpful to create the maintenance page. Many people need the custom content on maintenance page. Some people need to content and images on maintenance page.

create maintenance page wordpress
create maintenance page wordpress

You can create the maintenance page using simple apache code which you can insert in .htaccess file. You just need to create the maintenance.html page in your root wordpress installation directory.

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !/maintenance.html$ [NC]
RewriteCond %{REQUEST_URI} !\.(jpe?g?|png|gif) [NC]
RewriteRule .* /maintenance.html [R=302,L]
</IfModule>

There are some free wordpress plugins also which are helpful to create the maintenance page with custom content. But I like following wp plugin which really simple to use and nice features.

Ultimate Maintenance Mode

Ultimate Maintenance Mode create maintenance page wordpress with your content
Ultimate Maintenance Mode create maintenance page wordpress with your content

The Ultimate Maintenance Mode plugin displays a screen-shot of your website with an overlay window and the reason your site is down.

Features:

  • Works with any WordPress theme
  • Allows you to work on your site while non logged in visitors see the Maintenance Mode page
  • Automatically Creates a Screen-shot of your Website and uses it as the background for your maintenance mode page.
  • Ability to add a Custom Headline, Message & Background Image
  • Returns a 503 http status and retry header so search engines know your site is down.
  • Simple and Easy to Use
  • Multi-site Support
  • Translation Ready – i18n Support

As per my conclusion above plugin is really good for new wordpress developers and designers to save there time and efforts for creating the maintenance page.

Best CDN Providers for improve your WordPress performance

Here we have List of Best CDN Providers for improve your WordPress performance. The goal of a CDN is to serve content to end-users with high availability.

Best CDN Providers for improve your WordPress performance

Many times we heard about CDN. So first thing what is CDN? What it do?

Once the server receives any single page request, it collect HTML, images, multimedia files and JavaScript files from server and send data to client’s machine.
Physical location of server will always affect the website loading speed. For speeding up your website you need to CDN.

A content delivery network or content distribution network (CDN) is a large distributed system of servers deployed in multiple data centers across the Internet. The goal of a CDN is to serve content to end-users with high availability and high performance.

Net and website speed is so much important is these days. CDN will help you to save bandwidth costs from your hosting provider and site will become insanely fast and tends.

Also it helps to website rank higher in search engines.

Here I collected Some Best CDN providers which will help you to choose the best CDN providers for your wordpress site.

Amazon Web Services

Best CDN Providers for improve your WordPress performance
Best CDN Providers for improve your WordPress performance

Amazon Offers two types of services, first is Amazons S3 and Cloudfront. Amazon S3, a budget-friendly storage solution. Amazon S3 can prove helpful for websites that receive majority of their traffic from USA. WordPress.com and wordpress.org is using this.

Amazon CloudFront for content delivery. CloudFront is one of the most reliable as well as most expensive CDN options out there, so you might consider opting for it if you need blazing fast CDN and pricing is not a barrier for you. Be warned though, Amazon CloudFront is basically meant for developers and enterprises and does not offer much 24×7 support for end users.

MaxCDN

MaxCDN-logo
MaxCDN is a most popular CDN service provider. MaxCDN powers the most of high traffic blog and website which are built in wordpress. It integrates well with most CMSs, such as Drupal and WordPress. MaxCDN is best paid CDN option, It is really used by many reputed and famous sites.

CloudFlare

cloudflare-cdn CDN Providers for improve your WordPress performance
CDN Providers for improve your WordPress performance

Unlike MaxCDN, CloudFlare offers both free and paid plans. The company has been around for over 15 years now and CloudFlare is a very popular choice when it comes to CDN providers. Once again, unlike most other CDN providers, CloudFlare does not charge you on the basis of bandwidth. Instead, it charges on a per website basis.

Rackspace

rackspace-logo CDN Providers for improve your WordPress performance
CDN Providers for improve your WordPress performance

Powered by the Akamai CDN, Rackspace Cloud Files is an online storage network for media files. Speaking of Akamai, they have over 82,000 servers across 70+ countries; naturally, Rackspace Cloud Files is a great choice for those who need top-notch CDN services (most likely businesses and enterprises). Rackspace also has a special setup guide for WordPress users.

Incapsula

Incapsula CDN Providers for improve your WordPress performance
CDN Providers for improve your WordPress performance

Incapsula has 10 servers around the globe- 4 in United States, 4 in Europe, 1 in Singapore and 1 in Tokyo.
The best feature of this tool is saving your account from Click bombing and hacking by blocking the hackers with IPs, IP range and country.

Mashable site similar look like free wordpress theme

As we know mashable.com is most powerful blog in IT industry. You can download Mashable site similar look mashable wordpress theme for free for now.. Some time before they changed there theme or UI and platform. Earlier they are using the wordpress platform for there blogging. Mashable started with wordpress platform. After huge traffic they changed there platform. Many people are searching mashable UI and theme. I found wordpress theme similar to mashable.com. I personally loved this wordpress theme. This theme is released on 30th September 2013. You can download similar to mashable wordpress theme for free for now.

MashThirteen

mashthitreen1-free-wordpress-theme
mashthitreen1-free-wordpress-theme

[viral-lock message=”Download and Demo Link is Hidden! It’s Visible for Users who Liked/Shared This article on Facebook or Twitter or Google+. Like or Tweet this article to reveal the content.”]

DEMO | DOWNLOAD

[/viral-lock]

Information about theme

WP MashThirteen is a Mashable (http://mashable.com/) inspired TwentyThirteen child theme powered by TwitterBootstrap 3.0. The theme doesn’t looks exactly as mashable design, some how you will feel like Mashable. The child theme will help any blogger to convert their blogs to a clean and beautiful design like Mashabe. The child theme only works with TwentyThirteen parent theme. Due to bootstrap power, admin can add a lot of creative works to its content. This is fully responsive theme, works perfectly with any mobile devices or tablet.

Review:

It is responsive wp theme. Nice look on all mobile devices.

It is magazine type premium wordpress theme which is free for downlod

It is based on twentythireen parent theme so compatible with wordpress latest version which is 3.6

It is fast and SEO friendly.

I tested this theme with theme check and It passed all the points.

Free for download premium wordpress theme

Fluid UI supported theme

theme-check-of-mashable-thirteen-wp-theme
theme-check-of-mashable-thirteen-wp-theme

Only following point is missing in this theme:
RECOMMENDED: No reference to add_theme_support( ‘custom-background’, $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.

But still above custom background is not required for this theme so this theme totally SEO friendly.

Cons:

Footer menu settings are missing.

Font color and Font setting are missing.

Should add additional setting like meta tags and meta description.

Extra widget support and management is missing.

Ad insert support is missing as we need to magazine wp theme

WordPress Backup to Dropbox wordpress plugin review

wordpress database and media files backup is very important for any site and blog. There are too many site which are build on wordpress. So backup strategy is so important. Some times you do not have time to take backup of many files and then put again on other hosting service.

WordPress Backup to Dropbox wordpress plugin review

Using following plugin you can take the backup files and database backup files. We written WordPress Backup to Dropbox wordpress plugin review by our team. Using following plugin you can take the backup files and database backup files.

What is WordPress Backup to Dropbox?

WordPress Backup to Dropbox wordpress plugin review by purabtech.in
WordPress Backup to Dropbox wordpress plugin review by purabtech.in

Keep your valuable WordPress website, its media and database backed up to Dropbox in minutes with this sleek, easy to use plugin.
WordPress Backup to Dropbox has been created to give you peace of mind that your blog is backed up on a regular basis.

Just choose a day, time and how often you wish yor backup to be performed and kick back and wait for your websites files and a SQL dump of its database to be dropped in your Dropbox!

You can set where you want your backup stored within Dropbox and on your server as well as choose what files or directories, if any, you wish to exclude from the backup.

WordPress Backup to Dropbox wordpress plugin review
WordPress Backup to Dropbox wordpress plugin review

Review:

Pros:

  • Dropbox is free service upto 2gb space.
  • For small wordpress sites it is good.
  • it is cross-browser compatible.
  • It uses OAuth to keep your Dropbox account details safe
  • Simple to use, customizable backup settings
  • There are backup logs to check backup task.

Cons:

  • There is no auto sync between current uploads
  • Not useful for big and high traffic site.
  • Taking too much memory while data transfer.

Comments:

I used this plugin for some of my wordpress sites. For simple databse backup it is good but for media backup, I do not think it is good to keep data on it. If you have high traffic site then you should go for other backup strategy. Use CDN services.

change wordpress permalink to post name without losing traffic

Earlier I used date and name permalink structure for my blogs. Recently I got information about SEO URL tricks and I made decision to change permalink structure to Post name.  Here we shown how to change wordpress permalink to post name without losing traffic.  redirect to 404. interlinked other posts. They will go to 404 page.

change wordpress permalink to post name without losing traffic

change wordpress permalink to post name without losing traffic
change wordpress permalink to post name without losing traffic

So I changed permalink from:

https://purabtech.in/%year%/%monthnum%/%day%/%postname%/

to:

https://purabtech.in/%postname%/

It was very simple to above changes through wp admin->settings->permalink.

But with this produced many issues. Like google search result will go to old site URLs and My blog links are posted on other multiple blogs. That links will be broken and redirect to 404. Also I interlinked my other posts with other posts. They will go to 404 page.

If your blog pages will not found then google site ranking will go down.

By default in wordpress links look like /index.php?p=1234 which are not very useful for visitors or search engines.

In this walkthrough we’ll guide you through changing that to something useful like /post-title/.

Here I will tell you without loosing trafic or SEO how can you change the wordpress permalink day and name to post name

First go to wp admin->settings->permalink section and change setting to post name

If you are using any caching plugin (w3-cache or wp super chache) then remove all cache from dashboard.

Last edit .htaccess file and put following code there. Change domain name to your site name.

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RedirectMatch permanent ^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9-/]+) http://digcms.com/$1
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

When would you want to use the other permalink settings?

  • If you’re a news site, the Day and name or Month and name option lets visitors know when the content was published.
  • Google News requires you to have a minimum of 3 numbers in your article URLs. The date-based options achieve this.
  • If you have a lot of content on your website covering a wide range of topics, using categories in the URL can provide context. For example, /shows/big-bang-theory/ and /science/big-bang-theory/ are two very different things. This works best when you choose only 1 category for your posts.

Useful article

The perfect WordPress SEO permalink structure

wordpress plugin nextgen gallery review

we written wordpress plugin nextgen gallery review. NextGEN Gallery most downloaded gallery plugin which makes us to organize your images and galleries.

NextGEN Gallery is a most downloaded wordpress gallery plugin which makes us to manage and organize your images and galleries. There are many wordpress gallery and sideshow plugins but nextgen gallery is most used and popular in wordpress world. In every second website we need to show the gallery or sideshow. For showing gallery or sideshow, Nextgen gallery is quickest and simple solution. Every wp designers and developers first choice for gallery or sideshow is Nextgen gallery plugin.

wordpress plugin nextgen gallery review

NextGEN Gallery

wordpress plugin nextgen gallery review  by purabtech.in
wordpress plugin nextgen gallery review

NextGEN Gallery is the most popular WordPress gallery plugin, and one of the most popular WordPress plugins of all time, with over 7.5 million downloads.

It provides a powerful engine for uploading and managing galleries of images, with the ability to batch upload, import meta data, add/delete/rearrange/sort images, edit thumbnails, group galleries into albums, and more. It also provides two front-end display styles (sideshows and thumbnail galleries), both of which come with a wide array of options for controlling size, style, timing, transitions, controls, lightbox effects, and more.

Review:

Pros:

  • Very easy to install in wordpress and using Nextgen gallery is simple.
  • Simple and easy gallery management tools – It has simple image upload and gallery creation interface.
  • It works with custom post type very smoothly
  • Support of short codes so you can easily integrate anywhere in wp site
  • Easily create sideshow through NextGen gallery
  • Many types of effects and JS support using multiple plugins
  • There are many wordpress plugins which can adds effects to gallery or sideshow.
  • If you are wordpress developer then you can easily customize the plugin and add the new effect.
  • We can use Lightbox Plus, FancyBox and Lightbox-type wordpress plugins for gallery and sideshow.

Drawbacks:

  • We cannot include videos in gallery or youtube video in gallery
  • After upgrade of Nextgen gallery you must need to take backup of whole system because many times it will broke your website.
  • WordPress new version release issue – After new wordpress release, there is no guarantee to it will work in Nextgen gallery.
  • It consumes too much processor and so many database queries are fired on server.
  • Poor logic programming, poor user interface, slow user interface, lot’s of queries are just some of the many bugs and bad design of application
  • Performance is low it there are too many requests
  • No caching support.
  • No SEO support

Comments:

If you have high traffic website then do not use the nextgen gallery plugin. If you have low traffic or any organization website then you should go for Nextgen gallery plugin.

There are so many supported plugins for Nextgen gallery, so you can add multiple effects using this plugin.

I used Next Gen gallery plugin for many of my sites. But there is always issue with up-gradation.

But SEO wise this plugin is not so nice.

Theme Check wordpress plugin review by our team

I tested the many wordpress plugins and written review about plugins. Theme check wordpress plugin is most downloaded and useful wordpress plugin for wordpress theme developers.  I am very happy about writing review about this plugin.

Theme Check wordpress plugin review

Every wp theme developers are not worried about code and there standards. we written Theme Check wordpress plugin review which will be useful for developers

Theme-Check

The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.

The tests are run through a simple admin menu and all results are displayed at once. This is very handy for theme developers, or anybody looking to make sure that their theme supports the latest WordPress theme standards and practices.

Review

Theme check is great wordpress plugin. Every wordpress theme developer should use this wordpress plugin while new wordpress theme development. Every wp theme developers are not worried about code and there standards. WP designers only look for design and CSS. But coding standards are also useful for site performance and SEO.

Theme Check wordpress plugin review
Theme Check wordpress plugin review

Checking coding standards manually is really painful and lengthy process. But using theme check plugin you can automatically check the wp coding standards.

I am using theme check plugin for last one year and this plugin has really great help to me. When ever there is new wordpress version release, you need to run this plugin and check the issues and errors. Because with every new wordpress release there are decrypted methods from wordpress.
There are recommendation and warning will be shown by this plugin which are very helpful for improving the site performance and SEO.

After using this plugin you should deactivate and delete this wordpress plugin, before pushing your site to production.

Theme check plugin is fast.  This plugin is helpful to increase the website SEO.

If you are wordpress theme developer then you should this plugin for developing the wp theme. You can use the following wordpress framework for developing the wordpress theme.

Grid978 – wordpress theme framework

After developing wordpress theme you should theme check plug-in and fix the errors and issues.

change author url without wordpress plugin

wp user want to use other url for admin user. You can easily change using wordpress hook. you can change author url in wordpress without wordpress plugin. using code you can do this. wordpress developer can use this code.

change author url without wordpress plugin

There is default username in wordpress. admin is default username in wordpress but many times user want to use other wordpress user url for admin user. You can easily do this by using following wordpress hook.

You just need to place following code in functions.php file which is your theme folder.

add_action('init', 'change_wordpress_author_url');
function change_wordpress_author_url() {
global $wp_rewrite;
$author_slug = 'new_author_url';
$wp_rewrite->author_base = $author_slug;
}

You need to choose your author url. Just replace the “new_author_url” word and put in functions.php file.

change author url without wordpress plugin
how to change the author url in wordpress without wordpress plugin

how do i find my akismet api key for wordpress

Some wordpress developer asked me, how do i find my akismet api key for wordpress, For protect your site from spam comments you need the askimet api key. which is common for jetpack and akismet plugin. WordPress api key is very important for using the wordpress jetpack plugin. For hosted wordpress sites wordpress api key is very important.

how do i find my akismet api key for wordpress

Here I will show you how to get the new wordpress api key.

  • sign in with your WordPress.com credentials (if you not have  wordpress.org account yet then sign up to worpdpress.org
  • Then go to your wordpress site and allow Akismet to connect to your WordPress account
  • click “sign up for a subscription”
  • choose your price plan. Get free plan.
  • be greeted by an “All Done” page and your big API key at the top of the page

Copy your api key and put in your wordpress site for jetpack plugin.

how do i find my akismet api key for wordpress
how do i find my akismet api key for wordpress