• Resolved deshmukh.7177

    (@deshmukh7177)


    I have two post i want pass two different message as on read more
    1) Read more..
    2) Watch video.

    i look in the code read more message come from below code..
    form file name “wp-fpn-front.inc.php”
    if (‘Read more’ == $field) {

    if (isset($this->widget->settings[‘read_more’]) && $this->widget->settings[‘read_more’]) {

    return __($this->widget->settings[‘read_more’]);
    } else {

    return __(‘Read more…’, ‘wp-latest-posts’);
    }
    }

    Please give me if you have any suggestion..
    Thanks
    Yogesh

Viewing 1 replies (of 1 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    The problem is that all the “read more” from a new block will be the same whatever you change. Even in the pro version you can configure read more text per new block but not for a single post.

    Cheers,

Viewing 1 replies (of 1 total)
  • The topic ‘Pass two diffrent message for read more…’ is closed to new replies.