Hi! Is there any way to customize Continue button’s text? I need to add some different text there for every new post
Yeah, thanks, i know about this stuff. I need to make a unique text for every post instead of the word Continue. i don’t need just a button with one standart word there. It’s kind of tag More, i know, i can use this tag from post editor, but in this case i would need to point the exerpts manually and controll it’s leight every time. The theme already makes the exerpts with certain leight so i wonder if there is a feature just to add my own text for the continue button
Hi,
Change this: http://screencast.com/t/OYaudK4Q
Do it for the module you are using, edit the file and change the text then save.
Thanks
Actually, it’s not exactly what i was asking about:)
Every time i write a new post i’d like manually to write a new text instead of the word Continue in this place.
But, i guess, there is no a feature like this…If there is no this feature could you tell me how to not to show this Continue stuff at all? Tryed some code, but it didn’t worked out
Hi,
Unfortunately the theme doesn’t have a feature like that. You can remove the buttom like this: http://screencast.com/t/5Imcv8sSX
Or you can hide via css, use this custom css for this:
.td_read_more {
display: none !important;
}
Thanks
Ummm, what about using custom field plugin.
https://wordpress.org/plugins/custom-field-suite/
Assign a value to the field within the post.
Call it up using php per plugins instruction.
I’m going to try that for the read more button. i want to assign a price for each post and say buy now for $85, buy now for $100 etc in the same spot as the read more button.
My theory should work.