Question My "read more" needs translation

Discussion in 'WordPress Themes' started by serafina, Feb 7, 2012.

  1. serafina New Member

    I use Coraline theme and I've checked the WP codex for changing the "read more" link to the Spanish translation "leer mas." I don't get it. Please tell me exactly where to change php or whatever. In which edit? This would be an enormous help.

    Thanks in advance.

    Rapsodia Antillana
  2. serafina New Member

    While on the subject of changing code, I also want to delete a comment form (default) off of a contact sheet. I only want my readers to view the contact form when they click "Contact." How can I eliminate this?:confused:
  3. kris Member

    look for this code or add it to functions.php

    PHP:
    // Puts link in excerpts more tag
    function new_excerpt_more($more) {
          global 
    $post;
        return 
    '<a class="moretag" href="'get_permalink($post->ID) . '"> Read the full article...</a>';
    }
    add_filter('excerpt_more''new_excerpt_more');
    and to remove comments:
    If yours theme has a custom contact page template ex. contact.php remove piece of code that is responsive for comments form :) if it hasn't - creat it :)

Share This Page

Users found this page by searching for:

  1. translate read more wordpress

    ,
  2. wordpress 3 translate the read more link

    ,
  3. wordpress translation read more

    ,
  4. wordpress translate read more