kkboykowboy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: First post image before post title?Ok replaying to my self here, but hopes it helps some people… i found a plugin called “safe title” It makes you use normal html in the title. It takes NO messing about in all sorts of advanced code as “the loop” (which is a riddle to me) BUT – when clicking on the phermalink it sends you to a blank page…. guess it’s an error… so gotta choose 😉
Forum: Fixing WordPress
In reply to: First post image before post title?ok – i am no wizz and have no clue about the loop and stuff like that (even though i spend the entire day trying to figure it out). I almost works just including the <img src=”….” /> in the title box, but for some reason it also includes a ‘ “<” ‘ in front of the picture?!
have anyone made this work without the plugin?
Forum: Installing WordPress
In reply to: how to turn comments of?I found some info on it on google…
firstly i did’nt think i could figure this out – cause i did’nt know how to do quaries, but it is easy!
run this SQL query in phpMyAdmin (the database control panel that most of the hosts provide for managing MySQL databases):
UPDATE wp_posts SET comment_status=”closed”;
the comment-link will still be there, but no comments can be made.. pretty easy…
take a look at this page for more info
http://ckunte.com/archives/2006/06/07/closing-pingbacks-for-all-posts-in-wordpress
Forum: Fixing WordPress
In reply to: rss import but no pictures :-(hmm… ok … can really figure that out.. but actually linking to the pictures within the text also look better – even though it is a little work
Forum: Fixing WordPress
In reply to: rss import but no pictures :-(hmm… ok so they have to be manually “put” into the posts again? or can i just put them in “the right directory”. in case of the later – which directory would that be ? thanks alot for your replay W!