php - Custom WordPress Single Post Page -


i working on website here: http://jordanvalentin.com/testing.php

all of pages plain php connected wordpress pull posts , content of pages.

when on main page, when click post title goes single.php of wordpress theme installed.

how go creating custom single.php styled other pages? easy editing single.php of current theme? or best practice create own entire theme rather connecting wp pages?

you should create child theme wordpress theme , edit single.php in child theme folder. more informations in codex: https://codex.wordpress.org/child_themes

once child theme has been created, can duplicate original single.php file , make edits without damaging theme, , without losing edits if update theme.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -