I’ve looked in the myPHPAdmin under wp_posts and all of the files show up as [get-post shortcode] and not the actual post. Any ideas on why this is and how to retrieve those posts?
]]>Hi,
I find your ‘get post’ plugin very useful, I must say this first.
I am using the plugin in order to show each category under each page, so posts about, say, “France trip” won’t mix up with “Mac OSX tips”.
Anyway my question is if there is an option to show the posts in chronological order. That is, for example, “France trip” would make sense when it is shown in ‘older-first’ view, and “Mac OSX tips” would be better off with ‘newer-first’ view.
I tried my best to explain my question but am sorry for poor English. Hope you can understand this & help me with this problem!
Thanks!
]]>Hi i have setup a page to display posts from a specific category. I would like to limit the characters that display from the post on the page. Currently the whole post displays on the page and i have it setup to show the last 5 posts so it makes the page long. Can i make it so that its a preview with a read more link? Below is the code i have on my page currently. Thank you
[get-post category=news show=5]
This plugin has been such a Godsend, but it’s not working with shortcodes in WP 3.5.1. I’ve updated to the newest 2.0 version. Any chance of a fix? Thanks,
Anne
]]>Hi there,
is it possible to use the plugin to search custom post types?
for exaple portfolio posts
I need to show only the intro of the posts.
But it wont let me use the more tag.
Currently it shows the full post.
Does anyone know how to do this?
Is this addressed in “added excerpt” by cvikasthakur?
Thanks everyone.
Me
Hi all, it looks a bit like this plug in forum has been abandoned by the author lots of unresolved / unanswered posts specifically re the plug-in stopping other short codes working as far as I can see. Has anyone found any alternatives that achieve the same result as this plug in but without the issue?
]]>When I put the shortcode for get-post on a page other shortcodes do not work on that page.
Specifically [caption] is broken on the page I’m using. It turns into [caption id="attachment_7724" align="aligncenter" width="461"] and [/caption], the html, on the page.
]]>when I use the [get-post] command in any page or post in site, when i save the page or post, this message appears:
“Fatal error: __ clone method Called on non-object in / web / htdocs / https://www.progettoiltempio.it / home / wp-content / plugins / get-post / post-class-get-getter.php on line 128”
Only disabling the PulgIn, making changes and then only after all the work, re-enable the PlugIn, it will not be this error.
With the version I used before this error was not displayed
]]>I use this plug-in and place a post divider at the end of each post in the get post settings. Is there a better way so that I don’t have a divider at the bottom after the very last post?
]]>I installed the Get Post plugin and was happy with it’s results in testing, however when I placed it on my home page my slideshow code did not work and prints [slideshow id=15] versus running it. There are other posts on shortcodes not working with get post. I don’t know if slideshow is a shortcode or not. So far I had to remove the get post plugin code from my page. I tried putting the get post before and after the slideshow code however did not make a difference. Is there a reason why the get post plugin turns off the slideshow function?
]]>Trying to use the shortcode within a page template.
<?php echo do_shortcode("[get-post category=front-page-news]"); ?>
It’s only outputting
[get-post category=front-page-news]
Any idea?
]]>is there a possibility to display all tags but one?
something like this:
[get-post tag=AllTags tagExept=NewsTag]
]]>“Get Post: 2.0, WP 3.3.1
When [code][get-post][/code] tag is present on a page, all other shortcodes in that page stop working and show as plain text in the page.
]]>I’m showing our latest post on a page and using:
[get-post show=1]
I also need to show the comments for this post. I don’t see a comments parameter… Thanks.
Ron
]]>I am using the Skeleton theme which has a number of shortcodes registered to handle column layouts.
When I turn the “get post” plugin on, everything continues to work. However, when I add the equivalent of [get-post category=some-category] to a page, all of the theme’s shortcodes are ignored.
]]>The random feature of the plugin doesn’t seem to be working for me.
[get-post random category=gadgets show=3]
Also, I have another plugin, who’s random feature doesn’t seem to be working either.
I created the theme from scratch so may have missed out some vital code.
Any ideas?
Under the heading of feature request – I’d like to display posts in ascending order but the shortcode version [get-post] does not support ‘order’ or ‘orderby’
]]>Hello,
I am using the plugin to display 2 posts from a category, but it shows ALL the posts.
Here is the code:
[get-post show=2 category=alumni-blog]
and
[get-post show=2 category=student-blog]
I’ve also tried
[get-post category=alumni-blog]
[get-post category=student-blog]
and get the same result.
It does this for all categories and doesn’t matter show many I tell it to show.
I’d be happy to give you a login if you’d like to take a look.
Thanks
]]>Hi There
I needed to add the excerpt of a post so I added the line
$current = str_replace('{excerpt}', get_the_excerpt(), $current);
to your get()
function in class-get-post-getter.php
I like how easy this plugin is to extend. Good work!
]]>I have a plugin with several custom shortcodes such as [button] [slideshow] and a number of others. When I use [get-post] on a page, none of these shortcodes work, when I remove [get-post], they work. WordPress shortcodes (i.e. [b][/b]) seem to continue working.
I was using the latest version of your plugin.
]]>Hello! I need to display the shortened form of the content, rather than the whole post, with the vanilla [get-post] … can I simply add a parameter to your code to do this? Give me a clue as to where and what!
Thanks for any help. (I’m also using get-post in its templated form elsewhere and it’s just right, thanks!).
Plugin is working with latest version of wordpress, and I like the way it works nicely with the shortcode and how it displays.
I was wondering if there is a way to add a line or two of code to make it possible to use the shortcode in more than one instance on a specific page, IE
Here i am talking about one thing
[get-post tag=”(tag about one thing)”]
And here I am talking about something else on the same page
[get-post tag=”(tag about something else on the same page)”]
Currently, I am only able to use the shortcode once on the page. It will only work the first time it is displayed. I’m looking to display it 10 or more times – and looking to have this functionality on a regular basis or I would just do things differently. ??
Anyway, I’m hoping you might be able to swing by with some thoughts on the matter.
Thanks in advance for any consideration,
Jill
]]>Is there a plugin that shows posts on a static page just like on the home page?
(with featured image, excerpt, date, author, etc)
DJ
]]>When using this plugin, my code tags don’t display.
]]>