PATH:
home
/
nappmpmd
/
bestyment.online
/
wp-content
/
themes
/
wvc-theme
<?php /** * Page Template * * This template displays pages created using vibecode editor pages. * * @package WVC_Theme * @subpackage Templates * @author 10Web * @since 1.0.0 * @version 1.0.0 * @link https://github.com/your-repo/wvc-theme */ use WVC\Includes\Theme\WVCBlocks; get_header(); remove_filter( "the_content", "wpautop" ); while ( have_posts() ) : the_post(); $content = get_the_content(); if ( empty( trim( $content ) ) ) { include get_template_directory() . "/wvc-empty-page.php"; return; } ?> <article id="post-<?php the_ID(); ?>" <?php post_class( "page" ); ?>> <?php $content = get_the_content(); $post_id = get_the_ID(); $shortcode_placeholders = WVCBlocks::get_shortcode_placeholders_from_post_js_meta( $post_id ); $block_placeholders = WVCBlocks::get_block_placeholders_from_post_js_meta( $post_id ); $content = WVCBlocks::decode_placeholder_entities_in_content( $content ); $content = apply_filters( "the_content", $content ); echo $content; WVCBlocks::output_hidden_wrappers_for_separate_lists( $shortcode_placeholders, $block_placeholders ); ?> </article> <?php endwhile; get_footer();
[-] wvc-header.php
[edit]
[-] shop.php
[edit]
[+]
..
[-] README.md
[edit]
[-] BUILD.md
[edit]
[-] header.php
[edit]
[-] archive-product.php
[edit]
[-] wvc-empty-page.php
[edit]
[-] functions.php
[edit]
[-] wvc-footer.php
[edit]
[-] single.php
[edit]
[-] wvc-archive.php
[edit]
[+]
assets
[-] index.php
[edit]
[+]
includes
[-] screenshot.png
[edit]
[-] home.php
[edit]
[-] 404.php
[edit]
[-] wvc-shop.php
[edit]
[-] searchform.php
[edit]
[-] footer.php
[edit]
[-] sidebar.php
[edit]
[+]
app
[-] archive.php
[edit]
[-] page.php
[edit]
[-] wvc-page.php
[edit]
[-] git_pre_commit_hook.sh
[edit]
[-] wvc-single.php
[edit]
[-] api.md
[edit]
[-] single-product.php
[edit]
[+]
vendor
[-] style.css
[edit]
[-] comments.php
[edit]
[-] search.php
[edit]