boaxaxbo
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: WordPress on mobileI 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: CommentsSorry, bad english…
Forum: Fixing WordPress
In reply to: CommentsNow it works fine! But can I change the design of the form? It looks not so nice…
Forum: Fixing WordPress
In reply to: CommentsI 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> </p>Forum: Fixing WordPress
In reply to: CommentsThanks, but it does not work. What am I doing wrong???
Viewing 5 replies - 1 through 5 (of 5 total)