• Resolved gaszer

    (@gaszer)


    First – nice plugin. Does exactly as expected.

    I’m using the shortcode on my front (static page), but the continue reading link at the bottom of the excerpt is only showing a link back to the same (front) page.

    I’ve checked it (the continue reading link) on the categories page, and everything is fine.

    Any suggestions?

    thanks,
    Gary

    https://www.ads-software.com/extend/plugins/column-posts/

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Author lebasca

    (@lebasca)

    Hi Gary,

    Go to your theme folder, open the file functions.php and add the following code:
    /*
    ——————————————————————-
    Changing excerpt more
    */
    function new_excerpt_more($more) {
    global $post;
    return ‘…’;
    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);

    Regards,
    Lebasca

    Hi,

    Im having the same issue where the link at the bottom of the excerpts within the plugin dont work and only direct to the home page yet they work on category pages.

    I have tried adding the code suggested into the functions.php but this doesn’t change the output from the plugin.

    Plugin Author lebasca

    (@lebasca)

    Hi there,

    My solution that I offer you is to remove the continue reading link at the bottom of the excerpt and replace it with ‘…’.
    To do this, follow these instructions:
    1. Open the file functions.php in your theme folder(I guess you use TwentyTen theme) and look for the following function name: twentyten_auto_excerpt_more.
    Replace this code:
    function twentyten_auto_excerpt_more( $more ) {
    return ‘ …’ . twentyten_continue_reading_link();
    }
    with:
    function twentyten_auto_excerpt_more( $more ) {
    /*return ‘ …’ . twentyten_continue_reading_link();*/
    return ‘ …’;
    }

    Note: If you added the code suggested in my previous reply, please remove it.

    Hope this can help you this time,
    Lebasca

    Thanks that removes the link, is there no way to get the link to point to the corresponding post?

    Thanks

    Plugin Author lebasca

    (@lebasca)

    Hi there, I just released a new version (1.2.2) to fix this bug.

    Cheers

    Lebasca,

    Ive updated and it appears that your plugin is now causing a 500 internal server error.

    Ive deleted the plugin and took a look at my error logs and it is coming up with a premature end of script headers

    Thanks
    Kev

    Plugin Author lebasca

    (@lebasca)

    Hi Kev, Are you completely sure is my plugin causing a 500 internal server error? I am using it on my website and localhost server, and I don’t have any issues.

    Please take a look this link: How to Fix the Internal Server Error in WordPress

    Let me know.

    Seems I jumped the gun. Ive reinstalled and it appears to be working fine now.

    Thanks for the help.

    Hi,
    i am new with wordPress. I am using pinboard theme for my site. I need to post many things in my site. I did it.
    That is we have so many products in our company, so want to post latest product with all its feature. So i need to make different sidebar for all those posts.I can post the product successfully.
    But there is a problem with me that i want to make different sidebars on different posts.
    Is any one can help me to make different sidebar with different posts in pinboard theme?
    I used customsidebar,woosidebar etc plugins. But that was not succeeded:-(
    please give me a user friendly solution for this.

    Plugin Author lebasca

    (@lebasca)

    Hi Remi, I use Custom Sidebars and it works for me. Have you tried to assign your custom sidebar to your post? For any issue related to this plugin, go to the support forum of this plugin https://www.ads-software.com/support/plugin/custom-sidebars

    Thank you very much for your replay Lebasca.
    I used https://www.ads-software.com/support/plugin/custom-sidebars and it works for me.
    But sometime, when i used Custom-sidebar for some posts the side bar in the older post will be changed means the older posts become without sidebar. Hope you understands my problem.
    If you u don’t mind suggest me a way to attain my goal.
    And once more thanks for your replay.

    Plugin Author lebasca

    (@lebasca)

    Sorry but I don’t know how to solve this issue. As I told you in my previous reply, you have to go to the Custom Sidebars Support Forum and post your issue there. I only support in this forum Column Posts plugin issues. Thanks.

    Yup!!!
    Thank you again.
    I can figure out my problem.
    Thank you so much.
    I like your plug-in!!!
    Thanks again

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Continue Reading link’ is closed to new replies.