Button plug-in
-
Hi, I need to make a button for a link. Where do I find this?
The blog I need help with is: (visible only to logged in users)
-
Hello @lwsbdemocraticclub
You do not necessarily need a plugin to have a button on your site. And also, there are not plugins currently on WordPress.COM that can add a custom button.So, follow these steps to add a button:
1. Edit your page/post on with your want the button.
2. Switch to the HTML tab on the post/page editor.
3. And then, you can create a button with a link by using inline CSS like this:
<a style="background: #0080ff; color: #ffffff; padding: 8px 15px; border: none; text-decoration: none;" href="https://wordpress.com">THIS IS A BUTTON</a>Hope this helps 🙂
- The topic ‘Button plug-in’ is closed to new replies.