Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #2135

    Hello,

     

    I want to use Simple Catch Pro as a parent theme, to make sure that my customizations don’t get lost on upgrade. Since I guess the directions for creating a child theme will be the same for both the free and the paid version, I am asking the question here so that even users of the free version may benefit from the help I hope to obtain. 🙂

     

    I am not a WordPress coder – more a user with some limited skills in html and php. So I just want to know how I can create a child theme based on Simple Catch Pro to use as a starting point for my planned customizations. Any help will be highly appreciated.

     

    Thank you.

     

    #2144
    Sakin
    Keymaster

    @TJBraatveit: Simple Catch and Simple Catch Pro there have a lot on difference. The directory is also different. So, you have to set style.css in the child theme as below:

    /*
    Theme Name: Simple Catch Pro Child
    Theme URI: http://catchthemes.com/themes/simple-catch-pro/
    Description: Child theme for the Simple Catch Pro theme
    Author: Catch Themes
    Author URI: http://catchthemes.com
    Template: simple-catch-pro
    */
    @import url("../simple-catch-pro/style.css");

    #2409

    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Using Simple Catch as a parent theme?’ is closed to new replies.