Read more tag issue
-
Hi, I read your ‘More tag’ support page : https://en.support.wordpress.com/more-tag/
but I still can’t make it work. The text appears just like it would without the more tag. I tried it with multiple WordPress themes (Twenty ten, Orvis, Rebalance, harmonic, Sketch) and got the same result.
Here’s an example : https://caetanoveyssieres.wordpress.com/development/
AT the bottom of the page, the text goes like this :
Yada yada this is a test. <!–more–> hello what’s going on?
I’m trying to add a read more buttonThanks for your help
The blog I need help with is: (visible only to logged in users)
-
Hi @gamnamno: The read more link generated by the tag won’t be displayed on individual pages or posts themselves. It’ll instead by displayed anywhere that references the page or post. For example: in emails or a blog page that lists all of your posts.
Let me know if that helps to clarify how the read more tag works or if you have any extra questions.
-
Thanks, I thought it would be like a drop down text that would show up when you click on “read more”.
So instead it should be put on posts so that the page that displays posts puts the excerpts with a “read more” link. But why can we put a “read more” tag on a regular page ? How can it be used there ? -
Hi there,
The read more tag is useful in cases where a theme features pages on its home page, like Edin for example. You’re right that it’s most commonly used with posts though.
The effect that you’re trying to create could be created with some HTML, specifically the details tag. You can read some information about this tag here:
An example:
<details> <summary>Text you see before expansion.</summary> <p>Text you see after expansion.</p> </details>Please note, the tag is still fairly new and won’t currently work with Internet Explorer. Those viewing your site in that browser will see all of the text, without the option to expand.
Hope that information’s helpful!
-
-
Hi there,
The theme you have active is using HTML5 and WordPress.com itself is built using the latest web technologies. :) Some browsers, however, do not support all HTML5 elements just yet.
-
Wait, is it normal that firefox doesn’t support that (I checked and I have the latest version : 46.0.1) while chrome does ?
-
Hi there,
I did a bit of digging and found that support for the details tag is currently planned for Firefox 49:
https://bugzilla.mozilla.org/show_bug.cgi?id=591737#c275
The current release of Firefox is 46, and Firefox 49 is scheduled for mid-September.
-
-
You’re most welcome! Feel free to open another thread if anything else comes up, too. :)
- The topic ‘Read more tag issue’ is closed to new replies.