nkgeek
Forum Replies Created
-
there is a tutorial I have found recently about adding custom field for custom taxonomy. It may fit with you
wpbeginner.com/wp-tutorials/how-to-add-additional-custom-meta-fields-to-custom-taxonomies/Hi Hector, I found out why it is not counted. My CPT has only 1 image included in the_content();. When I add some texts to the CPT post, it started to count well.
Forum: Plugins
In reply to: [Posts 2 Posts] Connected & RelatedFor get related post
$related = p2p_type( 'posts_to_pages' )->get_related( get_queried_object() ); if ( $related->have_posts() ) : while ( $related->have_posts() ) : $related->the_post(); the_title(); endwhile; endif; ?>oh. the structure just like single.php. just modify some html code to display. I am using spike theme of MyThemesShop, the CPT is FILM (slug:film) created by plugin TYPES.
http://pastebin.com/k7pbFyUcWPP work with CPT that in single.php, but not work with CPT that in single-slug.php. I am looking forward to the new version. Thanks
Sorry for interrupt. Does WPP counts view for single-slug.php?
I have a CPT is Movie (Slug:movie) relating with single-movie.php. The problem is that WPP does not count any views of it meanwhile the normal posts with single.php still are counted views
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Rating Widget doesn't shown anywhereYou did it. I saw the ratings in post’s comment