in a specific post page? listing.php
-
Dear Anmari,
I am glad you have good plugin. I want to call plugin a specif listing.php You can see codes at here.
I tried two option. But I could not see widget for my posts (listing)
<div id="main"> <?php the_post(); ?> <?php do_action( 'appthemes_notices' ); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> itemscope itemtype="https://schema.org/Organization"> [do_widget "Breadcrumb NavXT"] [do_widget Breadcrumb NavXT] <?php the_listing_image_gallery(); ?> <?php appthemes_before_post_title( VA_LISTING_PTYPE ); ?> <h1 class="entry-title" itemprop="name"><?php the_title(); ?></h1> <p><?php the_listing_categories(); ?></p> <?php appthemes_after_post_title( VA_LISTING_PTYPE ); ?> <?php $website = get_post_meta( get_the_ID(), 'website', true ); ?> <?php $facebook = get_post_meta( get_the_ID(), 'facebook', true ); ?> <?php $twitter = get_post_meta( get_the_ID(), 'twitter', true ); ?> <div itemprop="location" itemscope itemtype="https://schema.org/Place">
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘in a specific post page? listing.php’ is closed to new replies.