• AI-related terms

  • Gutenberg blocks packages

    The list of Gutenberg blockshttps://qodeinteractive.com/qi-blocks-for-gutenberg/

  • WP Cli packages

    hachthewp Profilerhttps://github.com/wp-cli/profile-commandArticle about ithttps://guides.wp-bullet.com/using-wp-cli-wp-profile-to-diagnose-wordpress-performance-issues/ https://code-profiler.com/ – plugins comes with CLI commands for profiling

  • Kadence – add related posts section to CPT template

    The Kadence theme is a popular WordPress theme that offers many customization options. One of its options is a related posts section, but it only works on built-in posts. In the article below, I will describe how to add related posts to your custom post type step by step. The article is created with developers…

  • Modyfikacja motywu Astra z poziomu kodu

    Zmiana ułożenia sidebaru Niestety tutaj wychodzi brak konsekwencji w nazywaniu opcji i filtr do zmiany układu nazywa się astra_page_layout Są trzy mozliwości: left-sidebar right-sidebar no-sidebar

  • Gutenberg Custom blocks – resources

    https://wordpress.github.io/gutenberg/?path=/story/docs-introduction–page https://developer.wordpress.org/block-editor/ https://gutenberg.10up.com/guides/ https://gutenberg.10up.com/reference/ Data store

  • WordPress Installation Using WP CLI

    WordPress is known for its quick 5-minute installation process. However, it can be done even faster, much faster, using WP CLI (Command Line Interface). To install WordPress, you need to follow these steps: To download the latest version of WordPress, use the command: The –skip-content parameter prevents downloading default plugins and themes. You can also…

  • Motyw blokowy – pierwsze starcie

    Mniej więcej w grudniu zainstalowałem sobie bętę WP 5.9. Byłem bardzo ciekaw zmian jakie zostaną wprowadzone w tej wersji. Pierwsze wrażenie mialem bardzo pozytywne – ulepszone przeglądanie bloków, nowe bloki, no i przede wszystkim Full Site Editing. Z panelu WP wszystko wyglądało świetnie, ale… Bardzo cenię sobie Gutneberga, mocno śledzę jego rozwój. Swój pierwszy projekt…

  • Własne wzorce w Gutenbergu

    W WordPressie 5.5 zostały wprowadzone Wzorce Bloków (z ang. Block Patterns). Wzorce są połączonymi ze sobą blokami Gutenberga. Tworzą jedną całość i mogą być wykorzystywane w innych wpisach, stronach czy własnych typach wpisu, które korzystają z Gutenberga. W tym wpisie dowiesz się jak tworzyć własne wzorce, zarządzać nimi, a także skąd je pobierać. Tworzenie własnych…