Jump to content
Sign in to follow this  
unitedskeeball

Custom Field - Page - Stration Pro

Recommended Posts

unitedskeeball

If I am using the custom field option on a post to pull in something into the sidebar and I want to have the default sidebar box styling (box, backgrounds, etc) what code / html / would I need to use?

Share this post


Link to post
Share on other sites
Andrew

Sure to create widget with Html you will need the following markup:

	 <div class="widget">
		<div class="winner">
	 	   <h3 class="wtitle">Your Title</h3>
	    	   <div class="wcontent">
	              WIDGET CONTENT
	              ...
	           </div>
	        </div>
	 </div>
	

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×