PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
inc
/
parts
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php global $post; if (isset($aff_link) && $aff_link == '1') { $link = rehub_create_affiliate_link (); $target = ' rel="nofollow" target="_blank"'; } else { $link = get_the_permalink(); $target = ''; } ?> <?php $disable_meta = (isset($disable_meta)) ? $disable_meta : ''; $disable_price = (isset($disable_price)) ? $disable_price : ''; $exerpt_count = (isset($exerpt_count)) ? $exerpt_count : ''; $enable_btn = (isset($enable_btn)) ? $enable_btn : ''; $image_padding = (isset($image_padding) && $image_padding) ? ' padd20' : ''; ?> <article class="col_item column_grid rh-heading-hover-color rh-bg-hover-color rh-cartbox no-padding"> <div class="button_action abdposright pr5 pt5"> <div class="floatleft mr5"> <?php $wishlistadded = __('Added to wishlist', 'rehub_framework');?> <?php $wishlistremoved = __('Removed from wishlist', 'rehub_framework');?> <?php echo RH_get_wishlist($post->ID, '', $wishlistadded, $wishlistremoved);?> </div> <?php if(rehub_option('compare_btn_single') !='') :?> <?php $cmp_btn_args = array(); $cmp_btn_args['class']= 'comparecompact';?> <?php if(rehub_option('compare_btn_cats') != '') { $cmp_btn_args['cats'] = esc_html(rehub_option('compare_btn_cats')); }?> <?php echo wpsm_comparison_button($cmp_btn_args); ?> <?php endif;?> </div> <figure class="mb20 position-relative text-center<?php echo esc_attr($image_padding);?>"><?php echo re_badge_create('tablelabel'); ?> <a href="<?php echo ''.$link;?>"<?php echo ''.$target;?>><?php wpsm_thumb ('medium_news') ?></a> </figure> <?php do_action( 'rehub_after_grid_column_figure' ); ?> <div class="content_constructor pb10 pr20 pl20"> <div class="mb5"><?php rehub_format_score('small') ?></div> <h3 class="mb15 mt0 font110 mobfont100 fontnormal lineheight20"><a href="<?php echo ''.$link;?>"<?php echo ''.$target;?>><?php the_title();?></a></h3> <?php $custom_notice = get_post_meta($post->ID, '_notice_custom', true);?> <?php if($custom_notice) echo '<div class="rh_custom_notice mb10 lineheight20 fontbold font90 rehub-sec-color">'.esc_html($custom_notice).'</div>' ;?> <?php do_action( 'rehub_after_grid_column_title' ); ?> <?php if($exerpt_count && $exerpt_count !='0'):?> <div class="mb15 greycolor lineheight20 font90"> <?php kama_excerpt('maxchar='.$exerpt_count.''); ?> </div> <?php endif?> <div class="rh-flex-center-align mb10"> <?php if($disable_meta !='1'):?> <div class="post-meta mb0"> <?php meta_all( false, false, false, true); ?> <div class="store_for_grid"> <?php WPSM_Postfilters::re_show_brand_tax('list');?> </div> </div> <?php endif?> <?php if($disable_price !='1'):?> <div class="rh-flex-right-align"> <?php rehub_generate_offerbtn('showme=price&wrapperclass=pricefont110 rehub-main-font rehub-main-color mobpricefont100 fontbold mb0 lineheight20');?> </div> <?php endif?> </div> <?php if($enable_btn):?> <div class="columngridbtn"> <?php rehub_generate_offerbtn('showme=button&wrapperclass=mb10');?> </div> <?php endif?> </div> </article>
[+]
..
[-] woocolumnpart.php
[edit]
[-] affeggurl.php
[edit]
[-] woogridcompact.php
[edit]
[-] compact_grid.php
[edit]
[-] simplepostlist.php
[edit]
[-] query_type3.php
[edit]
[-] column_grid.php
[edit]
[-] post_share.php
[edit]
[-] branded_banner.php
[edit]
[-] singleofferpart.php
[edit]
[-] featured.php
[edit]
[-] query_type2.php
[edit]
[-] affeggbutton.php
[edit]
[-] pricealertpopup.php
[edit]
[-] query_type1.php
[edit]
[-] woo_slider.php
[edit]
[-] blogrelated.php
[edit]
[-] top_image.php
[edit]
[-] woocompactcarousel.php
[edit]
[-] home_carousel.php
[edit]
[-] multiofferpart.php
[edit]
[-] gallery_slider.php
[edit]
[-] video_featured.php
[edit]
[-] news_ticker.php
[edit]
[-] review_slider.php
[edit]
[-] postlistpart.php
[edit]
[-] pricehistorypopup.php
[edit]
[-] woolistpart.php
[edit]
[-] prevnext.php
[edit]
[-] related_posts.php
[edit]
[-] woogridpart.php
[edit]
[-] woolistmain.php
[edit]