Skip Navigation

[Resolved] change lay-out of content post

This thread is resolved. Here is a description of the problem and solution.

Problem:

Q1) Display custom fields of "WP User Frontend" plugin, for example field "website"

Q2) Convert a link to a button with reference to a website.

Solution:

Q1) It is the other plugin (WP User Frontend) outputting the post content, Toolset can not change it.

I suggest you try these:
1) Remove the post content cell in layout "New Layout":

2) And design the layout manually by following our document:
https://toolset.com/documentation/user-guides/learn-how-rows-can-displayed-different-ways/
https://toolset.com/documentation/user-guides/front-end-editing/

3) you can display the custom field values with Views shortcode [wpv-post-field], for example the custom field "Website" value:

[wpv-post-field name="website"]

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-field

Q2) You can follow the Bootstrap document to setup the link HTML codes, for example:

<a class="btn btn-primary" href="[wpv-post-field name="website"]" role="button">website</a>

https://getbootstrap.com/docs/4.0/components/buttons/

Relevant Documentation:

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-field

This support ticket is created 6 years, 9 months 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/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by ramonK-2 6 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#628801
problem layout.png

Best tool set,

The layout of the posted posts does not look as I would like. I would like to see the posts content in different parts topics elsewhere. also the thick and large of the text I would like to see how else should I do that?
and also convert a link to a button with reference to a website.

cheers

Ramon

#629006

Dear Ramon,

Q1) I would like to see the posts content in different parts topics elsewhere...

I assume we are talking about this page:
hidden link

you are using other plugins (WP User Frontend) to setup the custom fields, and you are going to display those custom fields to the layout you want.

If it is, it is the other plugin (WP User Frontend) outputting the post content, Toolset can not change it.

I suggest you try these:
1) Remove the post content cell in layout "New Layout":
hidden link

2) And design the layout manually by following our document:
https://toolset.com/documentation/user-guides/learn-how-rows-can-displayed-different-ways/
https://toolset.com/documentation/user-guides/front-end-editing/

3) you can display the custom field values with Views shortcode [wpv-post-field], for example the custom field "Website" value:
<p>[wpv-post-field name="website"]</p>

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-field

Q2) and also convert a link to a button with reference to a website.

You can follow the Bootstrap document to setup the link HTML codes, for example:

<a class="btn btn-primary" href="[wpv-post-field name="website"]" role="button">website</a>

hidden link

#631179

[php]