dvadf
File manager - Edit - /home/theblueo/tv/wp-includes/pomo/lib/sidebar-portfolio.php.tar
Back
home/theblueo/www/wp-content/themes/thebos/sidebar-portfolio.php 0000604 00000005677 15214130164 0021143 0 ustar 00 <?php $nb_sidebar = nimbus_meta_data('radio_widget_sidebar') ? nimbus_meta_data('radio_widget_sidebar') : 'sidebar'; if ( is_active_sidebar( $nb_sidebar ) ) : ?> <aside id="sidebar" class="nb-col-md-4 sidebar widget-area" role="complementary"> <div class="nb-sidebar-content"> <section class="nb-widget widget widget_about_portfolio"> <h4 class="nb-widget-title"><span><?php the_title( esc_attr__( 'About ', 'nimbus' ) );?></span></h4> <div class="entry-content"> <?php the_content(); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . esc_attr__( 'Pages:', 'nimbus' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'pagelink' => '<span class="screen-reader-text">' . esc_attr__( 'Page', 'nimbus' ) . ' </span>%', 'separator' => '<span class="screen-reader-text">, </span>', ) ); if ( '' !== get_the_author_meta( 'description' ) ) { //get_template_part( 'template-parts/biography' ); } $meta = nimbus_meta_data('portfolio_meta_group'); if ( isset( $meta ) && $meta ) { ?> <div class="nb-portfolio-list-content"> <ul> <?php foreach ($meta as $list) { ?> <li> <span class="title"><?php echo esc_attr($list['title']); ?></span> <span class="content"><?php echo esc_attr($list['content']); ?></span> </li> <?php } ?> </ul> </div> <?php } $button_link = nimbus_meta_data('portfolio_url'); $button_name = nimbus_meta_data('portfolio_button_title'); if ( $button_link && $button_name ) { ?> <a href="<?php echo esc_url( $button_link );?>" class="button border-style"><?php echo esc_attr( $button_name );?></a> <?php } ?> </div><!-- .entry-content --> </section> <?php dynamic_sidebar( $nb_sidebar ); ?> </div> </aside><!-- .sidebar .widget-area --> <?php endif; ?>