commented php code for read more in template
This commit is contained in:
parent
af85383497
commit
6f117f1731
|
@ -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>' ) ); ?>
|
||||
|
|
Loading…
Reference in New Issue