📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 12:15:21
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
template-parts
/
content
✏️
Editing: content-portfolio.php
<?php /** * @package Case-Themes */ ?> <article id="pxl-post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="pxl-entry-content clearfix"> <?php the_content(); wp_link_pages( array( 'before' => '<div class="pxl-page-links">', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div> </article>
💾 Save Changes
❌ Cancel