0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
themes
/
Melos_Pro
/
[
Home
]
File: content-portfolio.php
<?php /** * The Portfolio item content template file. * * @package ThinkUpThemes */ ?> <article class="project-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'melos' ), 'after' => '</div>' ) ); ?> </article>