sdrib
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Timezone does not appear on WordPress 2.8me too, same problem, timezone is gone
is there anywhere where we can patch this?Forum: Fixing WordPress
In reply to: Multi-Word Tags?oh it works with get_the_title i overlooked that before
<?php $title = str_replace ("?", "", get_the_title());?> <?php echo $title; ?>Forum: Fixing WordPress
In reply to: Multi-Word Tags?Hi!
I am kinda experiencing a similar problem here.
I am using “the_tile()” to define the names of images
so if my title is “tileA” my images name will be “imageA.jpg”
now the problem is that some of my titles contain question marks
which won’t work in image names, so i want to strip those out of there for that reason.I used str_replace
<?php $title = the_title(); $title = str_replace ("?", "", $title);?>and
<?php echo $title; ?>later on to recall but i get no results the titles come back out the same way is they got in
what m i doing wrong?
thanks a lot 🙂
Forum: Themes and Templates
In reply to: How to add a .current_page_parent to any link with a function?Sorry to bump this topic. But if anyone is ever interested in how to achieve the same thing for ‘sub sub pages’ etc of a parent page check out this function
Forum: Themes and Templates
In reply to: How to add a .current_page_parent to any link with a function?This works perfect!! Thank you a lot!
Forum: Themes and Templates
In reply to: How to add a .current_page_parent to any link with a function?Thanks a lot, this is giving me very positive results m going to try to work it out further.
Forum: Your WordPress
In reply to: FlashPress, a full flash wordpress siteHey,
i like your project very much.
I love the idea of using flash as GUI for wordpress.If you care i have a few suggestions :), just pm me.