-
Closed
-
Hi
Why can’t i put a read more tag on a page in evolve=?
I can put a read more tag but it doesn’t show at the website.
Evolve+
http://www.jhleloux.nl
Karin
The topic Read more tag in pages evolve+ is closed to new replies
Hi
Why can’t i put a read more tag on a page in evolve=?
I can put a read more tag but it doesn’t show at the website.
Evolve+
http://www.jhleloux.nl
Karin
Hi Karin,
Thanks for writing in,
Would you mind providing some more clarification on it, and if you wish to add a read more tag into your slider so that is under Appearance > Theme Options > Bootstrap Slider as per shown here: http://prntscr.com/7h55qd.
Thanks.
Hi Imran
I want to insert a read more tag on a page, not into a slider…
As for example:
Above “De onderdelenlijst:”
Kind regards
Karin
Hi,
In WordPress, read more tags works in WordPress Post only.
In page you can use <!--nextpage-->
tag. Use it in text editor, not in Visual editor.
Then open up page.php – line 62 and find the following codes.
<?php the_content( __('READ MORE »', 'evolve' ) ); ?>
and change to the following codes.
<?php the_content( __('READ MORE »', 'evolve' ) ); wp_link_pages(); ?>
more information https://codex.wordpress.org/Function_Reference/wp_link_pages
If you ask me why there is ‘READ MORE »’ in the_content function, I can only tell you that it was a mistake, and it does nothing.
Thanks!
Denzel
“READ MORE »” is there with reason, not because it does nothing but because it will replace default “Read More…” text in more button.
Hi Jerry,
I mean the READ MORE found in page.php. You can download the latest Evolve Plus theme and try out read more tag in a page. Don’t think read more tag works in WordPress page.
I know how read more in the_content works for posts, thanks for the clarification.
I can remove my statement if it upsets you.
Thanks!
Denzel
That’s fine, im not upset, in page.php the “READ MORE” should not be in the_content function, that is correct. Anyway im not the developer who made that 😉
Hi Jerry,
Thank you for your clarification. I made an edit to my statement, I should not have mention that.
Best Regards,
Denzel
The topic Read more tag in pages evolve+ is closed to new replies