mexsillus
Forum Replies Created
-
Forum: Plugins
In reply to: retrieve first image’s caption … in excerptI 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 PostsI 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.
Forum: Themes and Templates
In reply to: alter the_permalink() outputAWESOME, 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>Forum: Themes and Templates
In reply to: How to verify or claim a blogMost 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 ….>).