Viewing 5 replies - 1 through 5 (of 5 total)
  • what exactly are you stuck with?
    can you post a link to your (WordPress) site to illustrate the current status of the converted theme?

    as these ‘buttons’ could be links to other pages(?) or categories(?), consider to create a custom menu for them; https://codex.www.ads-software.com/Navigation_Menus

    Thread Starter Md Alamin

    (@bir0611)

    yes this is the button of other pages. suppose .
    <a href="#">title</a>
    So how can i made dynamic the “title” word? is it necessary or not?

    how can i made dynamic the “title” word?

    this depends on where you want to link the button(s) to, and if this needs to change automatically.

    Thread Starter Md Alamin

    (@bir0611)

    suppose, i have wrote this code <a href="index.php">Home</a> in html and css. So it is statics. Now i want to convert it to wordpress. How can i write the code?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can use static HTML in WordPress, it’s the same as it is outside of WordPress.

    If you want the link to go to the home page then just put a forward slash in there:

    href="/"

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to convert html botton to wordpress?’ is closed to new replies.