• BigFeat

    (@bigfeat)


    The audio clip is displayed on the category page, but not in the main blog page. I’m not sure why the main blog page is filtering the audio clip from showing up. I have selected the post to show up in Main and the respective Category.

    Anyone have any ideas? It is the first article listed here https://www.inceptionradionetwork.com Once you click on the article link it will take you to its category page where the audio clip will show up. I need the audio clip to show up in both pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • esmi

    (@esmi)

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its index.php template file. Edit the file and replace <?php the_excerpt();?> with <?php the_content();?>.

    Thread Starter BigFeat

    (@bigfeat)

    I check the index file and it seems to have <?php the_content();?> already there.

    Here’s my theme’s index script:

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Audio Clip in Blog not displayed on Main page’ is closed to new replies.