• Hi Petra,
    i’d like to add a few divs in the output < ul >.
    is it possible?

    now the output is:

    <ul class="related_post wp_rp">
    <li>
    <a><img></a>
    <a>title</a>
    </li>
    </ul>

    i’m trying to have something like this:

    <ul class="related_post wp_rp">
    <li>
    <div class="someClass"><a><img></a></div>
    <div class="someOtherClass">
    <a>category</a>
    <a>title</a>
    </div>
    </li>

    thanks!!

    https://ww.wp.xz.cn/plugins/wordpress-23-related-posts-plugin/

Viewing 1 replies (of 1 total)
  • I have the same question. Can we adjust/edit the HTML output, and/or can we make a child of this plugin for that effect? I just want to do a couple simple tweaks. So far great plugin.

Viewing 1 replies (of 1 total)

The topic ‘Customizing the output’ is closed to new replies.