Hi!
I need to use tag More, but it doesn’t work. How can i make it work?
Hi,
I have tested this and works fine, that feature comes from WordPress. Note that this will apply only for blog pages. Also make sure you are not using excerpts, if you are the <!--more--> must be before the excerpt length is exceeded.
Ex:
* http://screencast.com/t/8UQyd9u3Tq
* http://screencast.com/t/o6TPqehtDnnQ
Thanks
Yeah, i know that it’s WordPress stuff, but i think i need to add some code to make it work as i need and i don’t know to which file.
I want to use it on category page and i want to write a custom text for each post in tag more instead of this standart Continue word. In my case tag More doesn’t work like you showed, even if i put it after 3 first words anyway i see longer text on category page. And when i write some custom text in this tag it’s also not showed. Maybe it depends on excerption, but i don’t make an excerpt manually in editor…
<?php the_content(”); ?> I found that this code might help me with More tag, could you tell me where i should put it in theme files?
Hi,
My example was for the blog page not the category and should work for you also. You can read here about this: https://wordpress.org/support/topic/how-to-make-more-tag-work-on-pages
If you don’t know hoe to do this we recommend you to hire a freelancer to do it for.
Thanks
I’ve read a lot of about it and i know that i need to switch off the exerpt somewhere in files and instead of it to show the content. To replace the_excerpt() template tag with the_content(). I’m pretty sure i can do it on my own i just need to know in which file this the_excerpt() is. Could you tell me it?
Hi,
Yes, you can find the excerpt here: http://screencast.com/t/yDGbTc6ki7
This example is for module 2 layout, if you are using other layout you would need to edit the file for that module.
Here is the excerpt function: http://screencast.com/t/QcPiLmGmvH
Thanks
Hi,
Just remove this part: http://screencast.com/t/6Mg4vDhH or replace it with your own custom excerpt function.
Thanks