neatek
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Reviews
In reply to: [[NPC] Neatek Post Connect (many-to-many)] Спасибо за плагин✌👍
Forum: Plugins
In reply to: [[NPC] Neatek Post Connect (many-to-many)] attachment post typeI will not update this plugin, it will be very stable for a years. But if i will do update for this plugin, i will include this feature, thanks for a post.
Forum: Plugins
In reply to: [[NPC] Neatek Post Connect (many-to-many)] Fatal errorHello,
if you have corrent en_EN file, please post it somewhere.
thanks.Forum: Plugins
In reply to: [[NPC] Neatek Post Connect (many-to-many)] Example CodeNo answer from bonkerz. Solved
- This reply was modified 8 years, 7 months ago by neatek.
Forum: Plugins
In reply to: [[NPC] Neatek Post Connect (many-to-many)] Example Codehello,
<?php $args = array( 'posts_per_page' => 5 ); $c_posts = npc_get_connected($id, 'needed_post_type', $args); var_dump($c_posts); ?>or just without $args
$c_posts = npc_get_connected($id, 'needed_post_type'); var_dump($c_posts);
Viewing 5 replies - 1 through 5 (of 5 total)