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
- The topic ‘Add Home button help’ is closed to new replies.