Title: Add button
Last modified: September 1, 2016

---

# Add button

 *  Resolved [alekma](https://wordpress.org/support/users/alekma/)
 * (@alekma)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/)
 * Hi
 * It is possible to add button (more) below every job offer (grid view)?
 * [https://wordpress.org/plugins/simple-job-board/](https://wordpress.org/plugins/simple-job-board/)

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

 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/#post-7690645)
 * Hello alekma,
 * Yes, it’s possible by adding the following code snippet in your theme’s functions.
   php file.
 *     ```
       /**
        * Filter the "read more" excerpt string link to the post.
        *
        * @param string $more "Read more" excerpt string.
        * @return string (Maybe) modified "read more" excerpt string.
        */
       function wp_excerpt_more( $more ) {
           return sprintf( '<a class="read-more btn btn-primary" href="%1$s">%2$s</a>',
               get_permalink( get_the_ID() ),
               __( 'Read More', 'textdomain' )
           );
       }
       add_filter( 'excerpt_more', 'wp_excerpt_more' );
       ```
   
 * Hope it will help you. Thank you for using SJB and let us know if we can help
   you further.
 * Thank & Regards,
    PressTigers
 *  Thread Starter [alekma](https://wordpress.org/support/users/alekma/)
 * (@alekma)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/#post-7690648)
 * I add code but nothing happend, Do i need add something to content-job-listening-
   frid-view.php?
 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/#post-7690686)
 * Can you please share your website URL so that we can suggest you a solution?
 *  Thread Starter [alekma](https://wordpress.org/support/users/alekma/)
 * (@alekma)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/#post-7690693)
 * [http://rekrutacja.projectmanager24.pl/rekrutacja/jobs/](http://rekrutacja.projectmanager24.pl/rekrutacja/jobs/)
 *  Plugin Author [PressTigers](https://wordpress.org/support/users/presstigers/)
 * (@presstigers)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/#post-7690773)
 * We have gone through the provided link. You are customizing SJB templates. Above
   mentioned code will work with default templates of SJB.
 * Kindly add “Read More” button code in grid view template that you have customized.
 * Let us know if you need any further assistance.
 *  Thread Starter [alekma](https://wordpress.org/support/users/alekma/)
 * (@alekma)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/add-button-5/#post-7690859)
 *  [WaterBot](https://wordpress.org/support/users/bookacan/)
 * (@bookacan)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/add-button-5/#post-8209512)
 * Hello Team,
 * Have the same issue of “Read more” button not appearing in both list & grid view.
   
   We havent changed the sjb templates at all and tried adding the code you mentioned
   above to theme functions.php, but still the button doesnt appear. Any thing else
   that we can debug/look at?
 * Thanks in advance!

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

The topic ‘Add button’ is closed to new replies.

 * ![](https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069)
 * [Simple Job Board](https://wordpress.org/plugins/simple-job-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-job-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-job-board/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-job-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-job-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-job-board/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [list view](https://wordpress.org/support/topic-tag/list-view/)

 * 7 replies
 * 3 participants
 * Last reply from: [WaterBot](https://wordpress.org/support/users/bookacan/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/add-button-5/#post-8209512)
 * Status: resolved