Raymond Chester
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: Help me!!! I could not figure it out.No one to help me? Is not there any way to settle with this?
Forum: Everything else WordPress
In reply to: What does _e() function and other do?oh.. thanks so much jdembowski.
Its great reference what I have been looking for.Forum: Fixing WordPress
In reply to: register_sidebar_widget problemNo idea on this situation? Please help me figure it out. Thanks.
Forum: Fixing WordPress
In reply to: How to add icon in every title post?ooops. sorry. I did not read the title. well, so you want such a html code to appear before title, dont you?
Then do following.function the_title($before = '[html code here]', $after = '', $echo = true) { $title = get_the_title(); if ( strlen($title) == 0 ) return; $imgname = get_post_meta($post->ID, $key, true); $title = '<div><div style="float:left; margin-right: 5px"><img src="'.$imgname.'" /></div><div style="float:left; margin-right: 5px">'.$title.'</div></div>'; $title = $before . $title . $after; if ( $echo ) echo $title; else return $title; }Forum: Fixing WordPress
In reply to: How to add icon in every title post?where do you want to add the code so???
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] No ThumbnailsWell, I m not sure what the reason of that.
I have looked at your site, and I see javascript error there.
This javascript error seems to be occured from twiter site, and I say, since image gallery is based on javascript, this error likely will break your gallery.
Good luck.
Viewing 6 replies - 1 through 6 (of 6 total)