| Server IP : 217.160.0.15 / Your IP : 216.73.217.84 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u37981780 ( 1696858) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/43/d124547881/htdocs/app395378437/wp-content/themes/portfolio-press/ |
Upload File : |
<?php
/**
* General post content template
*
* @package Portfolio Press
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1>
<?php if ( 'page' != $post->post_type ) : ?>
<div class="entry-meta">
<?php portfoliopress_postby_meta(); ?>
</div><!-- .entry-meta -->
<?php endif; ?>
</header><!-- .entry-header -->
<div class="entry-content">
<?php if ( portfoliopress_get_option( 'portfolio_images', true ) ) {
portfoliopress_display_image();
} ?>
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'portfolio-press' ) ); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'portfolio-press' ), 'after' => '</div>' ) ); ?>
</div><!-- .entry-content -->
<?php portfoliopress_footer_meta( $post ); ?>
</article><!-- #post-<?php the_ID(); ?> -->