Fredrik Hedlund
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Paragraph problemAlso tried tinymce, which is supposed to have an option to tell WordPress editor NOT to remove
<p>and<br>-tags. Doesn’t work with 3.2.1 though.Forum: Themes and Templates
In reply to: Paragraph problemI’ve also tried ckeditor (or whatever the plugin is called) that some people claim fixes the paragraph-problem, but for whatever reason that plugin won’t load.
Nobody has a fix for this?
Forum: Themes and Templates
In reply to: Two css files problemLike I could keep away … you were right, problem solved.
Thanks a bunch!Forum: Themes and Templates
In reply to: Two css files problemAaaah, good point. I’m going to check it out tomorrow (it’s getting late here ;)). Will let you know how it goes. Thanks for the tip!
Forum: Themes and Templates
In reply to: Two css files problemand index.php
<?php get_header(); ?> <!-- ******* BODY ******* --> <div id="bd"> <div id="yui-main"> <div class="yui-b"> <!-- *** OM MIG *** --> <div class="yui-gf"> <div class="yui-u first"> <?php $post_id = 14; $queried_post = get_post($post_id); ?> <h2><?php echo $queried_post->post_title; ?></h2> <!-- <h2>Om mig</h2> --> </div> <div class="yui-u"> <p class="bigger"> <?php echo $queried_post->post_content; ?> </p> </div> </div> </div> </div> </div> <?php get_footer(); ?>
Viewing 5 replies - 1 through 5 (of 5 total)