%PDF- %PDF-
Direktori : /var/www/html/shaban/laviva/wp-content/themes/levelup/templates/ |
Current File : /var/www/html/shaban/laviva/wp-content/themes/levelup/templates/portfolio-list-loop.php |
<?php // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } global $post; $config = Levelup_Config::get_instance(); $subtitle = get_post_meta($post->ID, '_rdy_portfolio_subtitle', true); $hover_color = get_post_meta($post->ID, '_rdy_portfolio_hover_color', true); $classes = array('post'); $classes[] = 'item-' . $post->ID; ?> <article <?php post_class( levelup_sanitize_classes($classes) ); ?>> <a href="<?php echo esc_url( get_permalink($post->ID) );?>"> <?php if (!$config->get('hide_title')):?><h2><span><?php the_title(); ?></span></h2><?php endif;?> <?php if (!$config->get('hide_subtitle') && $subtitle):?><p class="description"><?php echo esc_html( $subtitle ); ?></p><?php endif;?> </a> </article><!-- #post-<?php the_ID(); ?> -->