Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8729017
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:45:23+00:00 2026-06-13T08:45:23+00:00

I tried looking for a quick and dirty getting started with wordpress theme development

  • 0

I tried looking for a quick and dirty getting started with wordpress theme development tutorial. Now I know how to go and discover things myself, I’m looking for “top ten FAQ for programmers” when starting wordpress development. (For example, Turn on debugging and where the debugging option is located), how best to setup your dev environment.

All I can find is elaborate or too low level or too high level guides to it. Coming from a background of creating custom wordpress-like applications makes me frustrated.

So perhaps someone can list of the few things I need. I don’t need to know how wordpress works, what a database or widget or page is.

Question I was specifically searching for:
1. How do I make wordpress watch the theme folder for changes from my IDE ( I can’t really believe anybody would develop through the wordpress admin theme editor…No Undo history!). Changing the files doesn’t seem to take affect until I re-install the theme. Debug mode needs to be true?

  1. Any links condensed version of this: http://codex.wordpress.org/Theme_Development or similar?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:45:24+00:00Added an answer on June 13, 2026 at 8:45 am

    WordPress use a hierarchy of files to determine what ends up being shown to the user. For starters all you need to create a WordPress theme is a style.css and index.php.

    This is what you will have to put in your style.css in order to make it a valid WordPress theme:

    /*
    Theme Name: Your theme name
    Theme URI: http://www.example.com/
    Description: Describe your theme.
    Author: Your name or company
    Author URI: http://www.example.com/
    Version: 1.0
    Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)
    
    License:
    License URI:
    
    General comments (optional).
    */
    

    All you really need to include is a unique name for your theme and WordPress will recognize it and list it among your other themes. Even though that works, I would recommend including as much info as possible.

    With just two files, index.php will then run for every single page view, no matter the type of content the user asks for. You can extend this by adding files like page.php to display all your pages, single.php to display single posts differently and so on.

    I highly recommend getting familiar with the WordPress Codex. This is a good place to start:
    http://codex.wordpress.org/Template_Hierarchy

    The image below explains the hierarchy and what file ends up being served. I use it sometimes for reference, there is no need to memorize it entirely.

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know silly question but i tried looking it up on Google with no
So I'm looking for some quick-and-dirty solution. The problem: I am trying to plot
Using the tutorial Find Stuff (quick and Dirty) in Advance Rails Recipes, I can
I tried looking this up on here but couldnt find a proper answer. I
I have tried looking though several of the already asked question about this topic
I've tried looking at similar problems, but could not easily find one that helped
I've tried looking around and there are similar problems, but mine is way more
i have tried looking online but had no luck, How i could delete all
What exactly does execve() do? I've tried looking at the documentation (http://linux.die.net/man/2/execve) but given
I'm pretty new to Ruby. I've tried looking over the online documentation, but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.