Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MultiBlock
#5
Hello Cath, let me see if I can walk you though it.

If you have already installed the plugin and activated it, go back to the Plugins tab and from the side menu choose "MutliBlock Settings".

Next, click the "Add New MultiBlock" button.
Here you will give it section a name and slug (holder), add your desired field types, and create a template to hold these fields.

For example:
Section Name= My Products
Slug = products

(click "Add New Field" 3 times)
Field Name   |  Slug   |  Default Value   |   Field Type
Product Title | title     |                        |  Text
Product Image | photo |                        |  image
Description | description |                        |  Wysiwyg

Click save, and now click on the "Template" button to add your template.

For example:
<div>
  <img src="<?php mbvaluetext('photo');?>">
  <h4><?php mbvaluetext('title');?></h4>
  <span style="color: grey"><?php mbvalue('valuename');?></span>
</div>

Click save and go to your Theme tab and edit theme.
Place <?php getMultiBlock('products');?> where you would like your new blocks to appear.

Finally, go to your Pages tab and click "MutliBlock".
Here you should see "My Products" in the dropdown list.
Choose Section, then click "Add New +" and populate your desired info.
Hope this helps!


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply


Messages In This Thread
MultiBlock - by multicolor - 2022-09-13, 05:12:55
RE: MultiBlock - by multicolor - 2023-01-18, 07:25:47
RE: MultiBlock - by multicolor - 2023-04-21, 06:10:33
RE: MultiBlock - by CathG - 2023-10-15, 05:39:04
RE: MultiBlock - by islander - 2023-10-15, 18:48:26
RE: MultiBlock - by CathG - 2023-10-16, 11:11:44
RE: MultiBlock - by CathG - 2023-10-16, 12:00:04
RE: MultiBlock - by CathG - 2023-10-16, 14:29:26
RE: MultiBlock - by CathG - 2023-10-16, 14:50:42
RE: MultiBlock - by islander - 2023-10-16, 18:02:46
RE: MultiBlock - by CathG - 2023-10-16, 19:20:27
RE: MultiBlock - by CathG - 2023-10-16, 19:28:47
RE: MultiBlock - by islander - 2023-10-16, 19:55:23
RE: MultiBlock - by CathG - 2023-10-17, 07:35:10
RE: MultiBlock - by islander - 2023-10-17, 07:54:27
RE: MultiBlock - by CathG - 2023-10-17, 08:15:13
RE: MultiBlock - by islander - 2023-10-17, 08:28:26
RE: MultiBlock - by CathG - 2023-10-17, 08:38:03
RE: MultiBlock - by CathG - 2023-10-17, 08:59:19
RE: MultiBlock - by islander - 2023-10-17, 18:47:29
RE: MultiBlock - by CathG - 2023-10-17, 19:30:26
RE: MultiBlock - by multicolor - 2023-10-17, 20:38:42
RE: MultiBlock - by multicolor - 2023-10-18, 08:09:19
RE: MultiBlock - by CathG - 2023-10-18, 08:11:47
RE: MultiBlock - by CathG - 2023-10-18, 08:18:49
RE: MultiBlock - by CathG - 2023-10-18, 08:32:54
RE: MultiBlock - by islander - 2023-10-18, 00:02:48
RE: MultiBlock - by multicolor - 2023-10-18, 06:14:27



Users browsing this thread: 1 Guest(s)