📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 23:03:50
📂
/ (Root)
/
home
/
xeqi7597
/
public_html
/
wp-content
/
themes
/
ClrD
📍 /home/xeqi7597/public_html/wp-content/themes/ClrD
🔄 Refresh
✏️
Editing: portfolio.php
Writable
<?php // Template Name: Portfolio ?> <?php get_header();?> <section> <div> <h1 class="titre-principal"><?php the_field('page_portfolio_titre','106'); ?></h1> </div> <div class="filtre-expertise"> <?php $expertises = get_terms('expertise'); // récupération des catégories via ACF ?> <div class="option all-option selected"> <p>Tous les projets</p> </div> <?php foreach ($expertises as $expertise) { ?> <div class="option choice"> <p><?php echo $expertise->name; ?></p> </div> <?php } ?> </div> <div class="catalogue-projet portfolio"> </div> </section> <?php get_footer();
💾 Save Changes
❌ Cancel