How to remove "More posts" on main page

  • Author
    Posts
  • #24361
    Pascal

    Hy !
    Could anyone tell me how to remove “More posts” on the bottom of main page, or how to translate it and make it work ?
    Because curently you can not clic on it (nothing append), it is not linked !
    Thank’s a lot !
    Pascal
    PS : I think that was not here before this new update !…

    #24363
    Jim

    Hi Pascal

    The following code pasted into your custom CSS area within Misc. Settings should remove it from the page.

    a.continue-reading-link, #cryout_ajax_more_trigger {
    display: none;
    }

    I hope this helps

    Jim…

    #24364
    Jim

    Hi Pascal

    Sorry please ignore the code in my last message, it should be this:

    #cryout_ajax_more_trigger {
    display: none;
    }

    Thanks

    Jim…

    #24372
    Pascal

    Thank’s a lot Jim !
    But I am not very aware with CSS…
    So could you tell me where I have to look for this text, which files ?
    Regards.
    Pascal

    #24375
    Jim

    Hi Pascal

    You need to go to Tempera Settings then choose Miscellaneous Settings in there you will see a box labelled custom CSS code, copy the last code I sent and paste it into that box. Then save the settings and refresh your site. Hopefully if all works your “more posts” box should no longer be displayed.

    I hope this makes sense and helps

    Jim…

    #24380
    Pascal

    Hi Jim !
    Sorry for being so beginner with this !
    I thought I had to modify a CSS file !
    That works absolutly fine !
    Thank’s a lot !!!!!
    Kind regards, take care !
    Pascal

    #24986
    Stephane Lariviere

    I Jim,

    I came accross this post searching a way to translate the more posts button. The button work,s find but it is the only thing remaining in english and I would like to translate it in french.

    Can you help?

    Thanks and by the the theme is just great!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘How to remove "More posts" on main page’ is closed to new replies.