Title: Add Home button help
Last modified: August 21, 2016

---

# Add Home button help

 *  [symbaface](https://wordpress.org/support/users/symbaface/)
 * (@symbaface)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/add-home-button-help/)
 * hello i would like to add a home button to the navigation area i found the code
   but have no idea how to add how to do it.
 * i found the code that push the as u can see below
 *     ```
       if($cnt >0) $final_content .= "<input type='button' value='".__('Previous step', 'daskal')."' onclick='Daskal.step(".($cnt-1).", {$post->ID});'>";
       			if($cnt >0) $final_content .= "<input type='button' value='".__('Home', 'daskal')."' onclick='Daskal.step(".($cnt-1).", {$post->ID});'>";
       			if($cnt+1 < $num_parts) $final_content .= "<input type='button' value='".__('Next step', 'daskal')."' onclick='Daskal.step(".($cnt+1).", {$post->ID});'>";
       ```
   
 * so i want help with this area of the code `{$post->ID}` so i wanna add a LINK
   to a next page, it could be a post or page
 * [https://wordpress.org/plugins/daskal/](https://wordpress.org/plugins/daskal/)

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

 * ![](https://s.w.org/plugins/geopattern-icon/daskal.svg)
 * [Daskal](https://wordpress.org/plugins/daskal/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/daskal/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/daskal/)
 * [Active Topics](https://wordpress.org/support/plugin/daskal/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/daskal/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/daskal/reviews/)

## Tags

 * [$post->id](https://wordpress.org/support/topic-tag/post-id/)
 * [Home button](https://wordpress.org/support/topic-tag/home-button/)

 * 0 replies
 * 1 participant
 * Last reply from: [symbaface](https://wordpress.org/support/users/symbaface/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/add-home-button-help/)
 * Status: not resolved