Custom Fields Formatting
-
This is the only print plugin I found that actually works with custom fields on a post template. However, the format is a little screwy. This is how it’s written in the template code:
Headline
Post Content
H3: Field Headline 1
Custom Field 1
H3: Field Headline 2
Custom Field 2
H3: Field Headline 3
Custom Field 3However, the output in the Print view is this:
Headline
Post Content
H3: Field Headline 1
H3: Field Headline 2
H3: Field Headline 3
Custom Field 1
Custom Field 2
Custom Field 3Is it pulling anything with a headline tag to the top of a group? Do I just need to reformat the headlines so they aren’t H tags (format them with spans instead)?
- The topic ‘Custom Fields Formatting’ is closed to new replies.