badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Show full posts on home page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25884
    dougdavis22
    Participant

    Even though I have set the ‘Full Text’ option set under Settings > Reading in WP Admin, I’m still only seeing excerts with the ‘Read More’ link. How do I make sure full posts are shown?

    Thanks.

    #25898

    Hi dougdavis22,

    That is the options to show the article in feed. To set the ‘Full Text’ option, this feature is not available. We have designed our blog post this way. To have the full post display you have to customize the code. Make sure to make a child theme before changing any code.

    Thank you for using our theme.

    #38950
    contacto
    Participant

    Dear support,

    Could you please give us any hint of what file should be modified and how on the child theme in the order to make it work? We are also interested in displaying the full contents of a TH: Featured Page but are not experts in PHP.. but we can try! =)

    Thanks and regards,

    Juan.

    #39028

    Hi contacto,

    You mean to change the H: Featured Page excerpt content to full width right? In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like TH Child: Featured Page, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.

    Just making same file structure in the child theme like /library/widgets won’t overwrite the parent file. Hope this helps.

    On line no 226 inside theme folder (ambition-> inc -> widgets-> ambition_widgets.php ) replace this code <?php the_excerpt(); ?> with <?php the_content(); ?>

    Then your full width content will be displayed. You can view in forum how to create a child theme. We have replied it many times.

    Thank you!

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