modeman
Forum Replies Created
-
Im also have a trouble with new 5.0 wordpress + toolset types + wpbakery page builder.
If toolset types plugin is activated then stops working the wpbakery page builder – its give many javascript errors:Forum: Developing with WordPress
In reply to: $wpdb get_results – loop from specific categoryThanks i did it by your example ??
Forum: Fixing WordPress
In reply to: Show current category subcategories and postsYes but i dont know how to make it with current category principle and check if current category does not have subcategory
Forum: Fixing WordPress
In reply to: Loop all categories with postsUp
Forum: Fixing WordPress
In reply to: Loop all categories with postsUp
Forum: Fixing WordPress
In reply to: Loop all categories with postsAnybody?
Forum: Fixing WordPress
In reply to: Loop all categories with postsSo, now i have this loop code: Loop code
But it loops the same post. I need to exclude those 5 posts, because first two posts and other three posts are different styling. How to do that?
Forum: Fixing WordPress
In reply to: is_category function in foreach get_categories functionThanks, worked!
Forum: Fixing WordPress
In reply to: WP_Query items countWorked, big thanks to you ??
Forum: Fixing WordPress
In reply to: WP_Query items countHere is the full file code:
https://pastebin.com/SdA58VRVHere is the live demo of this code:
https://test.filmas24.lt/top-filmai/With your’s code i get this error:
Parse error: syntax error, unexpected $end in /home/patiekal/domains/filmas24.lt/public_html/test/wp-content/themes/filmai_theme/page-templates/page-top-movies.php on line 1
Forum: Fixing WordPress
In reply to: WP_Query items countNothing changes.
Now it loop like this:
<div class="container"> <div class="col-md-2"></div> <div class="col-md-2"></div> <div class="col-md-2"></div> <div class="col-md-2"></div> <div class="col-md-2"></div> <div class="col-md-2"></div> </div> <div class="row"></div> <div class="row"></div> <div class="row"></div>
It’s should be like this:
<div class="container"> <div class="row"></div> <div class="row"></div> <div class="row"></div> <div class="row"></div> </div>
The 6 posts inside div row, now first 6 posts dont have div “row”, and last 3 div “row” is out off div “container”.
Forum: Fixing WordPress
In reply to: How to loop all custom type categories in one page?All terms (all posts)
Forum: Fixing WordPress
In reply to: How to loop all custom type categories in one page?Here is the pic how the loop should work
Taxonomy name (Taxonomy)
— taxonomies posts
Taxonomy name (Taxonomy)
— taxonomies postsForum: Fixing WordPress
In reply to: How to loop all category posts except the open one in wordpress?Thanks, works like i wanted to work ??
Forum: Fixing WordPress
In reply to: How to avoid duplicated tags on index.php ?Thanks, worked nice ??