Display All Sticky Posts with Query Loop
How do you display the sticky posts with the query loop builder? In this tutorial, I am showing you how you can get it with the query loop builder.
Creates Product Upsells Section with Query Loop Builder
As per request, the BricksUltimate add-on created a custom provider for the query loop builder and you can make the upsells products list with the loop builder. Preview Step 1: Linked Upsells Products At first, we shall link the upsells product to a product from the dashboard.1. Login to your dashboard and add/edit a product.2. Click on the “Linked Products” tab3. Add some products in upsells input box4. Save the post Step 2: Make List with Query Loop Navigate to Bricks -> BricksUltimate -> MISC tab and enable the “Ultimate…
Creates Author Box with Query Loop Builder
The BricksUltimate add-on is providing the custom provider for Query Loop builder. With this provider, you can easily and quickly build the author box section for your blog posts or another post type. It is giving flexibility and you will get full control of your content.Step 1: Log in to your Dashboard and go to Bricks->BricksUltimte settings page. Click on the MISC tab and enable the “Ultimate Query Builder” feature.Step 2: Setup the query provider in this way1. Open the builder editor and add the Container element.2. Enable the “Use Query Loop” control option, you’ll…
Show a fallback image if the featured image is missing
We are showing the featured image with Bricks image element. But there has no placeholder image option and we are unable to display a fallback image if the featured image is missing. In this tutorial, I am showing you how you can display a fallback image.
Display Term Image with Bricks
You can upload the term image and display it on the site with Bricks Builder and ACF/MateBox custom fields plugin.
Add FAQ Schema to Bricks Accordion Element
The Bricks builder has an accordion element. You can make the FAQ with this element and add the FAQ schema.
Displaying the reviews tab separately outside the WooCommerce tabs
By default description, reviews and additional information show in one ‘tabs’ section in WooCommerce. Want to display ‘reviews’ outside this ‘tabs’ area separately for more user engagement and visibility? You can quickly implement this with bricks builder.
Move the Reviews tab before the Description tab on the single product page
Show the Reviews tab as the first tab on the single product page. Add the following PHP code inside the Bricks’ code block element.
How do you show the loop counter in the posts list
The BricksUltimate add-on added the new dynamic data tag {loop_counter} and you can display the loop counter in your posts list. It will work inside the Query Loop builder.
How to get the posts of the current post author
Inside the author box, I want to add the more posts list section of the current post’s author with the help of Query Loop builder.