How do I add clickable buttons? I see references to buttons but no instructions on how to create and add them.
Thanks,
Jackie
How do I add clickable buttons? I see references to buttons but no instructions on how to create and add them.
Thanks,
Jackie
Hi Jackie
Where do you see references to buttons?
Where do you want to add them?
Thanks
HI Andrew,
I searched for “buttons” and “clickable buttons” in the the documentation. I got a page where buttons were mentioned but I didn’t see how to create them.
I want to add links as buttons to the content pages. The link the buttons to the Contact page.
If there is no button maker in the theme I can get the code to make one.
Thanks,
Jackie
Thanks. Are you using a Page Builder, the Block Editor or the Classic Editor?
I’m using the Classic Editor that comes with WordPress.
Thanks.
If you’re using the Classic Editor and no Page Builder plugin then you’d either need to use a shortcode plugin or manually code the button in the Text tab. A button in HTML would look like this:
<a href="http://yourlinkgoeshere.com" class="button">Button Text</a>