When I put a table into a post is there a way for it not to be visible on my homepage but visible when the post is clicked on.
When I put a table into a post is there a way for it not to be visible on my homepage but visible when the post is clicked on.
Hi,
simply put WordPress's <!--more--gt; tag before the shortcode.
This will only show the article up to that point and create a "Read more" link to the full text (where then e.g. the table and more text will show up).
More reading can be found in the Codex: http://codex.wordpress.org/Customizing_the_Read_More
Hope this helps!
Tobias
Hi,
sorry for the typo above.
The tag is meant to be <!--more-->
Tobias
This topic has been closed to new replies.