You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this starter theme very much but I think there are some issues that developer should update immediately .
add_theme_support( 'title-tag' ) still not added in functions.php . Still _tk theme follow the old strategy, means in header.php title tag function .
A standard theme should have a fullpage template but unfortunately _tk theme hasn't this expected structure . As I saw a topic related full page structure at Question: How to create full width page? #16 but there was no proper solution .
Screenshot size should be 1200x900, as preferred by WordPress new rule .
Comment form input fields under comment box, it should be style in bootstrap . Check the screenshot.
I like this starter theme very much but I think there are some issues that developer should update immediately .
add_theme_support( 'title-tag' )still not added in functions.php . Still _tk theme follow the old strategy, means in header.php title tag function .