you did not describe what you edited to add the isotope filtering, but you seem to have removed post_class()
from this line to add your isotope class:
<article class="<?php echo $termsString; ?>item">
change it to:
<article <?php post_class( $termstring . 'item' ); ?>">
Related Posts:
- How to filter posts that belong to a specific category only if that is the only category
- More then one menu items are assigned with “current-menu-item” class
- add to end of post in the loop with plugin
- How include css class based on post ( in loop ) slug?
- Get current taxonomy and display query accordingly
- Print Current Post Index number within Loop
- Should we trust the post globals?
- How to get posts published between a date and today?
- Apply the_title() filter in post & page title, but not in menu title
- Update post counts (published, draft, unattached) in admin interface
- Removing any and all inline styles from the_content()
- How set featured posts using checkbox in post edit screen?
- Get first post from wp_query
- Removing filter dropdown in posts table (in this case Yoast SEO)
- Do we still need to include a “if (have_posts())” in templates?
- Get old values for post before saving new ones
- WP_Query: Why is sticky post not first item in loop?
- Query *only* sticky posts
- Display all posts from specific categories on a page
- How does filter the_posts work?
- rewind_posts() – what actually the use of it, and where using is required or preferred?
- Skip post in loop and mixin later
- How to show list of posts by author and category?
- How to publish a post with empty title and empty content?
- Override the default number of posts to show for a single loop?
- get comments and get posts in loop
- How do I reorder (pop and push) items from WP_Query?
- How to exclude latest x posts from a paginated query?
- How to add a “publish” link to the quick actions
- Display content from a specific category
- Reverse chronology of post listing
- Why do I need to use The Loop on pages (inside page.php etc)?
- posts page – different lengths of excerpt
- WordPress Number of Posts Not Changing With posts_per_page
- Why is wordpress removing some unicode characters (e.g. some emojis) when I save my post?
- how to display full post with pagination on home page
- Count singular post views automatically
- Looping through posts per category gives same posts for each category
- how to display post content without post image?
- Find most recent authors
- Exclude category on blog list page
- This AJAX Code Doesn’t Work – Looking for elegant solution
- How to remove_filter that filters iframes in posts? [duplicate]
- Display All Sticky Post Before Regular Post
- Cannot access current post’s ID in custom plugin
- Can’t show comments count per post outside loop
- Get the author of the latest revision
- Filter posts by author and category simultaneously
- How to have different content in the loop and single
- Specific loop in Shortcode
- Strange switch_to_blog() issue
- Filter post before *editing*
- Filter/Remove HTML Elements on all posts and pages
- Show a list of recently viewed posts to a user
- Multiple loops in same page, without duplicate content
- loop not displaying posts on custom template page
- Repost post on specific date every year
- How to use alternate post layout at key points in post loop?
- Alternate custom content in the loop
- Showing random content / pictures from earlier posts in a sticky post?
- Search widget breaks when using multiple loops?
- How to Display Post View Count
- how “manage_posts_custom_column” action hook relate to “manage_${post_type}_columns” filter hook?
- Displaying the number of posts in a custom loop (without including the number of posts of a loop below)?
- Display Latest Post from all Categories
- If specific user role then sticky post
- Auto Refresh Post List after X seconds
- The correct way to call posts with ajax
- custom wordpress post loop – hide iframe content
- Double count view in archive.php
- Divide Loop Into Days & Categories
- Converting multiple loops into one single loop with pagination
- Display posts with comments closed, with pagination?
- Group posts by year in loop
- How would I get 1 latest post from a query for 5 posts?
- Getting post id from wp_insert_post_data function?
- the_posts filter been called multiple time
- Filter Posts By Tag
- Custom excerpt length filter doesn’t work
- How can i do something after head like adding a hook for after head but before post
- While in “the loop”, detect if a post is the most recent
- Only display posts after current date
- Amend wordpress password function
- Custom Post Templates
- Alternating post layout
- Check to see if specific loop has less than certain amount of posts
- Different style for most recent article
- Contact form 7 post loop [closed]
- Differentiate between posts and pages in search results
- How can I remove posts of a certain category from homepage after a specified time period?
- Related posts loop based on tags AND categories doesn’t work without at least one tag assigned
- How to generate numbers indistinguishable for the IDs of the posts
- Loop through all product posts?
- Modify WP_Post before processing
- How to display different number of posts
- If Specific Post, Link Elsewhere
- WP Query – duplicated posts once including tags in search results
- Most recent post from another database
- wp_tag_cloud() and the_taxonomies() work but not the_tag()
- How to retrieve the postID in a “image_send_to_editor” hook function?