Support » Plugin: Newstastic Post Slider » Tags instead of author?

  • Great plugin! Thanks!
    Is there a way of showing the tags instead of author, when the Display Author option is marked? I tried some changes with get_tags() in newstastic-post-slider.php at the following lines

    if( $show_author == ‘on’ ) {
    $user_info = get_userdata( $cur_item->post_author );
    $meta_author=$user_info->user_login;

    but I’m not so good at it and had no luck! Any ideas? 🙂

    http://wordpress.org/plugins/newstastic-post-slider/

  • The topic ‘Tags instead of author?’ is closed to new replies.