• I’ve been looking all over the forum but I don’t find the answer to this.
    Where can I translate the (more…) tag? My blog is in spanish and I want it to say “(leer mas…)”
    Otherwise, I’m almost done editing my blog. I hacked an old template I used before, with tables, it’s simple but I like that.
    Anyway, if someone could please answer my question, I’ll apreciate it?
    Regards,
    FrankPereiro

Viewing 5 replies - 1 through 5 (of 5 total)
  • It goes in the parameters for php the_content:
    < ?php the_content(‘(leer mas…)’) ? >

    Thread Starter Anonymous

    I’m sorry I didn’t get that….What file do I need to look in order to change it?

    Thread Starter Anonymous

    Great!, got it, thanks a lot, I look it up and found it
    Thank you very much,
    Regards,
    FrankPereiro

    For others looking for the same thing, the call is made in index.php, and I think the functions are in template-functions.php (if you do a search with a code-editor in wp-includes for
    “the_content(“
    you’ll find the declaration of the function, along with all the params. Feel free to post here if you need a breakdown in non-coding language. 😉
    =d

    It is in template.functions.php (in the cvs…I think this is called b2template.functions.php in the released version.) If you do a search and replace with your text editor of all instances of ‘more…’, you’ll have it done.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Where to translates the (more…) tag?’ is closed to new replies.