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

    (@gobanana)

    Hi Deyson,

    The link you posted seems to redirect me to a login page.

    The posts container is the div that wraps ALL the posts. You can use Chrome’s inspector to find the class or ID of the div, or in your theme files.

    The filter results can absolutely show your excerpts but that is independent of the plugin. You would have to set up the template to show excerpts.

    Thread Starter deyson

    (@deyson)

    Hello! Thank you for such a quick response.

    The page should work now: https://motion-master-templates.com/test-page-2

    I am truly lost, on which page should I do the inspect on?

    Thank you. ??

    Plugin Author gobanana

    (@gobanana)

    It appears you are not currently showing any of the posts. So the posts container does not actually exist.

    For reference, here is the inspection of your home page. The posts container has the class “template-center”. https://cl.ly/3G2v1w1p0v3g0X1h1D1P

    Thread Starter deyson

    (@deyson)

    Hello Anna,

    I tried adding “.template-center” to the box and I still do not get anything. ??

    Here is an example of the posts results as excerpts that I want to achieve: https://motion-master-templates.com/?s=Final+Cut+7&submit=Search

    Please let me know what I am doing wrong.

    Thank you for your valuable time.

    Plugin Author gobanana

    (@gobanana)

    As I mentioned, the page you are trying to filter on does not currently display any posts at all. Those must be present before the plugin can filter anything.

    The plugin does not generate the posts and excepts, only the filters on an existing posts page.

    Also, the .template-center was only an example and would depend on what you name the container on the filtering page.

    Thread Starter deyson

    (@deyson)

    Can you point me in the right direction on how I can accomplish adding posts to my page so I can get it to work with your plugin.

    I am sorry I am very noobie on all this.

    Thank you.

    Plugin Author gobanana

    (@gobanana)

    You’d have to look at the theme you’re using and possibly edit the template files.

    Thread Starter deyson

    (@deyson)

    Hello, Am I getting close? ??

    I could not find a template that seemed to show me all my posts ( I am a Noobie )

    But I did find this: https://www.labwebdesigns.com/blog/how-to-show-post-excerpts-on-a-static-wordpress-page.html

    I came up with this: https://motion-master-templates.com/test-page-2

    I am using the .csc_post2 in the Posts Container.

    Thank you again for your patience ??

    Plugin Author gobanana

    (@gobanana)

    You’re doing great!

    I noticed for the postsContainer you entered “csc_post2”, it should actually be either #container or #content – the two divs that wrap ALL the posts, not just each individual one.

    Also, where you do have “csc_post2” in the template code it should also call post_class(). So going off the tutorial link you provived, inside the while loop you should have

    [div id=”post-[?php the_ID(); ?]” class=”[?php post_class(); ?]”]
    [h2][a rel=”bookmark”
    title=”Permanent Link to [?php the_title(); ?]”][?php the_title(); ?][/a][/h2]

    [div class=”entry-summary”]
    [?php the_excerpt(); ?]

    [/div]
    [/div]

    (of course replace square brackets with <>)

    Thread Starter deyson

    (@deyson)

    Hello,
    Ok I tried both #container or #content and I added your code to my template page and it did not work ??
    Here is the page: https://motion-master-templates.com/test-page-2

    Also how where should I add csc_post2 so I can keep the styling I had before?

    Here is the template page code I am using, thank you very much ??

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    Thread Starter deyson

    (@deyson)

    Whoops, seems I went over the number of lines, here is the templates code:
    https://pastebin.com/pQbERXav#

    Plugin Author gobanana

    (@gobanana)

    My bad, instead of

    class="<?php post_class(); ?>"

    It should just be

    <?php post_class(); ?>

    Thread Starter deyson

    (@deyson)

    Woo Hoo!!! Thank you Ana. You rock!

    Here is the result: https://motion-master-templates.com/test-page-2

    You have a great plugin in your hands. Very valuable as there is nothing else that can help so much.

    Some suggestions for the future are:

    -Option for tags over categories

    -Option for different types of Jquery animations like isotope.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘[Plugin: WP-Filters] How do I find my posts container?’ is closed to new replies.