darthdaron
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Rest Routes – Custom Endpoints for WordPress REST API] Filtering results+1 to this. It would be great if filtering was working the same way like it works for standard API routes.
Forum: Plugins
In reply to: [Rest Routes – Custom Endpoints for WordPress REST API] Custom Post TypesHi. Will you also add support for custom taxonomies (e. g. categories of custom post type)?
And do you have any idea when it might be fixed? Thanks.
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Wysiwyg Editor issueI have the same issue. Will it be fixed?
Forum: Plugins
In reply to: [WP LinkedIn] CoursesCool, thanks. Here is a code that works for me:
<?php if (isset($profile->courses->values) && is_array($profile->courses->values)): ?> <div id="courses" class="section"> <div class="heading"><?php _e('courses', 'wp-linkedin'); ?></div> <ul> <?php foreach ($profile->courses->values as $v): ?> <li class="course"><?php echo $v->name; ?></li> <?php endforeach; ?> </ul> </div> <?php endif;?>
Viewing 5 replies - 1 through 5 (of 5 total)