Assistance/ Advice
-
I’d like to have a 3 column layout.
1 column for regular blogging 2nd for sidebar (widgets and things) 3rd for hotel reviews only. Now how do i add the 3rd column (hotel reviews only) in code to appear just as correspondingly as the 1st column?
Im completely new to WP, coming only from static sites. Never done php before. I’ve spent the weekend doing WP turtorials online getting my hands wet with php coding.
I hope Im not sounding confusing but this may help you know what I’m talking about a little more… lol
for example:
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
<div class=”entry”>Okay, thats the code for the blog’s column 1, if I wanted column 2 to perform the same tasks how should the coding be so it updates i guess dynamically as column one would.
Sorry… I hope Im not causing confusion.
48hr newbie to wordpress.
The blog I need help with is: (visible only to logged in users)
-
This is the wordpress.com support forum where we provide support ONLY for those who have blogs being free hosted by wordpress.com. You are posting the wrong forum because you failed to read the sticky post at the head of this forum. Please read > https://en.forums.wordpress.com/topic/please-read-me-first-before-posting?replies=1
and http://support.wordpress.com/com-vs-org/ -
The correct forum for you to post to is here > http://wordpress.org/support and if you do post there instead of here you will cause no confusion.
- The topic ‘Assistance/ Advice’ is closed to new replies.