Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter MJKB

    (@mjkb)

    Yes – in the Main Index Template of the theme:

    <!--  Current Project Module Starts Here -->
      <div class="current_p_wrapper">
        <div class="current_p_top"></div>
        <div class="current_p_mid">
          <div class="content">
            <div class="heading_c">Current projects</div>
            <?php
    					 $querystr_cp = "
    						SELECT <code>post_content</code>, ID,post_title
    						FROM <code>wp_posts</code>
    						WHERE <code>post_parent</code> =114
    						ORDER BY <code>post_date</code> DESC
    						LIMIT 1
    					 ";
    					 $pageposts_cp = $wpdb->get_results($querystr_cp, OBJECT);
    				     if ($pageposts_cp):
    		              foreach ($pageposts_cp as $post):
    		                setup_postdata($post); ?>
            <span class="bluetext"><b>
            <?php the_title(); ?>
            </b></span>
            <?php $content_project = get_the_content();
    							      $words_project = explode(' ', $content_project);
                                     echo $home_projects = implode(' ', array_slice($words_project, 0, 25)); ?>
            <div align="right"><a>" class="green_cp">more ></a>
              <?php endforeach;
    		            endif; ?>
    
            </div>
          </div>
    	<div class="current_p_bottom"></div>
        </div>
        <!--  Current Project Module Starts Here -->
    
      </div>
    Thread Starter MJKB

    (@mjkb)

    Thanks Ipstenu! How do you put in the </p>?

    Esmi – I created a page that shows what I’m talking about at http://www.rebuildingtogether-twincities.org/?page_id=1954. I’ve been using WordPress for two years and this is the first time I’ve had this problem. The page will look fine on the site, but when I go in and update anything, it loses the original spacing formatting….

    Also, have either of you had luck with bullets in WordPress? I cannot figure out how to get them to format/indent properly. Here’s a link to an example of what I’m talking about http://www.rebuildingtogether-twincities.org/?page_id=321.

    Thanks so much for your help!

    Thread Starter MJKB

    (@mjkb)

    Of course – I’m new to the forum, so thanks for letting me know you need more information:-)

    Our web address is http://www.rebuildingtogether-twincities.org. The little gray box has a heading that says “Current Projects” (bottom right next to the “media gallery”).

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