jmmo20
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updating to 2.8.4I found the answer: http://kevinjedwards.com/51/how-to-stop-wordpress-28-from-deleting-enclosures/
I truly don’t understand the logic behind this. I hope it gets “un-fixed” in 2.9.
Forum: Fixing WordPress
In reply to: Updating to 2.8.4Here it is again.
Upgraded to 2.8.4.
Turned off ALL plugins.Same old problem: enclosures disappear from my blog entries 🙁
Back to 2.7.
Help, please!!
Forum: Fixing WordPress
In reply to: Highlight new poststhat’s fantastic!! Thank you so so so much!!! :o)
Forum: Fixing WordPress
In reply to: Don’t show date in pagesOK I managed to do it.
I edited the php so that it compares the post ID with a list of 4 different pages ID, if they match, the date won’t be shown.
THanks !!
Forum: Fixing WordPress
In reply to: Don’t show date in pagesIf I edit the two out, the date won’t appear on the posts either.
Forum: Fixing WordPress
In reply to: Multiple Category changethanks for the sql query but i wouldn’t want to change all posts of a given category, only those post old enough to be moved from the category “podcast” to “archive”
Thanks for the batch category plug in 🙂
Forum: Fixing WordPress
In reply to: Add new fieldoops, messed with the symbols here.
Ok I managed to do it:
copied the rss_enclosure function and modified it so that the inserted html tag is instead of the xml <enclosure url=> and posted the function call on the theme index.php, and works wonders (result at http://www1.rosavientospodcast.com/podcast/)
Forum: Fixing WordPress
In reply to: Add new fieldOk I managed to do it:
copied the rss_enclosure function and modified it so that the inserted html tag is instead of the xml <enclosure url=> and posted the function call on the theme index.php, and works wonders (result at http://www1.rosavientospodcast.com/podcast/)
Forum: Fixing WordPress
In reply to: PodcastingI get this error message:
XML Parsing Error: prefix not bound to a namespace
Location: http://www1.rosavientospodcast.com/podcast/?feed=rss2
Line Number 10, Column 1:<itunes:category text=”International”>
^Forum: Fixing WordPress
In reply to: PodcastingI know, I added the custom tag “enclosed”.
I would still like to add the custom itune tags to the rss feed, when i edit the rss2.php file and put a <itunes:copyright> tag for example, I get a xml parsing error.. how can I add this:
<title>Rosa Vientos Podcast</title>
<link>http://www.rosavientospodcast.com</link>
<description>La forma fácil de escuchar la Rosa de los Vientos en Internet</description>
<language>es</language>
<copyright>© 2005 jmmo20@gmail.com (sitio y podcast) – Onda Cero (contenido de audio)</copyright>
<managingEditor>jmmo20rosavientospodcast.com</managingEditor>
<webMaster>podcast@rosavientospodcast.com</webMaster>
<generator>podcast@rosavientospodcast.com</generator>
<lastBuildDate><?php echo mysql2date(‘D, d M Y H:i:s +0000’, get_post_time(‘Y-m-d H:i:s’, true), false); ?></lastBuildDate>
<ttl>180</ttl>
<itunes:summary>
Podcast de la Rosa de Los Vientos, con los programas diarios de La Rosa de los Vientos.
Copyright: Onda Cero Radio por le programa, Jmmo20@rosavientospodcast.com por el podcast.
</itunes:summary>
<itunes:category text=”International”>
<itunes:category text=”Spanish”/>
</itunes:category>
<itunes:author>Rosavientospodcast.com</itunes:author>
<itunes:owner>
<itunes:email>jmmo20@rosavientospodcast.com</itunes:email>
<itunes:name>José M. Muñoz-Olaya</itunes:name>
</itunes:owner>
<itunes:image href=”http://libsyn.com/podcasts/jmmo20/images/rosa.png”/>
<image>
<url>http://libsyn.com/podcasts/jmmo20/images/rosa.png</url>
<title>Rosa Vientos Podcast</title>
<link>http://www.rosavientospodcast.com</link>
</image>