Home Forums Pro Themes Magazine Plus Pro I wanna add 'Reading Time WP' plugin to the theme

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43121
    realm81
    Participant

    I wanna add ‘Reading Time WP’ plugin code do_shortcode(‘[rt_reading_rtime]’)
    to the theme to make it appear at beside the Author Name

    example:

    Existing

    HEADLINE
    Date Author

    I want it to become …

    HEADLINE
    Date Author ReadingTime

    #43124
    wensolutions
    Keymaster

    Hello @realm81,

    To achieve what you want you have to activate the child theme . You can also create the child theme using the plugin given below:

    https://wordpress.org/plugins/wp-child-theme-generator/

    After activating the child theme in your child themes functions.php file psate below given code:
    https://gist.github.com/anonymous/17eb9b9c9853a1b129b5100adf9ba81e

    Now add below given CSS in the location Admin Panel > Appearance > Customize > Additional CSS.

    span.byline.reading-time:before {
        content: "\f02d ";
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.