This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Register Custom Post Type | |
function custom_post_type() { | |
$labels = array( | |
'name' => _x( 'Post Types', 'Post Type General Name', 'text_domain' ), | |
'singular_name' => _x( 'Post Type', 'Post Type Singular Name', 'text_domain' ), | |
'menu_name' => __( 'Post Types', 'text_domain' ), | |
'name_admin_bar' => __( 'Post Type', 'text_domain' ), | |
'archives' => __( 'Item Archives', 'text_domain' ), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="/feeds/posts/default/-/lifestyle?orderby=published&alt=json-in-script&callback=recent&max-results=999"></script> | |
<br /> | |
<div class="center" style="margin: 20px auto;"> | |
<a class="button" href="https://domain.blogspot.com/search/label/lifestyle">View all posts</a></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- include XO Slider CSS --> | |
<link rel='stylesheet' src='https://gist.githubusercontent.com/xomisse/a9ba9575fcb95e820af61c55e2c08472/raw/adb20a4cd94cd33afda82d108c9901a42aaf084a/xo-slider-style.css'/> | |
<!-- include FontAwesome --> | |
<script src='https://use.fontawesome.com/##############.js'/> | |
<!-- include jQuery --> | |
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js'/> | |
<!-- include Cycle2 --> | |
<script src='//cdnjs.cloudflare.com/ajax/libs/jquery.cycle2/20140415/jquery.cycle2.min.js' type='text/javascript'/> | |
<!-- include XO Slider JS --> | |
<script src='https://gist.githubusercontent.com/xomisse/a9ba9575fcb95e820af61c55e2c08472/raw/adb20a4cd94cd33afda82d108c9901a42aaf084a/xo-slider.js' type='text/javascript'/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<b:if cond='data:blog.pageType == "index"'> | |
<!-- Start XOmisse Pagination --> | |
<script type='text/javascript'> //<![CDATA[ | |
/** WRITTEN BY XOMISSE.COM **/ | |
var postperpage=2; var numshowpage=2; var prevpage ='Previous'; var nextpage ='Next'; var urlactivepage=location.href; var home_page="/"; | |
//]]> </script> | |
<script src='https://gist.githubusercontent.com/xomisse/ac8ccfa4b8fb2c26d5cf76270db92201/raw/1903a3d95e5258e859e84dd7523e9d90adb0d8bb/pagination.js' type='text/javascript'/> | |
<!-- End XOmisse Pagination --> | |
</b:if> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
var disqus_shortname = 'YOURSHORTNAME'; | |
var disqus_blogger_current_url = '<data:blog.canonicalUrl/>'; | |
if (!disqus_blogger_current_url.length) { | |
disqus_blogger_current_url = '<data:blog.url/>'; | |
} | |
var disqus_blogger_homepage_url = '<data:blog.homepageUrl/>'; | |
var disqus_blogger_canonical_homepage_url = '<data:blog.canonicalHomepageUrl/>'; | |
</script> | |
<b:if cond='data:blog.pageType == "item"'> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://www.blogospheremagazine.com" target="_blank" title="Blogosphere Magazine"><img width: 300px; alt="Blogosphere Magazine" src="http://www.blogospheremagazine.com/wp-content/uploads/2016/01/blogospherebtn.jpg" /></a><textarea style="width: 300px; height: 60px;" id="code-source" rows="3" cols="13" name="code-source"><a href="http://www.blogospheremagazine.com"><img src="http://www.blogospheremagazine.com/wp-content/uploads/2016/01/blogospherebtn.jpg" border="0"></a></textarea> |