ririro
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Related Posts] Custom orderingThanks a lot for your reply. That was helpful! Fixed it. In case it’s relevant for others or you find it fun to see:
$current_post_id = get_the_ID(); $custom_relations = CustomRelatedPosts::get()->relations_to($current_post_id); $custom_relation_ids = array_keys($custom_relations); // Loop argumnetsnts show posts by category $args = array( 'post__in' => $custom_relation_ids, 'post__not_in' => array( $post->ID ), 'orderby' => 'post__in' <-- added this + a bit lower in the code remove_all_filters('posts_orderby'); // ADDEDGot it to work. Again thanks!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Embedded podcast episodes not playingIn case more people experience this problem: I found a workaround.
1. Temporarily update the release date of your podcast episode to a recent moment to include it in the last 10 episodes that are shown in the edit mode
2. Change from the old block to the new block in the post where the episode is embedded
3. Change back the release dateThanks again for the support.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Embedded podcast episodes not playing@keleigh824 No problem. Thank you for the information. I’m happy the issue can be resolved this way. I do have one follow up question: when manually updating I always just receive the last 10 podcast episodes as option. Also the Edit as HTML function shows up empty. I therefore have difficulty updating older posts. Is there anything I can do to mitigate this?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Embedded podcast episodes not playingThank you @keleigh824 for the reply. I will patiently wait in that case. Hope it can be resolved in the nearby future. Wishing you a great day.