trying to learn wordpress development. whats next?
-
Hello. i am totally new to wordpress development. t
here are the things that i have been looking at:
# required files (aka template hierarchy?)
# add_action hooks
# wp_head()
# wp_enqueue style and script
# get_header, get_footer
# theme support for title-tag, custom-logo, post-thumbnails
# how to add a page in dashboard and how to output it to page.php,
up single.php, archive.php
# a simple menu
# the loop with have_posts() the_posts() the_content(), the_title(), get_bloginfo(‘name’)
# doing a simple outputting of a single post in single.php with a template part. same with archive(archive.php)
# output comments and make it possible to leave a comment
# post pagination
# been looking a little bit a widgets but i dont really know why they should be used.
# a simple search form and showing the posts in search.phpI have been told my next step is to look at:
# custom post types
and
# custom fieldsWhat more would you recommend me to look at? i would love if you could list them for me
-
You are in the wrong forum as you are mentioning things typical for the open source wordpress.org. Their support and documentation is at https://wordpress.org/
- The topic ‘trying to learn wordpress development. whats next?’ is closed to new replies.