Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.08 KB | None | 0 0
  1. Searching 932 files for "http://schema.org"
  2.  
  3. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/comments.php:
  4. 25
  5. 26
  6. 27: <ul class="comments-list" itemscope itemtype="http://schema.org/UserComments">
  7. 28 <?php wp_list_comments('type=comment&callback=hb_format_comment'); ?>
  8. 29 </ul>
  9.  
  10. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/header.php:
  11. 386
  12. 387 <!-- START body -->
  13. 388: <body <?php body_class($extra_body_class); echo $fixed_footer_class; echo $bg_image_render; ?> itemscope="itemscope" itemtype="http://schema.org/WebPage">
  14. 389
  15. 390 <?php
  16.  
  17. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog-small/post-format-audio.php:
  18. 5 ?>
  19. 6 <!-- BEGIN .hentry -->
  20. 7: <article id="post-<?php the_ID(); ?>" <?php if( $mp3_link && $ogg_link ) post_class('audio-post-format self-hosted-audio'); else if ( $soundcloud_link ) post_class('with-featured-image audio-post-format'); else post_class('audio-post-format');?> itemscope itemtype="http://schema.org/BlogPosting">
  21. 8 <?php if ( $soundcloud_link ) { ?>
  22. 9 <!-- BEGIN .featured-image -->
  23.  
  24. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog-small/post-format-gallery.php:
  25. 8 ?>
  26. 9 <!-- BEGIN .hentry -->
  27. 10: <article id="post-<?php the_ID(); ?>" <?php if ( !empty($gallery_images) ) post_class('with-featured-image slider-post-type'); else post_class('slider-post-type'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  28. 11 <?php if ( !empty($gallery_images) ) { ?>
  29. 12 <!-- BEGIN .featured-image -->
  30.  
  31. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog-small/post-format-image.php:
  32. 1 <!-- BEGIN .hentry -->
  33. 2: <article id="post-<?php the_ID(); ?>" <?php if ( has_post_thumbnail() ) post_class('image-post-type with-featured-image'); else post_class('image-post-type'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  34. 3 <?php // get featured image
  35. 4 $thumb = get_post_thumbnail_id();
  36.  
  37. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog-small/post-format-video.php:
  38. 1 <!-- BEGIN .hentry -->
  39. 2: <article id="post-<?php the_ID(); ?>" <?php if ( vp_metabox('post_format_settings.hb_video_post_format.0.hb_video_format_link') ) post_class('audio-post-format with-featured-image'); else post_class('image-post-type'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  40. 3 <?php if ( vp_metabox('post_format_settings.hb_video_post_format.0.hb_video_format_link') ) { ?>
  41. 4 <!-- BEGIN .featured-image -->
  42.  
  43. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog-small/post-format.php:
  44. 1 <!-- BEGIN .hentry -->
  45. 2: <article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  46. 3 <?php // get featured image
  47. 4 $thumb = get_post_thumbnail_id();
  48.  
  49. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-audio.php:
  50. 5 ?>
  51. 6 <!-- BEGIN .hentry -->
  52. 7: <article id="post-<?php the_ID(); ?>" <?php if( $mp3_link && $ogg_link ) post_class('audio-post-format self-hosted-audio'); else if ( $soundcloud_link ) post_class('with-featured-image audio-post-format'); else post_class('audio-post-format');?> itemscope itemtype="http://schema.org/BlogPosting">
  53. 8 <?php if ( $soundcloud_link ) { ?>
  54. 9 <!-- BEGIN .featured-image -->
  55.  
  56. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-gallery.php:
  57. 8 ?>
  58. 9 <!-- BEGIN .hentry -->
  59. 10: <article id="post-<?php the_ID(); ?>" <?php if ( !empty($gallery_images) ) post_class('with-featured-image slider-post-type'); else post_class('slider-post-type'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  60. 11 <?php if ( !empty($gallery_images) ) { ?>
  61. 12 <!-- BEGIN .featured-image -->
  62.  
  63. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-image.php:
  64. 1 <!-- BEGIN .hentry -->
  65. 2: <article id="post-<?php the_ID(); ?>" <?php if ( has_post_thumbnail() ) post_class('image-post-type with-featured-image'); else post_class('image-post-type'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  66. 3 <?php // get featured image
  67. 4 $thumb = get_post_thumbnail_id();
  68.  
  69. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-link.php:
  70. 5 }
  71. 6 ?><!-- BEGIN .hentry -->
  72. 7: <article id="post-<?php the_ID(); ?>" <?php post_class('link-post-format ' . $blog_grid_column_class ); ?> itemscope itemtype="http://schema.org/BlogPosting">
  73. 8 <div class="quote-post-wrapper">
  74. 9 <?php $link = vp_metabox('post_format_settings.hb_link_post_format.0.hb_link_format_link'); ?>
  75.  
  76. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-quote.php:
  77. 5 }
  78. 6 ?><!-- BEGIN .hentry -->
  79. 7: <article id="post-<?php the_ID(); ?>" <?php post_class('quote-post-format ' . $blog_grid_column_class ); ?> itemscope itemtype="http://schema.org/BlogPosting">
  80. 8 <div class="quote-post-wrapper">
  81. 9 <a href="<?php the_permalink(); ?>">
  82.  
  83. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-status.php:
  84. 5 }
  85. 6 ?><!-- BEGIN .hentry -->
  86. 7: <article id="post-<?php the_ID(); ?>" <?php post_class('status-post-format ' . $blog_grid_column_class ); ?> itemscope itemtype="http://schema.org/BlogPosting">
  87. 8 <div class="quote-post-wrapper">
  88. 9 <a href="<?php the_permalink(); ?>">
  89.  
  90. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format-video.php:
  91. 1 <!-- BEGIN .hentry -->
  92. 2: <article id="post-<?php the_ID(); ?>" <?php if ( vp_metabox('post_format_settings.hb_video_post_format.0.hb_video_format_link') ) post_class('audio-post-format with-featured-image'); else post_class('image-post-type'); ?> itemscope itemtype="http://schema.org/BlogPosting">
  93. 3 <?php if ( vp_metabox('post_format_settings.hb_video_post_format.0.hb_video_format_link') ) { ?>
  94. 4 <!-- BEGIN .featured-image -->
  95.  
  96. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/classic-blog/post-format.php:
  97. 1 <!-- BEGIN .hentry -->
  98. 2: <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope itemtype="http://schema.org/BlogPosting">
  99. 3 <?php // get featured image
  100. 4 $thumb = get_post_thumbnail_id();
  101.  
  102. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/grid-blog/post-format-audio.php:
  103. 10 ?>
  104. 11 <!-- BEGIN .hentry -->
  105. 12: <article id="post-<?php the_ID(); ?>" <?php if( $mp3_link && $ogg_link ) post_class('audio-post-format self-hosted-audio ' . $blog_grid_column_class); else if ( $soundcloud_link ) post_class('with-featured-image audio-post-format ' . $blog_grid_column_class ); else post_class('audio-post-format ' . $blog_grid_column_class );?> itemscope itemtype="http://schema.org/BlogPosting">
  106. 13 <?php if ( $soundcloud_link ) { ?>
  107. 14 <!-- BEGIN .featured-image -->
  108.  
  109. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/grid-blog/post-format-gallery.php:
  110. 13 ?>
  111. 14 <!-- BEGIN .hentry -->
  112. 15: <article id="post-<?php the_ID(); ?>" <?php if ( !empty($gallery_images) ) post_class('with-featured-image slider-post-type ' . $blog_grid_column_class ); else post_class('slider-post-type ' . $blog_grid_column_class ); ?> itemscope itemtype="http://schema.org/BlogPosting">
  113. 16 <?php if ( !empty($gallery_images) ) { ?>
  114. 17 <!-- BEGIN .featured-image -->
  115.  
  116. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/grid-blog/post-format-image.php:
  117. 6 ?>
  118. 7 <!-- BEGIN .hentry -->
  119. 8: <article id="post-<?php the_ID(); ?>" <?php if ( has_post_thumbnail() ) post_class('image-post-type with-featured-image ' . $blog_grid_column_class ); else post_class('image-post-type ' . $blog_grid_column_class ); ?> itemscope itemtype="http://schema.org/BlogPosting">
  120. 9 <?php // get featured image
  121. 10 $thumb = get_post_thumbnail_id();
  122.  
  123. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/grid-blog/post-format-video.php:
  124. 6 ?>
  125. 7 <!-- BEGIN .hentry -->
  126. 8: <article id="post-<?php the_ID(); ?>" <?php if ( vp_metabox('post_format_settings.hb_video_post_format.0.hb_video_format_link ') ) post_class('audio-post-format with-featured-image ' . $blog_grid_column_class ); else post_class('image-post-type ' . $blog_grid_column_class ); ?> itemscope itemtype="http://schema.org/BlogPosting">
  127. 9 <?php if ( vp_metabox('post_format_settings.hb_video_post_format.0.hb_video_format_link') ) { ?>
  128. 10 <!-- BEGIN .featured-image -->
  129.  
  130. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/grid-blog/post-format.php:
  131. 6 ?>
  132. 7 <!-- BEGIN .hentry -->
  133. 8: <article id="post-<?php the_ID(); ?>" <?php post_class($blog_grid_column_class); ?> itemscope itemtype="http://schema.org/BlogPosting">
  134. 9 <?php // get featured image
  135. 10 $thumb = get_post_thumbnail_id();
  136.  
  137. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/header-navigation.php:
  138. 86
  139. 87 <!-- BEGIN #header-inner -->
  140. 88: <div id="header-inner" class="<?php echo $sticky_nav_class; echo $header_layout_class; echo $hb_ajax_search; ?> clearfix"<?php echo $regular_header_height; ?><?php echo $sticky_height; ?> role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader">
  141. 89
  142. 90 <!-- BEGIN #header-inner-bg -->
  143. ..
  144. 152
  145. 153 <!-- BEGIN .main-navigation -->
  146. 154: <nav class="main-navigation <?php echo $menu_skin_class; echo $menu_effect; echo ' ' . hb_options('hb_main_navigation_color'); ?> clearfix"<?php echo $regular_header_height; ?> role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
  147. 155
  148. 156 <?php if ($header_layout_class == 'nav-type-2' || $header_layout_class == 'nav-type-2 centered-nav'){ ?>
  149.  
  150. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/includes/post-author-info.php:
  151. 11 $posts_url = get_author_posts_url($author_id);
  152. 12 ?>
  153. 13: <section class="author-box clearfix" itemprop="author" itemscope="itemscope" itemtype="http://schema.org/Person">
  154. 14 <span class="author-meta blog-meta">
  155. 15 <span class="rounded-element">
  156.  
  157. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/index.php:
  158. 28
  159. 29 <!-- BEGIN #hb-blog-posts -->
  160. 30: <div id="hb-blog-posts" class="hb-blog-classic hb-blog-large clearfix<?php if ($pagination_style == 'ajax') echo ' masonry-holder'; ?>" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog">
  161. 31
  162. 32 <?php get_template_part('loop','blog');?>
  163.  
  164. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/single-faq.php:
  165. 34 <?php } ?>
  166. 35 <!-- BEGIN #single-blog-wrapper -->
  167. 36: <div class="single-blog-wrapper clearfix" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog">
  168. 37 <!-- BEGIN .hentry -->
  169. 38: <article id="post-<?php the_ID(); ?>" <?php post_class( get_post_format() . '-post-format single' ); ?> itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
  170. 39 <?php
  171. 40 if ( hb_options('hb_blog_enable_featured_image') )
  172.  
  173. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/single-gallery.php:
  174. 34 <?php } ?>
  175. 35 <!-- BEGIN #single-blog-wrapper -->
  176. 36: <div class="single-blog-wrapper clearfix" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog">
  177. 37 <!-- BEGIN .hentry -->
  178. 38: <article id="post-<?php the_ID(); ?>" <?php post_class( get_post_format() . '-post-format single' ); ?> itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
  179. 39 <!-- BEGIN .single-post-content -->
  180. 40 <div class="single-post-content">
  181.  
  182. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/single.php:
  183. 43 <div class="single-blog-wrapper clearfix">
  184. 44 <!-- BEGIN .hentry -->
  185. 45: <article id="post-<?php the_ID(); ?>" <?php post_class( get_post_format() . '-post-format single' ); ?> itemscope itemType="http://schema.org/BlogPosting">
  186. 46 <?php
  187. 47 if ( hb_options('hb_blog_enable_featured_image') && vp_metabox('general_settings.hb_hide_featured_image') == 0 )
  188.  
  189. /Applications/MAMP/htdocs/wordpress/wp-content/themes/HighendWP/woocommerce/single-product/rating.php:
  190. 24 if ( $rating_count > 0 ) : ?>
  191. 25
  192. 26: <div class="woocommerce-product-rating" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
  193. 27 <div class="star-rating" title="<?php printf( __( 'Rated %s out of 5', 'woocommerce' ), $average ); ?>">
  194. 28 <span style="width:<?php echo ( ( $average / 5 ) * 100 ); ?>%">
  195.  
  196. 30 matches across 27 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement