shalako
Forum Replies Created
-
That fixed the issue. What a relief!
Thank you!Forum: Plugins
In reply to: [oEmbed HTML5 audio] [Plugin: oEmbed HTML5 audio] WidthI would also like to know how to control the width.
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] download link in single playerI have the same issue. Using mp3j or mp3t, there is no download link to be found.
help?
Forum: Plugins
In reply to: [MP3-jPlayer] [Plugin: MP3-jPlayer] Total Playtime Only Supports up to 59:59Also have this issue. I use single tracks of more than 1 hour.
I can confirm this behavior also.
Forum: Fixing WordPress
In reply to: Category description in single post..follow up. i solved it this way:
<?php $category = get_the_category(); echo $category[0]->category_description; ?>
How I solved it:
<?php $category = get_the_category(); echo $category[0]->category_description; ?>
Forum: Fixing WordPress
In reply to: Category description in single post..was this resolved? i am also trying to figure out how to display category description on single.php (without hardcoding the category ID of course!)
Was this resolved? I’m trying to display category description on single.php
Forum: Fixing WordPress
In reply to: [Plugin: Podcast Channels] Enclosures not automatically addedOh yeah. that was a mistake when I created the topic.
Results of your code:
Array ( [headers] => Array ( [date] => Tue, 24 Mar 2009 02:49:47 GMT [server] => Apache/2.2.3 (CentOS) [last-modified] => Wed, 18 Mar 2009 19:36:47 GMT [etag] => "28a0048-7e9aa49-46569cde2b1c0" [accept-ranges] => bytes [content-length] => 132753993 [connection] => close [content-type] => audio/mpeg ) [body] => [response] => Array ( [code] => 200 [message] => OK ) )
Forum: Fixing WordPress
In reply to: [Plugin: Podcast Channels] Enclosures not automatically addedThat’s weird; where does it say that? I’m running 2.7.1
Forum: Fixing WordPress
In reply to: [Plugin: Podcast Channels] Enclosures not automatically addedwell, looks like i got something pretty similar
HTTP/1.1 200 OK Date: Sun, 22 Mar 2009 23:19:27 GMT Server: Apache/2.2.3 (CentOS) Last-Modified: Wed, 18 Mar 2009 19:36:47 GMT ETag: "28a0048-7e9aa49-46569cde2b1c0" Accept-Ranges: bytes Content-Length: 132753993 Connection: close Content-Type: audio/mpeg
I appreciate your help; guess i’ll keep adding the enclosure manually until I figure it out. Thanks again!
Forum: Fixing WordPress
In reply to: [Plugin: Podcast Channels] Enclosures not automatically addedThe URL for the media file is https://redlightmusic.com/wp-content/uploads/onionz_sweetmix.mp3
I do have shell access and am somewhat familiar with the LAMP stack; what would you look for?
Thank you.
Forum: Fixing WordPress
In reply to: [Plugin: Podcast Channels] Enclosures not automatically addedThank you for your recommendations.
I have verified that saving the post and waiting does not result in an enclosure being added automatically.
Without adding the enclosure manually, there is no enclosure item in the feed XML.
Adding the RSS Widget for the feed URL https://redlightmusic.com/category/podcasts/vintage-mixtapes/feed/ doesn’t work. The widget isn’t displayed in the sidebar and looking at the widget admin again I see the URL has been replaced with “Error: could not find an RSS or ATOM feed at that URL.” However, if I replace the URL with the feedburner URL, https://feeds2.feedburner.com/RedlightMusicPresentsVintageMixtapes, it works. The first URL is redirected to the second by your plugin.
Any ideas?
Forum: Fixing WordPress
In reply to: [Plugin: Podcast Channels] Enclosures not automatically addedI should add that I’m using WP 2.7.1, not 2.6.5