X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
ðŸ“
..
📄
404.php
(2.89 KB)
📄
README.md
(565 B)
📄
ajaxify.php
(153 B)
📄
apple-touch-icon.png
(650 B)
📄
archive-liquid-portfolio.php
(740 B)
📄
archive.php
(764 B)
ðŸ“
assets
📄
author.php
(726 B)
ðŸ“
bbpress
📄
category.php
(741 B)
📄
comments.php
(2.85 KB)
📄
favicon.ico
(7.23 KB)
📄
favicon.png
(471 B)
📄
footer.php
(478 B)
📄
functions.php
(2.07 KB)
📄
header.php
(1.04 KB)
📄
index.php
(286 B)
ðŸ“
languages
ðŸ“
liquid
📄
page.php
(387 B)
ðŸ“
sbi
📄
screenshot.png
(30.11 KB)
📄
search.php
(361 B)
📄
sidebar.php
(91 B)
📄
single-liquid-footer.php
(202 B)
📄
single-liquid-header.php
(405 B)
📄
single-liquid-portfolio.php
(1.05 KB)
📄
single.php
(1.84 KB)
📄
style.css
(3.57 KB)
📄
tag.php
(737 B)
📄
taxonomy-liquid-portfolio-category.php
(749 B)
ðŸ“
templates
ðŸ“
theme
ðŸ“
woocommerce
📄
wpml-config.xml
(26.52 KB)
Editing: single-liquid-portfolio.php
<?php /** * The template for displaying all single posts. * * @package Hub */ get_header(); while ( have_posts() ) : the_post(); if ( class_exists( 'Liquid_Elementor_Addons' ) && defined('ELEMENTOR_VERSION') ){ $page_settings_manager = \Elementor\Core\Settings\Manager::get_settings_managers( 'page' ); $page_settings_model = $page_settings_manager->get_model( get_the_ID() ); $style = $page_settings_model->get_settings( 'portfolio_style' ); } else { $style = get_post_meta( get_the_ID(), 'portfolio-style', true ); } $style = $style ? $style : 'custom'; if ( get_post_format() === 'gallery' ) { $style = 'gallery-slider'; } ?> <article <?php liquid_helper()->attr( 'post' ) ?>> <?php get_template_part( 'templates/portfolio/single/' . $style ); ?> </article><!-- #post-## --> <?php // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; get_footer();
Upload File
Create Folder