jtatum
Forum Replies Created
-
Forum: Plugins
In reply to: [Get Post] [Plugin: Get Post] Added excerptHi raineri71,
If you get the latest version of the file from github, it has this in it already. I’ve been a little slow to release the version with the change included. Apologies. There are two things I want to add first.
https://raw.github.com/jtatum/get-post/master/class-get-post-getter.php
Forum: Plugins
In reply to: [Get Post] [Plugin: Get Post] Added excerptCool. I’ll go ahead and put this in the code so it will be a part of the next release.
Forum: Plugins
In reply to: [Get Post] Custom tags not workingSounds good. Shoot me an email – my address is on the plugin.
Forum: Plugins
In reply to: [Get Post] Custom tags not workingHi Drew,
Can you please let me know which plugin you’re using? Shortcodes should work with get-post 2.0.0.
Forum: Plugins
In reply to: [Get Post] [Plugin: Get Post] Need shortened contentHi Andrew,
Do you use the <more> tag to shorten the content, or do you just want to specify a number of characters? The more tag issue is written up as https://github.com/jtatum/get-post/issues/5
If you want a number of characters, go ahead and open a bug on github. I’ll try to add something in for the next version.
Forum: Plugins
In reply to: [Get Post] [Plugin: Get Post] Code tags are broken when using this pluginI believe this will work in version 2.0, although it would be nice to know which code tags you’re referring to.
Forum: Plugins
In reply to: [Get Post] Hi James – Hope you stop by – looking to do thisThe plugin has been significantly updated. This will work in version 2.0.
Forum: Plugins
In reply to: [Plugin: Get Post] Displays The Post’s Tags & Comments Aswell…This turned out to be not too difficult. I preserved a few more variables so it should be resolved in 1.0.1.
Forum: Themes and Templates
In reply to: Use Category Names instead of Category Numbers?According to the codex, you can pass a category name or slug to get_posts() if you use the category_name parameter.
Forum: Plugins
In reply to: [Plugin: Get Post] Displays The Post’s Tags & Comments Aswell…Thanks for the feedback. I’ll take a look at it. When reentering the parser, we don’t have tons of control over what WP does from that point so it may not be possible to stop.