Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Gable

    (@gable44)

    Uh that was not the best solution. The “>” is sill missing when the plugin adds its own “read more” link

    Thread Starter Gable

    (@gable44)

    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>

    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)