The text of continue button

Posted in: Newspaper
Post count: 224

Hi! Is there any way to customize Continue button’s text? I need to add some different text there for every new post

Post count: 555

Go in ur theme settings and then “TRANSLATIONS” and in the list look for the word “Continue” and put what ever you want in the box next to that word..

Post count: 224

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

Post count: 6600

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

Post count: 224

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

Post count: 6600

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

Post count: 224

Got it! Thank you, Lucian!

Post count: 109

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.

Post count: 224

It’s interesting, i’ll try to use it. Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.