Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am looking for the exact same thing. I googled the ba’jesus out of this topic and couldn’t find how to retrieve the caption.

    It seems like there are lots of issues for people trying to format the captions, which wouldn’t really exist if you could call the caption and get plain text back.

    Forum: Fixing WordPress
    In reply to: Visual/HTML Posts

    I have a similar issue. I updated to 2.6.5 five days ago and everything was working well until today. For some reason I see the Visual and HTML tabs, but can’t click them to toggle back and forth. It works on my friends computer currently – but stopped working on mine today.

    Thread Starter mexsillus

    (@mexsillus)

    AWESOME, thank you chaoskaizer, that did it.

    here is the final code for anyone wondering:

    <?php $urlVar = str_replace(".com/", ".com/game-", get_permalink($post->ID))?>
    <a href="<?php echo $urlVar ?>" rel="bookmark">play</a>

    Most likely they want you to put something on your pages that confirms you own the domain your submitting. Using a meta tags won’t actually display on your page.

    You could post their instructions, but I have a feeling, if it looks something like <meta content=”….” name=”…”>, then you can go into your admin panel. Select header.php and insert the line of code they give you between other meta tags (<meta ….>).

Viewing 4 replies - 1 through 4 (of 4 total)