Sandman
Forum Replies Created
-
Forum: Plugins
In reply to: NEW! Amazon Media Manager 1.5 (*Finally!*)How can I get the plugin to display the IMG ratings instead of TEXT?
I am using this to call…
<?php amm_getMedia('amm_default_output', 4, AMM_ALL); ?>
Forum: Fixing WordPress
In reply to: Blix and LinksHalden, here is what I did:
After being referred to the Codex (codex.www.ads-software.com) I figured out a little bit about the code used to “call the links” to the sidebar.
I went with a list of 7 links, selected at random and placed on the side bar. Then, I created a links page that calls the links by category.
So I have links for blogs I read all of the time, sometimes, blogs of friends, etc. and this is how I did it:
https://godverbs.com/links.txt
1 is the link category ID, the next 3 items are what to before the link, after the link, and between the links, show images, the links’ order, show description, show rating, limit, show updated.
Just repeat it for each category and change the category ID.
For more info, go here:
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)When using Beta 3 — my RSS Feed is reduced to one post, despite any settings I have under the options > reading…
Forum: Plugins
In reply to: Popularity Contest Plugin (beta 3)Forum: Fixing WordPress
In reply to: RSS Feed only showing 1 Post?Yes =(
Forum: Plugins
In reply to: Currently Reading/Listening ListCan’t get to the Codex site right now for some reason. Figures…
Forum: Plugins
In reply to: Currently Reading/Listening ListAlright, I’ll see what I can find — though I have near to nothing when it comes to PHP skills…
Forum: Plugins
In reply to: Currently Reading/Listening ListI don’t think you understand what I’m describing.
Not the “Currently listening to …” at the end of a post. I’m talking about a list on the sidebar that displays a group of books or albums that are currenty being read/listened to by the user.
Typepad calls these Typelists…
https://help.typepad.com/typelists/intro.html(screenshot)
https://www.typepad.com/news/screenshots/lists-reading.htmlForum: Fixing WordPress
In reply to: Blix and LinksThanks all…it didn’t have to do with post categories, but rather with the link categories. I wanted my links list broken down by category (friends, regular reads, not so regualr reads, etc.) and listed like that. Well, it had to do with how they were called using the WP get_links function.
Thanks for the link to the codex, it helped me figure it out and I’ve now got a list of 7 random links on my index page and a whole page for all of my links — which is now broken down by category and automatically updates if I add links into any one category.
Thanks a million! And thanks to Sebastian for such an awesome theme for people like me — who don’t have the time or skills to make such a clean theme!
Forum: Fixing WordPress
In reply to: Custom Fields — 411Alrighty then…my search continues.
Forum: Fixing WordPress
In reply to: Rotate the Header Image.Anyone had a problem with this actually rotating on a regular basis in Firefox?
Forum: Themes and Templates
In reply to: Side Menu with PersianGuess not…
Forum: Plugins
In reply to: CG-Feedread, now w/basic Atom support! :)I did check the feedread.php file…but didn’t see that.
Is that the file that string is in?
Thanks for helping me despite my failure to do what needed to be done.
??Forum: Fixing WordPress
In reply to: Include RSS FeedAWESOME! Thank you!
Forum: Plugins
In reply to: CG-Feedread, now w/basic Atom support! :)How long does the feedread.php look to the cache instead of the feed.
The feed I use changes daily, and I wonder if that is a variable I can change — that is, how long the cache is valid.