Posts
Showing posts with the label Website
POST DATE THUMBNAIL IN BLOG
- Get link
- X
- Other Apps
POST DATE THUMBNAIL IN BLOG SOURCE website Code available in this website STEP:1 REPLACE OPEN BODY TAG WITH SCHEMA BODY TAG Copy This Code STEP:2 FIND MAIN SECTION LINE AND REPLACE 3 HTML TAGS WITH Copy code snippet STEP:3 FIND MAIN INCLUDABLE LINE REMOVE DATE HEADER HTML PART IN THIS TAG ADD JAVASCRIPT CODE IN THIS TAG BEFORE CLOSED INCLUDABLE TAG Copy code snippet STEP:4 FIND POST INCLUDABLE LINE AND REPLACE BELOW CODE
How to show code on blogger with a copy snippet button
- Get link
- X
- Other Apps
How to use Conditional Tags on Blogger
- Get link
- X
- Other Apps
How to use Conditional Tags on Blogger The Tags <!-- SEO Title Tag --> <b:if cond='data:blog.url == data:blog.homepageUrl'><title><data:blog.title/> - Find and Read Information</title></b:if> <b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> - <data:blog.title/></title></b:if> <b:if cond='data:blog.pageType == "archive"'><title><data:blog.pageName/> in <data:blog.title/></title></b:if> <b:if cond='data:blog.pageType == "static_page"'><title><data:blog.pageName/> - <data:blog.title/></title></b:if> <b:if cond='data:blog.pageType == "index"'><b:if cond='data:blog.searchLabel'><title><data:blog.pageName/> - <data:blog.title/></title></b:if></b:if> ...
Template for small icon that are shown in thumbnail post ( maybe it is label )
- Get link
- X
- Other Apps
Tab change but same page
- Get link
- X
- Other Apps
Tabs in a Grid London Paris Tokyo London London is the capital city of England. Paris Paris is the capital of France. Tokyo Tokyo is the capital of Japan. Tabs in a Grid London Paris Tokyo London London is the capital city of England. Paris Paris is the capital of France. Tokyo Tokyo is the capital of Japan. Copy The Code