amory
Forum Replies Created
-
Forum: Plugins
In reply to: iTunes Music Store Song-Preview?This might be of interest:
https://www.lucky-33.com/scripts/plugins/wp-itunesIt links the album cover (possibly a text link as well – haven’t tested) to the prelistening of the corresponding thirty second song in iTunes. (it actually opens up in the users iTunes, therefore the end user must have iTunes installed – don’t know if that’s what you’re going for)
Anyway, check it out.
Amory
Forum: Plugins
In reply to: Querying a post’s info in multiple locations within a page?Wow…Think I should have tried that before posting, eh? ??
Thanks for the reference though on the output variable, that will be useful for something else I’m working on.
Forum: Plugins
In reply to: How to position plugin added fieldsets in adminfigured it out with help from ryan boren’s post_keywords plugin.
https://paste.uni.cc/7811
i was missing the add_action, to actully get the function to load, as well as some minor id related things…Forum: Plugins
In reply to: Multiple Days EventCalendarmessage sent as well…sonoflee i will work on it as well and see what i can come up with…contact me from my website if you get anywhere
Forum: Fixing WordPress
In reply to: PostslugsEasily:
Rather than leaving the post-slug input blank, in which case the title of your post is converted to your post-slug, simply input whatever you want the post’s name to be.For example, if your post is “the hurricane rita disaster” your post-slug could be something like “rita” “disaster” or “hurricane” etc…
Forum: Plugins
In reply to: What Features Would You Want In An Event Manager?thanks for the tagging tip…implemented. at this point i’m just getting my hands onto ZenPhoto and integrating it within the admin interface…
Forum: Plugins
In reply to: What Features Would You Want In An Event Manager?Reoccurring and multiple day events would be nice… I will have to see what i can dig up. I think the author of EventCalendar was looking into this already.
What, to you, denotes a useful calendar?
Forum: Fixing WordPress
In reply to: home vs indexdo you have a link? just to make sure you understand, the home.php is not accessed, as in xyz.com/home.php, but rather when you go to xyz.com, wordpress first looks for a home.php file within your template, otherwise it will use the index.php file.
Forum: Fixing WordPress
In reply to: post grouped by categoryForum: Plugins
In reply to: plugin to use as a site builder?Sorry I misworded that while in the midst of multitasking… WordPress out-of-the-box can help you to create a website. It won’t build it for you, as in an automatic site-builder, but with a little time, you can easliy build an entire website with it.
Forum: Plugins
In reply to: Extra field in wp-admin for the postsFYI, there is an awesome plugin that does this:
https://rhymedcode.net/projects/custom-field-guiForum: Fixing WordPress
In reply to: Searching custom fieldsForum: Plugins
In reply to: plugin to use as a site builder?WordPress is a a site builder. It is mainly based towards weblogs, however the internal page funtion allows you to dynamically build a website, being able to change the content online, as oposed to via ftp. What do you want to know about it?
Forum: Fixing WordPress
In reply to: A texte before a paswword protected post ?Forum: Fixing WordPress
In reply to: Use Custom Fields info in permalinksis issue the value or the field? If you only want issue to appear, you can just add /issue/%…% If it will be a dynamic string, then it would be beyond my realm to figure out.