Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter boaxaxbo

    (@boaxaxbo)

    I need to “duplicate” my wordpress site for use on both mobile and desktop, like a rss stream with pictures.

    Forum: Fixing WordPress
    In reply to: Comments
    Thread Starter boaxaxbo

    (@boaxaxbo)

    Sorry, bad english…

    Forum: Fixing WordPress
    In reply to: Comments
    Thread Starter boaxaxbo

    (@boaxaxbo)

    Now it works fine! But can I change the design of the form? It looks not so nice…

    Forum: Fixing WordPress
    In reply to: Comments
    Thread Starter boaxaxbo

    (@boaxaxbo)

    I am only using WordPress for my blog page, the homepage is not made in WordPress. In wordpress, I only got a index.php (and some css files). All the code for the blog are in that file.

    Here is the loop:

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <font face="arial"> <h1><?php the_title(); ?></h1></font> <font size="1" face="times"><hr noshade color="#EEEEEE"><?php the_date(); ?> <?php the_time(); ?><hr noshade color="#EEEEEE"></font>
    <center><font face="arial"> <?php the_content(); ?>
    <hr noshade color="#EEEEEE">
    
    <?php comments_template(); ?>
    
    </center><hr noshade color="#000000"> <?php endwhile; endif; ?><p>&nbsp;</p>
    Forum: Fixing WordPress
    In reply to: Comments
    Thread Starter boaxaxbo

    (@boaxaxbo)

    Thanks, but it does not work. What am I doing wrong???

Viewing 5 replies - 1 through 5 (of 5 total)