[Plugin: WP-Filters] How do I use this?
-
I’m trying to follow the instructions here: https://gobanana.ca/wp-filters
It says I should wrap my posts in a post wrapper and then assign each post to a class like this:
<div id="postswrapper"> <div id="post-1" class="post category-1 category-2 category-3">[Post content here]</div> <div id="post-2" class="post category-3 category-4 category-1">[Post content here]</div> <div id="post-3" class="post category-7 category-a category-5">[Post content here]</div> <div id="post-4" class="post category-1 category-2 category-3">[Post content here]</div> </div>
So in [post content here] I need to place what exactly…
Sorry for the noob question.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP-Filters] How do I use this?’ is closed to new replies.