• Resolved anandaravind

    (@anandaravind)


    Hi, The bookmark appears both on the individual post page as well as on the Posts page after the excerpt text. However, when I create a new page that contains specific (or some) posts (based on a particular category) and display posts as excerpt, the bookmark does not appear. Can you please help. Is there something that I need to do? Or, the plugin behavior is to have bookmark only on the Post page? Please clarify.

    • This topic was modified 3 years, 9 months ago by anandaravind.
Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Sabuj Kundu

    (@manchumahara)

    Hi,

    I am not sure I understood your problem or plugin’s problem. But you can configure for which post type the plugin will show bookmark from the plugin setting. is that you want ?

    Thread Starter anandaravind

    (@anandaravind)

    Thanks @manchumahara for your response. Here is the issue that I am facing: On the Blog page (Settings > Reading (=Blog)) where the excerpts are displayed, the Bookmark icon at the end of the excerpt is displayed. However, when I create a new page and list the blog posts, the Bookmark icon is not displayed at the end of excerpt. Hope I am able to articulate the issue.

    Thread Starter anandaravind

    (@anandaravind)

    In other words, when I create a page with a list of archive posts I am not able to get the Bookmark icon for the list.

    Thread Starter anandaravind

    (@anandaravind)

    @manchumahara Any suggestions as to how to get the bookmark on the summary list of archive post?

    Plugin Author Sabuj Kundu

    (@manchumahara)

    Hi,

    Please check the plugin setting:

    if you are using auto integration feature then enable for archive from the generation setting page.

    If you are not using auto integration then you can directly put shortcode in theme file(s) using

    
    <?php 
    echo do_shortcode('[shortcode here]');
    ?>
    
    Thread Starter anandaravind

    (@anandaravind)

    I had auto integration feature enabled; however, still not able to get the bookmark in the archive posts. Tested with couple of different themes, and although the bookmark did not appear in archive posts, the behavior of bookmark seems to differ with plugins. Will check the theme dependency.

    Plugin Author Sabuj Kundu

    (@manchumahara)

    hi,

    two things need to check again

    1. if the post type of archive is enabled in plugin setting.
    2. if the theme archive file which is loaded now has any the_content or the_exceprt filter , otherwise no plugin will work for content auto integration.

    Thread Starter anandaravind

    (@anandaravind)

    Thanks @manchumahara. Sorry did not understand your option 1 suggestion; where is an option to set the post type of archive? There are two setting in plugin: one, Show in Archive which is set to yes, and two, Post Type Selection, which is set to Posts. The only other options that I see is Pages and Media. Is there any other option that I should be looking at? Please confirm.

    Thread Starter anandaravind

    (@anandaravind)

    And the theme archive file does not have the_content or the_exceprt filter.

    Plugin Author Sabuj Kundu

    (@manchumahara)

    then it should not work, you need to use the bellow method in archive template file

    
    <?php 
    echo do_shortcode('[shortcode here]');
    ?>
    
    Thread Starter anandaravind

    (@anandaravind)

    Thanks for your support — making a change in the template file worked!!!

    Thread Starter anandaravind

    (@anandaravind)

    Marking the case as resolved. Thanks again!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Missing bookmark in (grid) excerpt display that has specific posts’ is closed to new replies.