Documentation link is broken
-
Curious if you could help me get two category images for this setup, I couldn’t get your documentation to load.
$args=array( 'cat' => $cat_id, 'post_type' => 'dealer-review', 'post_status' => 'publish', 'posts_per_page' => 4, 'caller_get_posts'=> 1 ); $loop = new WP_Query($args); while ( $loop->have_posts() ) : $loop->the_post(); echo $x; echo '<div class="dealer-review type-dealer-review">'; echo '<div class="review-content">'; the_content(); echo '</div>'; echo '**INSERT RATING CATEGORY IMAGE HERE**'; echo '<div class="review-source-icon">'; echo **INSERT SOURCE REVIEW CATEGORY IMAGE HERE** echo '</div>'; echo the_excerpt(); echo '</div>'; endwhile;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Documentation link is broken’ is closed to new replies.