Support Forum » User Profile

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Beginner with no php knowledge #22382
    mariebmarieb
    Participant

    Hi Long
    I've put it here in the code, but it still doesn't show anything

    
        get_header();
    $shoppingcart_settings = shoppingcart_get_theme_options();
    $shoppingcart_display_page_single_featured_image = $shoppingcart_settings['shoppingcart_display_page_single_featured_image']; ?>
    <div class="wrap">
        <div id="primary" class="content-area">
            <main id="main" class="site-main" role="main">
                <?php global $shoppingcart_settings;
                while( have_posts() ) {
                    the_post(); ?>
                    <article id="post-<?php the_ID(); ?>" <?php post_class();?>>
                        <?php if(has_post_thumbnail() && $shoppingcart_display_page_single_featured_image == 0 ){ ?>
                            <div class="post-image-content">
                                <figure class="post-featured-image">
                                    <?php the_post_thumbnail(); ?>
                                </figure>
                            </div><!-- end.post-image-content -->
                        <strong><div class="entry-meta">
        <?php echo rwmb_meta( 'prefix-Neck' ) ?>
    </div></strong>
                        <?php } ?>
                        <div class="post-all-content">
                            <?php $shoppingcart_entry_meta_single = $shoppingcart_settings['shoppingcart_entry_meta_single']; ?>
                            <header class="entry-header">
                                <?php 
Viewing 1 post (of 1 total)