• Resolved rahulrkrishnan

    (@rahulrkrishnan)


    Hi,

    I have a wordpress site which has 3 kinds of posts

    1. Posts fed via IFTTT (RSS to WordPress)
    2. Posts created in Plugin A
    3. Posts created in Plugin B

    I need to display all these posts in one page. Currently, I have to use different pages for all three types of posts.

    Has anyone tried this? Any inputs?

Viewing 4 replies - 1 through 4 (of 4 total)
  • do you have a link to the site/pages?

    If you have three different pages, are you using shortcodes in each?
    is it along these lines? https://en.support.wordpress.com/display-posts-shortcode/

    Thread Starter rahulrkrishnan

    (@rahulrkrishnan)

    rrkdxb.000webhostapp.com (running trials now)

    One plugin recognizes shortcodes and another plugin recognizes slug.

    HOME page (frontpage) is set to display posts from Plugin A (using shortcode)

    Easy Apply page is set to display posts from Plugin B (using slug). If I put shortcode from Plugin A into this page, then the page doesn’t load.

    I thought of tagging posts from these two plugins but neither plugin has the option to tag their posts.

    Thread Starter rahulrkrishnan

    (@rahulrkrishnan)

    I managed to bring all posts in one page using a shortcode plugin.

    But now I need to remove the ‘0 comments’ from each post view.

    googled and found following custom css code;
    .blog-article.timeline-style .info { display: none;}
    .single #comments { display: none;}

    but this doesnt work!

    Thread Starter rahulrkrishnan

    (@rahulrkrishnan)

    okay… found it…

    .su-posts-default-loop .su-post-comments-link { display:none;}

    this worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Combine & Display posts from Different Plugins’ is closed to new replies.