On my list of posts using catlist, I want to show the featured image first (on the left) then the title/link etc, to the right, but aligned with the middle of the image.
Can this be done using shortcode?
My current code is: [catlist name=xxxxxxxxxx orderby=title order=asc numberposts=-1]
Adding in the thumbnail option puts the image to the right, with the words aligned with the bottom of the image.
https://www.ads-software.com/extend/plugins/display-last-posts/
]]>Hello,
I have read the first posting https://www.ads-software.com/support/topic/plugin-display-last-posts-full-list-of-post-display-arguments already but the code in the php file seems to have changed since.
I would like to use your PI to show at top or button of my homepage a list with the last 10 or 20 posts.
Please let me know how I can only output the title as a clickable link
https://www.ads-software.com/extend/plugins/display-last-posts/
]]>Is there a way to modify the plugin so that date, tags, and author are shown? Thanks!
https://www.ads-software.com/extend/plugins/display-last-posts/
]]>I would like to display the last five post titles as links to each individual blog posts.
I cannot figure out how to do this, plugin always displays the title and excerpt.
From the demo code I replaced “excerpt” with title but it doesn’t work.
<?php lastPosts(5,'title'); ?>
What is the exact code?
Thanks!
https://www.ads-software.com/extend/plugins/display-last-posts/
]]>The shortcode works on a page, but you can’t edit the page afterward. It redirects to the last post.
You have to disable the plugin to edit the original page. It seems like the shortcode function is taking over the page title, permalink, and content on the page edit function.
]]>Is there an easy way to add a blank line between each of the posts ?
This is an example of how mine appears when using the Display Last Posts plugin with 5 posts and excerpts selected.
Title of Post number 1
Content of post number one […]
Title of Post number 2Content of post number two […]
Title of Post number 3Content of post number three […]
I would prefer it to appear as:
Title of Post number 1
Content of post number one […]Title of Post number 2
Content of post number two […]Title of Post number 3
Content of post number three […]
https://www.ads-software.com/extend/plugins/display-last-posts/
]]>