Skip Navigation

[Resolved] Display child taxonomies

This support ticket is created 7 years, 1 month ago. 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.

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)

This topic contains 15 replies, has 2 voices.

Last updated by Christian Cox 7 years ago.

Assisted by: Christian Cox.

Author
Posts
#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"]