• I’m trying to create an ITPC link for iTunes, as described here:
    http://codex.wordpress.org/Podcasting#Using_WordPress_For_Podcasting

    The problem is, WordPress replaces the ‘itpc’ with ‘http’, no matter what I try. Here is my link code…

    <li class="feedlink">
    <a href="itpc://www.example.org/feed/atom">iTunes <img src="<?php bloginfo('stylesheet_directory'); ?>/images/feed-itunes.png" alt="." /></a>
    </li>

    …and it’s hardcoded into my theme’s footer.php.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ahmadj

    (@ahmadj)

    Anyone?

    Isn’t a problem for me, assuming you’re talking about using that HTML inside the post editor.

    Pasted your above code into the editor(in HTML mode), switched to Visual mode, then back again to HTML, the link remains unchanged.

    Possible causes:
    Theme
    Plugins
    Custom code

    It works just fine for me anyhow, so i’d assume at this point not a WordPress problem, but one caused by something you have installed on your WordPress installation.

    Thread Starter ahmadj

    (@ahmadj)

    Sorry, I may not have been clear enough. This isn’t happening in posts; the URL is hard-coded into my theme, as a link on a navbar item. See the code in first post.

    …and it’s hardcoded into my theme’s footer.php.

    Not sure i see how that matters, but i tested anyway… same result, link is retained as itpc.

    What browser are you using? tested another?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WordPress stubbirnly rplacing 'itpc://' with 'http://'’ is closed to new replies.