Hello,
I am looking for the exact same functionality.
Did you find out something yet ?
Thanks
hello,
i am having a very similar problem, i want to have for each category of my wordpress a featured article, which is choosen from the user on the administration panel.
And i don’t see how to solve that issue, even with the link posted. Any advice for this ?
Thanks
I re-coded the link to solve what seems to be a minor bug. Here is my solution:
/author/<?php the_author_meta(‘user_nicename’); ?>”><?php the_author(); ?>
Hello,
The tips in the comment from the post isn’t working by me …
(ie : add
global $post;
if (get_post_meta($post->ID, ‘cf7’, true) != 1) return;
in the controller (by the way, the code wasn’t completely exact in the comment …))
Any changes has been done toward this ?
Thanks