Hi there,
I was looking through the documentation and couldn't find any reference to the <!--more--> shortcode to produce the read more button.
Is the a code for generating a custom button with custom text? If so, can we have a list please?
Thanks
Hi there,
I was looking through the documentation and couldn't find any reference to the <!--more--> shortcode to produce the read more button.
Is the a code for generating a custom button with custom text? If so, can we have a list please?
Thanks
Hey,
The more tag <!--more--> is a standard wordpress feature: http://codex.wordpress.org/Customizing_the_Read_More . The documentation doesn't cover standard wordpress functions,features & usage because we expect that our users are familiar with wordpress (the car dealer can't show you how to drive too :) ). However if you've a question feel free to ask us.
Thanks for your reply,
I thought that "custom" shortcodes are added theme specific in functions.php etc...
Is there a code for generating a custom button with custom text? - I'm guessing no?
Hey,
not really, however - you can add your button code to the CSS files with a class .mycustombutton and then you can use it like this through HTML mode.
<a href="mylink" class="mycustombutton">Your Text</a>
ok, I thought as much, thanks Chris, appreciated.
You must log in to post.