Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #242670
    Bastien Chilloux
    Participant

    Hi,

    How can I change the text for displaying more posts ? (hompepage footer option)

    Thx

    #242701
    Skandha
    Participant

    @bastienchill: Hello there,
    To change the More Posts text you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization.

    Kind Regards,
    Skandha

    #243250
    Bastien Chilloux
    Participant

    Hi,

    No I am not but it would be interesting if you have a tutorial.

    #243342
    Skandha
    Participant

    @bastienchill: Hello there,
    You can use our plugin Generate Child Theme to create child theme.
    Install and Activate the plugin
    Then,
    Go to => Dashboard => Generate Child Theme => Select Parent Theme as Bold Photography Pro and fill in remaining fields and Click on Generate.

    This will create and activate the child theme.

    Now,
    Copy the folder template-parts/recent-posts from your parent theme folder to the child theme folder.
    Make sure the path of the folder recent-posts in your child theme if the same as in the parent theme.
    The path should be child-theme-folder/template-parts/recent-posts.

    Now,
    Edit the file front-recent-posts.php in recent-posts folder.
    Search for the text More Posts and replace it with your required text.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #243658
    Bastien Chilloux
    Participant

    Hi,

    I did activate the plugin but the child them doesn’t keep all my changes made in the parent theme, so I don’t wanna do everything again…

    #243659
    Skandha
    Participant

    @bastienchill: Hello there,
    You can migrate your customizer settings from your parent theme to the child theme. For that you will need to use our plugin Catch Import Export. You can find the instruction to use the plugin here.

    Kind Regards,
    Skandha

    #243708
    Bastien Chilloux
    Participant

    The updates will affect the child theme, so I do not have to worry about that ?

    #243709
    Bastien Chilloux
    Participant

    I change the “more posts” text on the files from child-theme folder but it seems to don’t affect anything.

    #243788
    Skandha
    Participant

    @bastienchill: Hello Bastien,
    The updates will not affect the child theme.

    Does the file front-recent-posts.php in your child theme have the same path as this?
    child-theme-folder\template-parts\recent-posts\front-recent-posts.php.

    Also make sure you have the child theme activated.

    Let me know if the text “more posts” is still not changing.
    Kind Regards,
    Skandha

    #243791
    Bastien Chilloux
    Participant

    Hi,

    So what I mean is that the update still solve issues on parent and child theme ?
    I just made the update and it affected the child theme fine (slider delay issue solved in child theme too).

    Same issue, nothing changes.
    I do not delete the folder on the parents theme, am I right, just copy and paste, and I edited the child theme file “front recent post”.

    Child theme is activated.

    #243798
    Skandha
    Participant

    @bastienchill: Hello Bastien,

    For “more posts” not changing in the child theme, inside your child theme in the template-parts folder create another folder recent-posts then cut and paste the file front-recent-posts.php in the recent-posts folder.
    The text is not changing because the path to the file front-recent-posts.php is not same in the parent and child theme folder.

    The update will solve the issue on both parent and child theme.

    Kind Regards,
    Skandha

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change “More posts” text’ is closed to new replies.