Skip Navigation

[Gelöst] Display child taxonomies

This support ticket is created vor 7 Jahren, 1 Monat. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Dieses Thema enthält 15 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Christian Cox vor 7 Jahren.

Assistiert von: Christian Cox.

Author
Artikel
#586899

If you want to use a Bootstrap grid, use the Loop Wizard to set it up. Choose the number of columns you want, then in the next screen you will be asked to choose what to insert. Add something simple like "Post title" as a placeholder. Do not check the checkbox to create a Content Template. Then the Loop Output will be created automatically. You will see something like this:

[wpv-layout-start]
	[wpv-items-found]
	<!-- wpv-loop-start -->
	<wpv-loop wrap="2" pad="true">
		[wpv-item index=1]
		<div class="row ">
			<div class="col-sm-6">
				[wpv-post-title]
			</div>
		[wpv-item index=other]
			<div class="col-sm-6">
				[wpv-post-title]
			</div>
		[wpv-item index=2]
			<div class="col-sm-6">
				[wpv-post-title]
			</div>
		</div>
		[wpv-item index=pad]
			<div class="col-sm-6"></div>
		[wpv-item index=pad-last]
			<div class="col-sm-6"></div>
		</div>
	</wpv-loop>
       ...

Everywhere you see [wpv-post-title], you should replace that shortcode with the View shortcode you had before, [wpv-view name="catsisubcats"]