• Resolved deputat

    (@deputat)


    Hello!

    I have problem with Audio Posts.
    Without plugin audio file doesn’t show in ALM.
    With Disk Player plugin Categories and Tags doesn’t show.
    Off course my Repeater is a mess:
    ‘<div><h3>” title=”<?php the_title(); ?>”><?php the_title(); ?></h3><p class=”entry-meta”><?php the_time(“F d, Y”); ?></p><?php the_content(‘the_content’, $content); ?><p>Category: <?php the_category( ‘, ‘ ); ?> <?php the_tags( ‘Tags: ‘, ‘, ‘, ‘
    ‘ ); ?> </p></p></div>’

    Can somebody please help me with it?

    https://ww.wp.xz.cn/plugins/ajax-load-more/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    The issue is likely around the the_content('the_content', $content).

    Can you see if it works if you just use the_content() ?

    Thread Starter deputat

    (@deputat)

    Current Repeater:
    <div><h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3><p class="entry-meta"><?php the_time("F d, Y"); ?></p><?php the_content() ?><p>Category: <?php the_category( ', ' ); ?> <?php the_tags( 'Tags: ', ', ', '<br />' ); ?> </p></p></div>

    does no effect in Categories and Tags:
    ALM
    http://i.imgur.com/YW6BmC3.png
    First post has both taxonomies.
    Post Under, with Disk Player plugin, does not.

    Plugin Author Darren Cooney

    (@dcooney)

    Ok thanks…
    You likely need to initate the JS for the audio player after the posts are loaded.

    Id reach out the other plugin devs to get the function you need to trigger.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Problem with Audio Posts’ is closed to new replies.