thomastolleson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Single category loop conflictsThat worked perfectly! Thanks, alchymyth!
Forum: Fixing WordPress
In reply to: Single category loop conflictsForum: Fixing WordPress
In reply to: Running WordPress Loop Code in a PageThanks, Rev. Voodoo. I appreciate the interest.
I’m building a site to sell records and mp3 downloads (my shopping cart is already set up). I’m using wordpress as the front-end due to it’s more robust offering of pulgins and ease in design. What I’d like to do is have a page that shows Artists, each artist having several releases (with links to each release). On the page of each release there will be multiple format options (Vinyl, MP3 Album, MP3 songs, CD).
All I’ve done so far is to structure my categories as
Artist
-Releases
–Vinyl
–CD
–MP3 Album
–Mp3 SongAnd I was thinking that for each artist, release, etc. I would create posts that would thread through the categories and appear on the appropriate page.
Any advice is appreciated. Thanks!
Tom
Forum: Fixing WordPress
In reply to: loop a single categoryI did see that! Monica’s code works fine for me, but I’m worried about showposts not being supported in the future.
I tried the code in the following pos, but it didn’t work for me. Maybe I should just stick with showposts?
Thanks!
T
Forum: Plugins
In reply to: WordPress RSS feed images without the ?Thanks Otto!
I finally got some code from the owner of CARP to fix the issue. I just just added the code
CarpMapField('desc', 'content:encoded', 0, 10);
and voila!
Thanks again!
T
Forum: Plugins
In reply to: Category-specific RSS feedSuddenly, every one of those links works. I have no idea why, but they didn’t work at first and now they work. In any case, I have resolved my own issue, or rather WordPress resolved it for me.
THT
Forum: Plugins
In reply to: Category-specific RSS feedI found one example of how to do this, but it doesn’t show an rss feed, but rather the page with the categories on it:
https://www.example.com/?cat=42&feed=rss2
in my case, it would be
https://dymaxion.fm/?cat=3&feed=rss2
I also tried
https://dymaxion.fm/wp-rss2.php?cat=3
and
https://dymaxion.fm/category/artists/feed
No dice.
Additionally, the general RSS feed only show old posts, nothing in the last week is showing up.
Any ideas?
Thanks!
T