Welcome! To use this support forum, please Login or Join Today!
You are here → Home :: Forum Home :: WordPress Themes Support :: Presstige WordPress Theme :: Thread
Button Text & Link
I inserted a short code button under feature one. I see the button but can’t figure out how to update the button text/caption text.
Also when trying to insert a link to the button to open another page on the site it does not seem to take. In the visual editor I highlight the text then click add link, put in link to existing page, then add link but nothing updates.
When I publish and view site I see button box but when I click the link it takes me to domains.com.
Please advise how I can update the button text and link.
Rather than editing the HTML code of the button, you might find it easier to use the button shortcode:
Example:
[button link="http://www.domain.com" align="right" size="medium" caption="caption text"]Button Text[/button]
The available attributes for the button shortcode are:
link = URL
size = small,medium,large
color = red,green,blue,lightblue, etc. (omit for theme default)
target = _self,_blank
caption = caption text (omit for none)
align = left,right,center
Thanks for the prompt reply. Your explanation helped me pinpoint things. I added the button shortcode then manually updated the link and button text.