Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How to create WordPress theme from scratch ?

user-image
Question ajoutée par Adam Ahmed , IT & Web Developer , Freelance
Date de publication: 2016/02/22
Mohammad Ahmad Siddiqui
par Mohammad Ahmad Siddiqui , Sr.Software Engineer , GSPANN

Hi Adam Ahmed,

 

Thanks for invite.

I hope this link help. How to create theme using scratch?.

 

http://code.tutsplus.com/articles/how-to-create-a-wordpress-theme-from-scratch--net-706

 

Zakaria Zaidane
par Zakaria Zaidane , موظف , مرجان

WordPress HTML CSS JAVA SCRIPT

aswin joe
par aswin joe , web designer , subash technosis(pvt ltd)

You know HTML, CSS, and JavaScript. You can make beautiful websites. Maybe you’ve heard about WordPress, but aren’t entirely sure how to implement it, or why you might need it. Maybe a client asked for WordPress, but you’re not really familiar with it. Maybe you’ve worked with it before, but don’t know how to make your own theme from scratch. Whatever the case, this article is for you.

<div id="wrapper"> <div id="header"> <h1>Your Site Title</h1> </div><!-- end header --> <div id="main"> <div id="content"> <h2>Your Content Title</h2> <p>Your content blah blah...</p> </div><!-- end header --> <div id="sidebar"> <p>Your sidebar content...</p> </div><!-- end sidebar --> </div><!-- end main --> <div id="footer"> <p>Your footer content...</p> </div><!-- end footer --> </div><!-- end wrapper -->

More Questions Like This