Blog “Home” button

  • Posted in : BookCard WP
  • zaggadondon
    Participant

    Hi there,

    Is there any way to get a close button like portfolio for the blog. The blog has a home button that takes you to front cover page so I have to start all over again with blog posts. How can I set up a close button so I can continue going through posts instead of home sending me to main front cover?

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    – go to Appearance > Editor > post-sidebar.php

    – find the line:

    <a class="icon button back" href="<?php echo get_home_url(); ?>"><?php echo __( 'home', 'bookcard' ); ?></a>
    

    – put your posts url:

    <a class="icon button back" href="put-your-posts-url-here"><?php echo __( 'home', 'bookcard' ); ?></a>
    

    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register