ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How to create WordPress theme from scratch ?

user-image
تم إضافة السؤال من قبل Adam Ahmed , IT & Web Developer , Freelance
تاريخ النشر: 2016/02/22
Mohammad Ahmad Siddiqui
من قبل Mohammad Ahmad Siddiqui , Sr.Software Engineer , GSPANN Technologies Inc

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
من قبل Zakaria Zaidane , موظف , مرجان

WordPress HTML CSS JAVA SCRIPT

aswin joe
من قبل 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.

mohamed SELIM
من قبل mohamed SELIM

<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 -->

المزيد من الأسئلة المماثلة