Done !
| Server IP : 51.91.236.255 / Your IP : 216.73.217.126 Web Server : Apache System : Linux webm003.cluster129.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : chloega ( 433239) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/chloega/www/wp-content/themes/tempera/content/ |
Upload File : |
<?php /** * The template for displaying posts in the Gallery Post Format on index and archive pages * * Learn more: http://codex.wordpress.org/Post_Formats * * @package Cryout Creations * @subpackage Tempera * @since Tempera 1.1 */ $temperas = tempera_get_theme_options(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'tempera' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2> <?php cryout_post_title_hook(); ?> <div class="entry-meta"> <?php cryout_post_meta_hook(); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <?php cryout_post_before_content_hook(); ?> <div class="entry-content"> <?php $images = tempera_get_gallery_images(); if ( $images ) : $total_images = count( $images ); $image = array_shift( $images ); if (is_sticky() && $temperas['tempera_excerptsticky'] == "Full Post") $sticky_test=1; else $sticky_test=0; if ($temperas['tempera_excerpthome'] != "Full Post" && $sticky_test==0): tempera_set_featured_thumb(); ?> <p><em><?php printf( _n( 'This gallery contains <a %1$s>%2$s photo</a>.', 'This gallery contains <a %1$s>%2$s photos</a>.', $total_images, 'tempera' ), 'href="' . esc_url( get_permalink() ) . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'tempera' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark"', number_format_i18n( $total_images ) ); ?></em></p> <?php the_excerpt(); else: the_content(); endif; ?> <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'tempera' ) . '</span>', 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <?php endif; ?> <footer class="entry-meta"> <span class="entry-format"><i class="crycon-gallery" title="<?php _e( 'Gallery', 'tempera' ); ?>"></i></span> <?php cryout_post_after_content_hook(); ?> </footer> </article><!-- #post-<?php the_ID(); ?> -->