Title: Gable's Replies | WordPress.org

---

# Gable

  [  ](https://wordpress.org/support/users/gable44/)

 *   [Profile](https://wordpress.org/support/users/gable44/)
 *   [Topics Started](https://wordpress.org/support/users/gable44/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gable44/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gable44/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gable44/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gable44/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gable44/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Excerpt] Custom Excerpt](https://wordpress.org/support/topic/custom-excerpt-4/)
 *  Thread Starter [Gable](https://wordpress.org/support/users/gable44/)
 * (@gable44)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/custom-excerpt-4/#post-4195875)
 * Uh that was not the best solution. The “>” is sill missing when the plugin adds
   its own “read more” link
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Excerpt] Custom Excerpt](https://wordpress.org/support/topic/custom-excerpt-4/)
 *  Thread Starter [Gable](https://wordpress.org/support/users/gable44/)
 * (@gable44)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/custom-excerpt-4/#post-4195867)
 * I think i have solved the problem
    In my theme’s file called loop.php
 * The wrong code
 *     ```
       <p><?php echo $theme->shorten(get_the_excerpt(), 150,'...'); ?>
       <a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'>Read more...</a></p>
       ```
   
 * I changed the paragraph tag ending position
 *     ```
       <p><?php echo $theme->shorten(get_the_excerpt(), 150,'...'); ?></p>
       <a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'>Read more...</a>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] [Plugin: Co-Authors Plus] Co Authors Plus languages?](https://wordpress.org/support/topic/plugin-co-authors-plus-co-authors-plus-languages/)
 *  [Gable](https://wordpress.org/support/users/gable44/)
 * (@gable44)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-co-authors-plus-co-authors-plus-languages/#post-2302896)
 * Hi!
    I have created the **Hungarian translation**, but I need some information
   for more improvements.
 * I need explanation for the following texts:
    1:
 * > No post ID provided for CoAuthorsIterator constructor. Are you not in a loop
   > or is $post not set? – **`Where is this shown`**?
 * 2:
 * > Co-Authors Plus – **`Should I translate the name of the plugin?`**
 * I also would like to translate the Documentation and FAQ so
    Where can I translate
   them?:)

Viewing 3 replies - 1 through 3 (of 3 total)