Plugin Author
Allen
(@amweiss98)
do you have an example of what this might look like?
Thread Starter
mfgk
(@mfgk)
Thanks for responding, Allen!
I’m using the Display Posts Shortcode Plugin on this page. As you can see, the post’s featured image appears on the left, and the headline and text are inline with it.
I’m using RSS Multi Importer to display posts from another blog on this page, where the post title appears above the image instead of inline with it.
I’d like to use both plugins on a single page, but I want all outputs to look the same for cohesiveness. I prefer the image to the left (Display Posts style)
For the Display Posts Plugin, the output is in the same div, and then I use display:inline-block in the CSS to make it display the way it does (code below for reference).
<div class="listing-item">
<a class="image"></a>
<a class="title"</a>
<span class="excerpt"><a class="more-link"</a></span>
</div>
For the Multi Importer, the post title is in a different div than the excerpt. I think I need to put them all in the same div, but I can’t seem to customize the template correctly – I’m using the ‘Default’ template as the starting point.
Any advice would be appreciated. I manage three sites with related content and RSS Multi Importer has been a great solution to my potential content management nightmare. I’d like to use it more, but I need to figure out how to style it.
Thanks again!
Plugin Author
Allen
(@amweiss98)
the page you indicated above is a dead page…..so I can’t see what you are looking for.