Custom post Title
-
Hi, I have a testimonial design and want to link strong testimonials to this. What is the post type you use for the array as when I use ‘testimonials’ or ‘testimonial’ it returns no posts. Here is my array.
<?php
$testimonial_args = array(
‘post_type’ => ‘testimonials’,
‘posts_per_page’ => 50
);
$testimonial_query = new WP_Query( $testimonial_args );
?>The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom post Title’ is closed to new replies.