• I have heard lot’s about a child theme but seen a few people mention that for full customization of a theme you need to fork the theme.. what does this mean??????

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    A child theme offers a metric ton of options for customizing the original parent theme while NOT editing or changing a single file on the parent theme.

    That’s really useful if you just want to modify the CSS of that theme.

    http://codex.wordpress.org/Child_Themes

    But sometimes you may want to make many wholesale changes so creating a child theme doesn’t make sense.

    When that happens, it’s easier to make a complete copy of the theme into a new directory but change the copy of style.css and give the theme a new name and version number.

    By changing the theme name in the copy’s style.css file WordPress will treat that as a new and separate theme and the original themes updates will not effect it.

    Thread Starter pdoransdesign

    (@pdoransdesign)

    Thanks Jan!!

    > When that happens, it’s easier to make a complete copy of the theme into a new directory but change the copy of style.css and give the theme a new name and version number.

    So how do I make a complete copy of a theme? Does this mean that if people view the source of my website they won’t be able to see I have copied a theme so it will be like pretty much creating my own template, re-naming it and using it to do whatever I want? For example.. if I was to copy a template and then edit it changing the footer/header etc but just using the original template as a framework, could I create something completely new that can be used as a fresh template for someone to access through admin and simply drop in text/photos?

    I was under the impression you could do this with child themes by overridding the .php files?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What is forking?’ is closed to new replies.