Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

Friday, 27 December 2013

Bayside v.1.1 - Responsive Wordpress Theme Free Download

Bayside v.1.1 - Responsive Wordpress Theme Free Download

Theme Features:

Unlimited Color Schemes that are easy to customize from a front-end color picker.
Retina Support: Bayside is optimized for high resolution displays like the Macbook Pro with Retina Display, iPhones and iPads.
Responsive Layout: Mobile, Tablet and Desktop optimized.
Video Support throughout the website.
Video Documentation with a detailed written help file.
Demo Content included in an XML Import file for quick setup.
Translation Ready with a .po file.
Unlimited sidebars supported.


Download Links



Monday, 9 December 2013

SW Chamy – Responsive WordPress Theme Free Download


SW Chamy is a fully responsive and stunning WordPress theme with unlimited layout options.
Following the new trends in design, SW Chamy brings a new inspiration for your website. Our store has ready offers you a modern design with 6 color schemes, clean layout, neat typography, smooth navigation, supporting RTL language and various content types to pick out an appropriate theme for your site. That is a super flexible, so you can easy to customize for any website as the way you wish.

Along with a beautiful design, our amazing template is energized with Woo Commerce and many plugins with lots of features, it will surely be a great theme which meets the highest of your objectives. Besides, it’s so easy to use, you don’t need to waste much time as well as touch any HTML files.


Metronic v1.5.1 – Responsive Admin Dashboard Template – ThemeForest Free Download


Metronic is a responsive and multipurpose admin and frontend theme powered with Twitter Bootstrap 3.0 Framework. Metronic can be used for any type of web applications: custom admin panels, admin dashboards, CMS, CRM, SAAS and websites: business, corporate, portfolio, blog. Metronic has a sleek, clean and intuitive metro style design which makes your next project look awesome and yet user friendly. Metronic has a huge collection of plugins and UI components and works seamlessly on all major web browsers, tablets and phones.


We put a lot of love and effort to make Metronic a useful tool for everyone and now Metronic comes with 4 complete themes: Metronic Admin, Metronic Admin RTL Version, Metronic Frontend and Metronic Frontend RTL Version.

LIVE PREVIEW


Saturday, 7 December 2013

How To Solve ?m=1 ?m=2 Mobile Permalink Redirection Issue After Moving From Blogger To Wordpress


Now A Days, many bloggers are moving from Blogger to Wordpress for some reasons. But after moving the permalink structure will be changed. As the permalink structure is changed, the old URL can not be accessed and the 404 error page will be displayed. Google and other search engines will remove the URL with 404 page from SERP. This will result in the decrease in the traffic from search engines. To overcome this problem, I will tell you some tricks and tips.

1.Install Smart 404 Plugin

When a 404 page is encountered, instead of displaying the 404 page, it tries to search the posts,tags, and categories for the matching URL and then displays the correct page.


2.Edit .htaccess

When using blogger, the mobile site view of the blog contains the URL which appends ?m=1 and ?m=2.Even afrer installing the above plugin, the plugin will not search if the URL consists of ?m=1 and ?m=2 at the end of the URL.


To solve this issue, follow these steps:


  • Open .htaccess file in the wordpress installed directory.
  • Make a copy of this file.
  • Add the following to .htaccess file right after the RewriteEngine on RewriteBase /line.

RewriteCond %{QUERY_STRING} ^m=1$
RewriteRule (.*) $1? [R=permanent]
  • Save the file and open your blog.
If any error occurs, dont worry.Open the previously copied .htaccess file and copy the whole code and replace the edited .htaccess file.

If you have any questions, comment below.I will respond as soon as possible...

Complicated?
If you have any question about any Post, Don't hesitate to ask question.You can simply drop a comment below post.Your Feedback always appreciated.