Incorporate WP Post Views Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 10, 2015 at 11:47 pm #6868 Christian MeadGuest Hi. I have recently installed the Frontier theme, and was wondering if there is an easy way to add the post views as an Article Elements in the Blog View?? I use the WP-PostViews plugin at the moment. I hope you can assist 🙂 Many thanks, CJay June 11, 2015 at 1:56 am #6871 RonKeymaster If you’re using a child theme then you can try adding this on your child theme’s functions.php add_action( 'frontier_after_blog_post_byline', 'ra_postviews_byline' ); function ra_postviews_byline() { if ( function_exists('the_views') ) { the_views(); } } June 17, 2015 at 10:29 pm #6881 Christian MeadGuest Thanks Ron. Probably a silly question, but I have downloaded the child theme, but don’t know how to install it?? Hope you can help. June 29, 2015 at 2:20 pm #6890 RonKeymaster You install it the same way as any other theme. Appearance -> Themes -> Add New -> Upload Theme https://ronangelo.com/how-to-install-a-wordpress-theme/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Frontier’ is closed to new topics and replies.