jokerbr313
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Post List] [Plugin: Advanced Post List] APL_display "not available"In the meantime, here is a working sample of the code your looking for. It should work for you as well.
Using the postExcerptDivided_5 Preset
<?php if (method_exists($advanced_post_list, "APL_display")){echo $advanced_post_list->APL_display("postExcerptDivided_5");} ?>
Forum: Plugins
In reply to: [Advanced Post List] [Plugin: Advanced Post List] APL_display "not available"I figured out what the issue was. Originally, pretty much everything in the plug-in was redesign to be Object Orientated, and the ‘PHP code’ displayed a function, not a method to the user. I just forgot to go back and re-edit that part of the front end.
At this present moment, there isn’t a download for this. I’m still working on a few things here and there, but I should be releasing a beta version soon for people to optionally download (until i feel comfortable making it the primary stable version). Just keep an eye out for version 0.2.b1.
Forum: Plugins
In reply to: [plugin: category import] Failed to import cats with same nameIts been awhile since I’ve had to use a work around for this bug, but I also created a post for a work around. Should of searched the ‘category-import’ tag. Anyways, it should fix your category hierarchy issue.
Forum: Plugins
In reply to: [Advanced Post List] [Plugin: Advanced Post List] Thank youYour very welcome. Glad to see that you enjoy some of the customizable features. There’s still more to come, I use this plugin as well ??
Thank you. Glad you enjoy it.
The feature is already on my to do list ??
Yea, there’s a [post_thumb] shortcode that you can use to display the feature image. At the moment it doesn’t show multiple images from a single post.
Forum: Plugins
In reply to: [plugin: Advanced Post List] ignores more-Tag when accesing excerptOk…I just woke up, and I’m squeezing in this reply before i have to go to work. So, bare with me.
Yea, the except works the way you had explained. I took a quick look into the more tag, and remembered that I tried using the tag with wordpress at one time. It seems that the more tag works fine when you use content shortcode, but not with the excerpt shortcode, correct? I haven’t look too much into the issue yet, but i have noticed that the excerpt displays ‘raw’ content instead of the way it was intended to display. So some of html code in the page/post tend to sneak in.
For creating a more tag. Why not use more to create a link?
Anyways, I gotta go. I’ll check back on this sometime 8 hours from now. I’ll have more spare time then as well.
Forum: Plugins
In reply to: [plugin: Advanced Post List] ignores more-Tag when accesing excerptStill not completely sure. Hard to tell without experiencing it first hand. 1) it sounds like its displaying html code. or 2) an accidental loop possibly?
If its the first one then its expected to happen. I personally use manual excepts when I have html code show up in the except.
Forum: Plugins
In reply to: [plugin: Advanced Post List] ignores more-Tag when accesing excerptShouldn’t be happening cause i use the same method. Could you link what you have in the Before, Content, and After settings please.
Forum: Plugins
In reply to: [Advanced Post List] [Plugin: Advanced Post List] Private Posts Not ListingUnfortunately, there currently is no option to show other posts with a post status other than ‘publish’, but I have thought of this feature (as well as Kalin has), and this feature shouldn’t be a problem adding when it comes time to create it. It’s on my to-do list, but right now I need to get the major features added; for ex. import/export and custom taxonomy support.
Although, just to give you an idea as to what I’m planning. These are the option values that I’ve been able to find usable and will more than likely add…
publish – A published post or page
inherit – a revision
pending – post is pending review
private – a private post
future – a post to publish in the future
draft – a post in draft status
trash – post is in trashbin (available with 2.9)The new version is out. It should get you up and running.
Thanks for the heads up. That section of code seems to be working fine on my localhost and test site, but I do have an idea on whats going on, and I’ll get this fixed up. So, keep a look out for version 0.1.1
Forum: Plugins
In reply to: [StatPress Visitors] Not Showing up in admin tool barI’m having the same problem. Even with all other plugins shut down
Forum: Fixing WordPress
In reply to: Combining categories for url navigation-QuestionNevermind. I was able to half answer my question
https://www.websitedomain.com/?cat=(id),(id)
The only problem i have now, is that it shows all the posts for each category id. Instead of showing posts that require to have all selected category ids
Forum: Fixing WordPress
In reply to: Combining categories for url navigation-QuestionThought about it, and tried it. You still cannot combine categories.
You can customized the menu hierarchy for display, but the category hierarchy is still preserved. Unless you were to use a custom url for the menu, which is similar to what i’m trying to go for. The problem that i have is 2 types of main navigation (kinda like having two different custom menus) along with other query searches. I need to combining categories at the url level. Thanks for the info, but it’s not option i am able to use the way i want to. I’ve seen customization at the url level though, but information on that has been sketchy.