Category: WordPress
With articles also related to:
Aleš Sýkora wrote:
Incompatible archive ─ WordPress 6.4.3 SOLVED!
February 14, 2024 in Custom Code, WordPress
Since latest WordPress release, you may encounter getting “incompatible archive” error when uploading plugins or themes.
Aleš Sýkora wrote:
Integrate Bookolo with TranslatePress languages
February 8, 2024 in TranslatePress, Uncategorized, WordPress
How to dynamically add the current site language into Bookolo script.
Aleš Sýkora wrote:
Fluent Forms: How to Detect and save Sender’s Website Language with Smartcode
February 8, 2024 in Custom Code, Fluent Forms, WordPress
You can get the website language code when user submit the Fluent Form with custom Smartcode.
Aleš Sýkora wrote:
Bricks Builder: ACF True/false in conditions
February 5, 2024 in Bricks Builder, Custom Code, Plugins, WordPress
If you want to use ACF True/False field in conditions for display/hide Bricks Builder modules you need to know something…
Aleš Sýkora wrote:
Bricks Builder: WP Grid Builder facets not working
January 12, 2024 in Bricks Builder, Plugins, WordPress, WP Grid Builder
Quick advice from my mistakes when setting up Bricks + WP Grid Builder.
Aleš Sýkora wrote:
Get WooCommerce Checkout fields slugs
January 9, 2024 in Custom Code, WooCommerce, WordPress
Knowing checkout field slugs is crucial for customizing and optimizing your checkout process. It’s like having a secret key to unlock the full potential of your e-commerce site.
Aleš Sýkora wrote:
Display the content of a parent post in a child post using Bricks Builder
January 5, 2024 in Bricks Builder, Custom Code, WordPress
In this tutorial, you will learn, how to display content of parent post on it’s child post page. It is not a normal scenario, however, sometimes is needed.
Aleš Sýkora wrote:
Display Bricks element if is_page or is_archive or is_single
January 5, 2024 in Bricks Builder, Custom Code, Plugins, WordPress
Use global reusable templates and change the content with determitaion functions.
Aleš Sýkora wrote:
Automate Sharing New WordPress Articles: Streamlining Social Media Publishing with ChatGPT and Make.com
December 6, 2023 in WordPress
You will learn how to use make.com to automatically post your blog articles on social media.
Aleš Sýkora wrote:
Display published post number in WordPress
December 6, 2023 in Custom Code, WordPress
To display a number of published posts you need a wp_count_posts php function.