Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59803
    Alexander Chernyh
    Participant

    After update Catch Responsive theme from 1.4 to 1.6 I see previus & next links on single posts. I want to remove it. How can i do it???

    Оr

    How cat I translate next&previous into russian and ukrainian ???

    #59861
    Sakin
    Keymaster

    @alexch: You can hide that from custom css. For that, you can just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .post-navigation { display: none; }

    To translate any theme text, you need to create .po and .mo files from .pot file you will find inside languages folder “catch-responsive/languages/catchresponsive.pot”. You can use free software form http://poedit.net/.

    Let me know if you are interested in translating then I can email you more details and also we will include that file in language folder in next version. So, it will stay in theme when you update as well.

    #59898
    Alexander Chernyh
    Participant

    ok. agreed about translation

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove Previous/Next in single posts’ is closed to new replies.