Repeater Builder in WordPress and Greenshift, use for repeater and relationship fields

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 7

  • @tommyfranks2493
    @tommyfranks2493 Год назад +8

    Great builder. You all need to hire someone to do templates. Kadence and Blocksy both have great template libraries and sections. If you all could add a bigger variety of templates libraries it would be a huge selling point.

  • @adied7725
    @adied7725 Год назад

    Would this work for mylistings theme... For directory and marketplace?, please

    • @WPSoul
      @WPSoul  Год назад

      yes, it will work for all themes

  • @NorthTonawanda1
    @NorthTonawanda1 Год назад

    I want to make a post type for a restaurant so they can enter posts for individual food items with custom fields for dish_name, dish_description and dish_price. I would like to have radio check boxes that allow them to tick optional labels that can be added to each menu card I will query onto a page like Lunch or Dinner, these radio boxes will be something like, "specials", "on sale" "vegetarian". Then I want to be able to build a lunch page and show a nice looking menu of all the food dishes using a query loop builder where I have a card for each food item, one after another using CSS Columns (not grid or flex) so that I can have different size cards (because some will be longer than others) and I want them to be able to flow into maybe 2 or 3 columns. I've done this easily with bricksbuilder, but after watching this complicated video I don't even know where to begin. You guys probably shouldn't have developers make your videos, you're not speaking the same "language" as your customers, that's why nobody uses your builder, which I assume is pretty good. But I assure you nobody knows how to use it.

    • @WPSoul
      @WPSoul  Год назад

      this video is not about adding data to your site. It's about how to make custom frontend pages. Now, I am answering your question
      1. To add custom post type, use ACF or CPT UI or Metabox plugin or any other which you like, there are many free and pro for this purpose
      2. To show your posts - use Query builder. Just drop on page, select post type, select number of columns.