[Plugin: Posts 2 Posts] Typo on main example
-
There’s a typo in the code example on http://ww.wp.xz.cn/extend/plugins/posts-to-posts/. It’s small but it will break your page if you just copy/paste.
while( $connected->have_posts() ) $connected->the_post();should read
while( $connected->have_posts() ) : $connected->the_post();
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Posts 2 Posts] Typo on main example’ is closed to new replies.