Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow HTML tag selection options for [bw_fields] #33

Open
bobbingwide opened this issue Nov 2, 2019 · 0 comments
Open

Allow HTML tag selection options for [bw_fields] #33

bobbingwide opened this issue Nov 2, 2019 · 0 comments
Assignees

Comments

@bobbingwide
Copy link
Owner

The [bw_fields] shortcode displays each field using HTML like this:

<div class="bw_metadata _field_name">
<span class="label _field_name">Field title</span>
<span class="sep">: </span>
<span class="value">value(s) for the field
</span> 
</div>

The [bw_field] shortcode displays each field without the label or sep, using HTML like this:

<span class="value">value(s) for the field
</span>
@bobbingwide bobbingwide self-assigned this Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant