| Server IP : 10.19.1.101 / Your IP : 216.73.216.158 Web Server : Apache System : Linux web1f13.kinghost.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64 User : schererimoveisrs ( 170628) PHP Version : 7.4.33 Disable Function : apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/schererimoveisrs/www/pre backup/wp-content/themes/pinboard/ |
Upload File : |
<?php $sticky = get_option( 'sticky_posts' ); ?> <?php if( ! empty( $sticky ) ) : ?> <?php $slider = new WP_Query( array( 'post__in' => $sticky, 'ignore_sticky_posts' => 1, 'posts_per_page' => 99 ) ); ?> <?php if( $slider->have_posts() ) : ?> <section id="slider"> <ul class="slides"> <?php while( $slider->have_posts() ) : $slider->the_post(); ?> <li> <article class="post hentry"> <?php if( has_post_format( 'video' ) ) : ?> <?php pinboard_post_video(); ?> <?php else : ?> <?php if( has_post_thumbnail() ) : ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <?php the_post_thumbnail( 'slider-thumb' ); ?> </a> <?php endif; ?> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php endif; ?> <div class="clear"></div> </article><!-- .post --> </li> <?php endwhile; ?> </ul> <div class="clear"></div> </section><!-- #slider --> <?php wp_reset_postdata(); ?> <?php endif; ?> <?php endif; ?>