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: tag.php
<?php /** * The template for displaying tag archive pages * * Used to display archive-type pages if nothing more specific matches a query. * For example, puts together date-based pages if no date.php file exists. * * If you'd like to further customize these archive views, you may create a * new template file for each one. For example, tag.php (Tag archives), * category.php (Category archives), author.php (Author archives), etc. * * @link https://codex.wordpress.org/Template_Hierarchy * */ get_header(); if ( have_posts() ) : get_template_part( 'templates/tag', 'layout' ); // If no content, include the "No posts found" template. else : get_template_part( 'templates/content/error' ); endif; get_footer();
Upload File
Create Folder