• I’m creating an archive of press articles for my website, and I’d like to display each post as:

    Title/Link to post
    Date | Customfield_value

    Currently the Customfield value appears on the next line, beneath the date. Here’s a link to my site: https://www.flashstarts.com/press/

    (Scroll down, and click on the section titled “AProofed” to see the list of posts I have so far)

    Here’s my shortcode:
    catlist name=News, tags=AProofed orderby=date title_tag="h2" number posts=-1 date="yes" date_tag="h3" customfield_display="Publication" customfield_display_name="no" customfield_tag="h3"

    As you can see, I’m trying to do a lot to customize the appearance. I imagine bringing the customfield value to the same line as the date will require me to go into the CSS.

    Thanks!

    https://www.ads-software.com/plugins/list-category-posts/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have absolutley the same issue ??

    some problem here. It would be nice to know when this is fixed

    hi GraceFace

    You seem to be putting the date into a heading (h3) which I guess is formatted to be on a line by itself.

    What happens if you remove that (date_tag=h3)?

    In any case, if you look at the HTML that is output, you can see where the divs, h3s, spans etc occur then you can use CSS to get it formatted as you like.

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customfield value appears on its own line’ is closed to new replies.