commented php code for read more in template

This commit is contained in:
jorge-vitrubio 2022-09-19 15:26:11 +02:00
parent af85383497
commit 6f117f1731
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ get_header(); ?>
$more = true;
echo '</div>';*/ ?>
<!--<a href="<?php the_permalink(); ?>" class="peubox" title="<?php printf( esc_attr__( 'Permalink to %s', 'hangar' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img alt="enllaç" src="<?php echo get_template_directory_uri() . '/images/fletxalink.png';?>" /></a>
<!--<a href="<?php //the_permalink(); ?>" class="peubox" title="<?php // printf( esc_attr__( 'Permalink to %s', 'hangar' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img alt="enllaç" src="<?php //echo get_template_directory_uri() . '/images/fletxalink.png';?>" /></a>
-->
<?php // the_content( sprintf( __( 'Continue reading %1$s', 'hybrid' ), the_title( ' "', '"', false ) ) ); ?>
<?php wp_link_pages( array( 'before' => '<p class="page-links pages">' . __( 'Pages:', 'hangar' ), 'after' => '</p>' ) ); ?>