Custom ordering
-
I’m using the plugin to load custom related posts into my existing theme layout. The setup is pretty simple:
$custom_relations = CustomRelatedPosts::get()->relations_to($current_post_id); $custom_relation_ids = array_keys($custom_relations);What I wanted to ask: is there any way to adjust this logic so it contains the ordering matches the custom ordering from the post page where the links are created?
Much appreciate the help and great plugin!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Custom ordering’ is closed to new replies.