• Hello all. I have been reading through the development literature and am beginning to have an understanding of how WordPress is becoming a whole new entity within web development.

    I work in several languages/dev environments and fortunately PHP, JQUERY (JS), and CSS are some of the elements included (which I understand to be THE tools used within WP)

    https://www.levlane.com is a current site that I just wrapped up and am now in the next phase of optimizing.

    My question is, as a 10yr+ web developer – could you give me the overview of how WP is being used and how themes are being developed?

    I think that once I get the concept, then the rest will fall into place…as it has done with other languages/environments.

    I am thinking that WP offers several native ‘pages’ such as search, comments, blog (list view), blog detail, etc and then WE have the option to modify them pages?

    I am also thinking that there are native reserved functions and variables that WP provides and we simply tap into I.E., loops to query recordsets, page titles, header info, etc?

    As reference, I have the default TWENTYTEN theme and a purchased ASPIRE theme. The answers to the above will help me to understand how much of what I see in the files are local to the theme author VS proprietary to WP…THEN I CAN GET STARTED BUILDING MY OWN WP THEMES AND PROJECTS! Yaaay!

    Thanks!
    Rich

Viewing 1 replies (of 1 total)
  • Editing theme files will allow you to change the layout and formatting of your WordPress site. From within a theme (the themes functions.php file) or using/creating a plugin you can tap into 95% of stuff that WordPress gets upto.

    Take a look at https://codex.www.ads-software.com/Plugin_API to see how you can use actions and filters to modify how WordPress functions without messing with core WordPress files.

    Just get your hands dirty and make some modifications to the 2010 theme. Anytime you want to make changes to functionality and your not sure just search Google as there is usually someone out there that’s done what your looking to do.

Viewing 1 replies (of 1 total)
  • The topic ‘Overview Understanding of Theme Development?’ is closed to new replies.