Welcome to my world of WordPress mastery!
My mission? To empower you to unlock the full potential of your WordPress site. Together, we’ll transform your website into a seamless, secure, and swift experience.
If you find my tutorials helpful, consider fueling my creativity with a cup of coffee!
What's NEW
Aleš Sýkora wrote:
Automate Sharing New WordPress Articles: Streamlining Social Media Publishing with ChatGPT and Make.com
December 6, 2023 in WordPress / 0 comments
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 / 0 comments
Aleš Sýkora wrote:
Get only sticky posts in Bricks query builder
December 6, 2023 in Bricks Builder, Plugins, WordPress / 0 comments
STICKY posts
Aleš Sýkora wrote:
How to Translate RSS Feeds with TranslatePress
December 6, 2023 in Custom Code, Plugins, WordPress / 1 comments
One of the challenges I found when using the TranslatePress plugin with Oxygen builder and Bricks builder is the translation of RSS feeds, which is not supported. Supported from TranslatePress – Multilingual (2.6.7+). EDIT: 06.12.2023 – The TranslatePress now support the RSS feeds, but only Titles are being translated, so this code works better. This…
Aleš Sýkora wrote:
Load more button for Bricks Gallery and Limiting the Number of Displayed Images
December 6, 2023 in Bricks Builder, Custom Code, Plugins, WordPress / 0 comments
If you like to hide your Bricks Builder gallery until user click on show more button, let’s do it! Step 1: Structuring the Gallery Ensure your gallery in Bricks Builder is structured with a specific class, like .product__gallery. By default, each image item has a consistent class .bricks-layout-item. Just ensure if it doesn’t changed in…
Aleš Sýkora wrote:
WooCommerce gallery in Bricks dynamic data
December 6, 2023 in Bricks Builder, Custom Code, Plugins, WooCommerce, WordPress / 0 comments
If you would like to use WooCommerce product gallery images in Bricks dynamic data – for example with Gallery module, then you find, that there is no option for that. The solution is simple – create custom function to get the images and then call it with echo. This can be used for Bricks carousel…