belminf
Forum Replies Created
-
Forum: Plugins
In reply to: Transloading imagesHmm… giving up.
Forum: Themes and Templates
In reply to: Changing title of search resultAh man…. oops. There is such a function! Apparently I was misinterpreting my PHP error. Sorry guys.
Bad posting by me.
Forum: Themes and Templates
In reply to: Pretty’ing up comments error pageAk time to do some PHP’ing then lol. I see it uses a die equivalent when it sees something it doesn’t like (or doesn’t see something even).
Eek… is there any particular reason why? Out of curiosity of course.
Forum: Themes and Templates
In reply to: How to create links to Pages in themeThanks Otto. I thought the slug would be safer but I guess I was wrong :-&.
Thanks Moshu and Otto42! Your help is appreciated.
Forum: Themes and Templates
In reply to: How to create links to Pages in themeI would feel more comfortable using Slug as oppose ID.
But thank you very much! Didn’t know get_permalink(ID) worked for Pages as well. I started using this:
<?php bloginfo(‘url’)?>/slughereBut is this really the best way? *Shrug* I guess I can’t think of how something else would be better. Perhaps there’s a built-in function I can’t find?