Archived topic
Easy way to add \'Post Comment\' style button elsewhere?
2 replies · Started by Anonymous on October 21, 2015
Is there a simple way to add a button like the button found at the bottom of comment post sections? I'd like to link to some product brochures with a 'Download PDF' button in a handful of different pages.
Hi Shane. You can easily generate the code for a button using one of several CSS button generators available:
https://www.google.com/webhp?sourceid=chrome-instant&rlz=1C1NNVC_enUS491US548&ion=1&espv=2&ie=UTF-8#q=css%20button
GP has a built in class "button".
To use it, you can do this:
<a href="https://generatepress.com" class="button">A link to GeneratePress</a>
