ok another one…

Support Area Forums Kerygma ok another one…

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://cotroc.org/newsite2
  • Author
    Posts
  • #26450
    Micah Hensley
    Participant

    For some reason my Podcast-video-feed page has nothing showing up on it??

    #26467
    Bill Robbins
    Moderator

    What’s the URL to your feed?

    #26576
    Micah Hensley
    Participant
    #26577
    Bill Robbins
    Moderator

    Looks like a typo:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose podcast-video-feed.php
    3. Scroll down to line 48:
      
      <itunes:category text="<?php echo htmlspecialchars(reverse_escape(of_get_option(video_'podcast_subcategory')), ENT_QUOTES);?>"/>
      

      and change it to this:

      
      <itunes:category text="<?php echo htmlspecialchars(reverse_escape(of_get_option('video_podcast_subcategory')), ENT_QUOTES);?>"/>
      
    4. Save your changes.

    See if that doesn’t fix the feed for you.

    Bill

    #26704
    Micah Hensley
    Participant

    Hey Bill,
    So I made the change, is it supposed to just be a page with text on it? Not a normal looking web page? And the same for the audio feed? If so then it looks like it fixed it!

    #26709
    Bill Robbins
    Moderator

    Glad that did the trick. It is just a page of text, since it’s for computers to use and not really people.

    Take care Micah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘ok another one…’ is closed to new replies.