Upload post to a specific part of a page

  • Unknown's avatar

    Hi,

    I am relatively new to wordpress and I am looking for some help.

    I am currently designing a website as part of this I have a page called blog which is where I wan’t to post news. Is there a way to target post to upload to a particular div within this page. I am looking to get post to display within the .content .container

    this is the HTML:

    <div class="content">
    <div class="container">
    </div>
    </div>
    
    <div class="learn-more">
    	  <div class="container">
    		<div class="row">
    	      <div class="col-md-4">
    			<h3>Volunteer</h3>
    			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris porttitor erat arcu, sed mollis lacus</p>
    			<p><a href="#">See how you can volunteer </a></p>
    	      </div>
    		  <div class="col-md-4">
    			<h3>Donate</h3>
    			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris porttitor erat arcu, sed mollis lacus</p>
    			<p><a href="# ‎">Learn more about donating</a></p>
    		  </div>
    		  <div class="col-md-4">
    			<h3>Contact Us</h3>
    			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris porttitor erat arcu, sed mollis lacus</p>
    			<p><a href="#">Learn about how to contact us</a></p>
    		  </div>
    	    </div>
    	  </div>
          </div>
  • On a WordPress.com site, you can’t change the HTML.

    If you are looking for help with a self-hosted WordPress site, visit the WordPress.ORG forum here: http://wordpress.org/support/

  • The topic ‘Upload post to a specific part of a page’ is closed to new replies.