Clean Gallery Blogger Template Features
- 100% Responsive (Check Mobile Friendly)
- Search Engine Friendly
- Structured Data Included (Check SEO)
- Unlimited Colors to Choose (Check Colors)
- Hundreds of Fonts to Select (Check Fonts)
- Support for a Background Image (Check Background Image Support)
- Related Posts with Thumbnails
- Clean Admin Layout Page (Check Layout)
- Different Layout Options for Posts and Pages (full width/left sidebar/right sidebar)
- 728x90 Header Ad Banner Area
- 4 Columns Footer Widgets Area
- Full Width Not Found(404) Page Check 404 Page
- Top Multi-level Responsive Navigation Menu
- Multi Tabbed Widget Area
- Numbered Page Navigation
- Custom Post Navigation
- Cool Social Buttons
- Post Share Buttons
- Custom Email Subscription Widget
- Custom Profile Widget
- Facebook and Twitter Meta Data
- Many More Features...
How To Configure Top Navigation Menu
<nav class='nav-primary' id='primary-navigation' itemscope='itemscope' itemtype='http://ift.tt/188CAho' role='navigation'> <ul class='menu pg-nav-menu menu-primary' id='menu-primary-navigation'> <li class='menu-item'><a expr:href='data:blog.homepageUrl'>Home</a></li> <li class='menu-item menu-item-has-children'><a href='#'>Business</a> <ul class='sub-menu'> <li class='menu-item'><a href='#'>Internet</a></li> <li class='menu-item'><a href='#'>Market</a></li> <li class='menu-item'><a href='#'>Stock</a></li> </ul> </li> ... </ul> </nav>Replace "#" marks with real URLs and change anchor texts as you like. I have already configured a part of the menu (see "Pages Types") with sample URLs and anchor text to understand how it works.
How To Configure Social Buttons
<ul class='menu-social-navigation'> <li><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><i class='fa fa-twitter'/></a></li> <li><a href='http://ift.tt/g8FRpY' rel='nofollow' target='_blank' title='Facebook'><i class='fa fa-facebook'/></a></li> <li><a href='http://ift.tt/kC2wBs' rel='nofollow' target='_blank' title='GooglePlus'><i class='fa fa-google-plus'/></a></li> ... </ul>Add your social profile links replacing default social profile URLs.
How To Configure Numbered Page Navigation
var pageNaviConf = { perPage: 12, numPages: 6, firstText: "First", lastText: "Last", nextText: "Next", prevText: "Prev" }By default, page navigation has configured to display 12 posts per page. For example if you need to display 6 posts per page, change "perPage" value to 6. Now final code should be:
var pageNaviConf = {
perPage: 6,
numPages: 6,
firstText: "First",
lastText: "Last",
nextText: "Next",
prevText: "Prev"
}
Note: Also set "Number of posts on main page" value to 6 through Blogger settings. How To Create Full Width or Left Sidebar Posts/pages
If you need to create a full width page, go to create/edit your post/page and add this into the post editor and publish/update your post/page: [full_width] (Adding Full Width Post/Page Example) If you need to create a left sidebar page, go to create/edit your post/page and add this into the post editor and publish/update your post/page: [left_sidebar] (Adding Left Sidebar Post/Page Example)Clean Gallery Responsive View
from New Blogger Themes | Professional Blogspot Templates
via : newbloggerthemes.com
0 comentarios:
Publicar un comentario