/
home
/
techb158
/
public_html
/
wp-content
/
plugins
/
ot_portfolio
/
template
/
/home/techb158/public_html/wp-content/plugins/ot_portfolio/template
mkdir
upload
Name
Size
Mode
Actions
single-ot_portfolio.php
343
0666
edit
dl
rm
taxonomy-portfolio_cat.php
1523
0666
edit
dl
rm
Edit:
/home/techb158/public_html/wp-content/plugins/ot_portfolio/template/single-ot_portfolio.php
(343B)
<?php /** * The template for displaying all single ot portfolio * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @package Consultax */ get_header(); ?> <?php while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> <?php get_footer(); ?>
Save
cmd:
run