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
Post a Comment