• When I create a post and set the Post Format as Standard, any links/images/or media in the post is NOT displayed. When I set the post as image for example, then the media displays. Is there any way I can have “Standard” posts display links and other media?

    The reason I need this is because the other Post types wont display the Post title if set, only standard.

    url: dreambigpreschool.com
    click on the post at the bottom of the homepage. I;s supposed to display an image and a link to a pdf file. The crazy part is that it will display both on the frontpage but not when you visit the post page.

    thank you for your time

Viewing 3 replies - 1 through 3 (of 3 total)
  • A standard post will display the excerpt. By default, WordPress strips all formatting from the excerpt. Other post formats display the full content in order to work specifically with how that post format is meant to work.

    The only workaround for you, is to set the post to a standard post, and then use the Excerpt box to create a custom excerpt. That box accepts formatting. If you don’t see the box below your text editor, click on Screen Options in the top right and check “Excerpt”.

    Thread Starter QbanXpress

    (@qbanxpress)

    I’m sorry for my noobness here but, what I need is for the post to show in full on the frontpage and in the post page.

    From what I can see in your theme, if I create a “standard” post and add images to it or links within the classic editor, they will only display on the frontpage, but not in the post page.

    However, If I add the images or links via html to the excerpt box, then those media files will display within the post, but not on the frontpage. When this option is used the text written within the classic editor box is not displayed in the post page, it displays on the frontpage only.

    This seems backwards to me. I believe that whatever I write within the classic editor box (text/media files) should appear within the post page. The text/media written within the excerpt page should display only on the frontpage as an…excerpt.

    Let me know if my thinking is off. It’s been a long day at work today!

    I basically need the “standard” post type to do the same thing the “image” post type does. Show the full post on the frontpage and on the post page.

    Thanks again for even taking the time to read my comment.

    The theme is built to display the excerpt on all pages except the single post page. That means you can’t display the full post on the front page.

    The only workaround for this would be to edit content.php and change this section:

    <?php
    if ( is_singular() )
        the_content( __( 'Read more', 'arcade') );
    else
    	the_excerpt();
    ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts Page = No Media Files Showing’ is closed to new replies.