• Resolved waleswan

    (@waleswan)


    Hello!
    How i can make this plugin work not only in the single post page, but on the index page (where i have my post listing) too?
    I want to all post on index page be slidable with all content. To exclude misunderstandings: each post in block, in each block we have slider with all content of current post. For example: index page with 10 posts => 10 blocks => 10 sliders.
    I already try get_posts from the post array and after use <?php the_content(); ?> also try <?php get_template_part( ‘content’, ‘page’ ); ?> which used in single page template but it’s dont work at all.
    Can you help me?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    I understand your requirement but this plugin works with content, not with the excerpts. When we play with loops, usually we don’t display the whole posts and it’s not practical as well. On other hand, it’s using JavaScript which is scripted for single occurrence not for multiple so it will require major changes in the code. If you need custom development, you may try modifications in it.

    Thread Starter waleswan

    (@waleswan)

    Thank you for response!
    I’ll already checked plugin backend.
    I will try to change the code, but it seems not too easy.

    Maybe you as an experienced WP user and developer can advise any working decision (plugin) for this requirements.
    I google for it for hours but can’t find =/

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    Your requirements are really different, i never heard that someone will require that kind of implementation. I can do it for you but as a custom solution, cannot add this to the plugin repo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make plugin work with post listing on index page’ is closed to new replies.