Home Forums Pro Themes Education Hub Pro Blog page featured post linking

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26898
    tommybarber
    Participant

    Hi,

    You said recently (i enquired) that you were going to include featured picture linking to posts, so that when somebody visits my blog page they can click on the featured post to go the blog.

    Any ideas when you’re going to implement this .. Pllleeeaaasse! 😉

    Tom.

    #26928
    wensolutions
    Keymaster

    Hello

    To solve the issue for now you need to create and activate the child theme.

    Below is the link on how to create the child theme .

    Child Theme

    You can simply create the child theme using plugin as well.

    After creating and activating the child theme create a content.php file in child theme and paste the below code.

    Also create index.php file in child theme and copy exact code as the parent theme and replace the code in line no 41 i.e
    get_template_part( 'template-parts/content', get_post_format() );

    with the below code.
    get_template_part( 'content');

    Hope this helps .

    The theme will also be updated soon.

    Best Regards!!

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