• Resolved carlosbaque

    (@carlosbaque)


    Hi, very nice plug-in.

    So far it’s working and the posts are being loaded, the only problem is that the loaded posts at the bottom are just displaying the excerpt instead the content of the post.

    Here’s a link to one of my posts.

    http://baqueton.com/2016/02/24/super-yate-futuristahyswas/

    I’m using the Accespress Mag theme, and the child theme SportsMag

    These are the variables in set up page

    Content Container / main.site-main
    Post Title Selector / h1.entry-title
    Post Navigation Container / nav.navigation
    Comments Container / div#comments

    I hope there’s simple solution, or probably I did something wrong in the set up.

    Many thanks in advance.

    —————————————————-
    https://ww.wp.xz.cn/plugins/auto-load-next-post/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sébastien Dumont

    (@sebd86)

    Hi carlosbaque. I’m glad you like the plugin. I will take a look at the theme and get back to you.

    Plugin Author Sébastien Dumont

    (@sebd86)

    What you need to do is edit the “content.php” file within the parent theme “Accespress Mag” and find this function accesspress_mag_excerpt();

    Then replace it with the WordPress standard function for inserting the content. the_content();

    This will then display the other posts content.

    Hope that helps.

    Thread Starter carlosbaque

    (@carlosbaque)

    Hi Sebastien, thanks for answering so fast, I already replace the code, and worked like a charm.

    keep up the great work you’re doing 🙂

    Plugin Author Sébastien Dumont

    (@sebd86)

    Your welcome and thank you for using the plugin.

    Please consider writing a review or giving a donation to show your support or both. It’s up to you.

    🙂

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

The topic ‘Plugin loads post excerpt instead post content’ is closed to new replies.