Skip Navigation

[Resolved] How to Customize Taxonomy Results

This support ticket is created 3 years 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 16 replies, has 2 voices.

Last updated by ramez-refaatG 3 years ago.

Assisted by: Waqar.

Author
Posts
#2022033

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

I apologize for the confusion and for the delay in getting back to this ticket.

My queue has been unusually busy in the last couple of days, but, I'll do my best to reply to your tickets, as soon as possible.

To change the format of the subject archive pages, you'll find the WordPress Archive named "Subjects مواضيع - Archive", at Toolset -> WordPress Archives.
( {yourwebsite.com}/wp-admin/admin.php?page=view-archives-editor&view_id=8241 )

I've replaced the content in the "Loop Editor" from:


[wpv-layout-start]
	[wpv-items-found]
	<!-- wpv-loop-start -->
	<ul class="wpv-loop js-wpv-loop">
		<wpv-loop>
			<li>[wpv-post-body view_template="Loop item in Subjects مواضيع"]</li>
		</wpv-loop>
	</ul>
	<!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-layout-end]

To:


[wpv-layout-start]
	[wpv-items-found]
	<!-- wpv-loop-start -->
	<table width="100%">
		<thead>
			<tr>
				<th>[wpv-heading name="post-link"]العنوان[/wpv-heading]</th>
				<th>[wpv-heading name="post-taxonomy"]التصنيف[/wpv-heading]</th>
				<th>[wpv-heading name="post-taxonomy"]المؤلفون[/wpv-heading]</th>
			</tr>
		</thead>
		<tbody class="wpv-loop js-wpv-loop">
		<wpv-loop>
			<tr>
			[wpv-post-body view_template="Loop item in Subjects مواضيع"]
			</tr>
		</wpv-loop>
		</tbody>
	</table>
	<!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"][/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-layout-end]

And you'll see that that the posts list is now showing in the table layout.
( screenshot: hidden link )

#2022053

Yes perfect that's exactly what I wanted.
Many thanks appreciate your help & understand how busy you are,
Thanks.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.