[Plugin: JSON API] get_recent_posts full article instead of excerpt
-
Does anyone know if it’s possible to get the full post for get_recent_posts instead of just the excerpt. I tried something like this in my functions.php file but it didn’t work:
add_action('json_api-core-get_recent_posts', 'my_get_recent_posts'); function my_get_recent_posts(){ global $more; $more = 0; return; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: JSON API] get_recent_posts full article instead of excerpt’ is closed to new replies.