• Resolved Mrigtrishna

    (@mrigtrishna)


    Hi,

    I’m using the FREE version of Accesspress Parallax theme. I’m going to create a Child Theme for my blog and having a doubt for mentioning the attributions in it.

    Please suggest the correct code from the two mentioned below for creating a child theme :

    /*
     Theme Name:   Accesspress Parallax Child
     Theme URI:    http://mywebsite.com/
     Description:  Sample child theme for customization
     Author:       My Name
     Author URI:   http://mywebsite.com/
     Template:     accesspress-parallax
     Version:      1.0.0
    */
    
    @import url("../accesspress-parallax/style.css");
    
    /* --------------------------------------------------- *
     * Theme customization starts here
    /* --------------------------------------------------- */

    —- OR —-

    /*
     Theme Name:   Accesspress Parallax Child
     Theme URI:    http://accesspressthemes.com/
     Description:  Sample child theme for customization
     Author:       Accesspress
     Author URI:   http://accesspressthemes.com/
     Template:     accesspress-parallax
     Version:      1.0.0
    */
    
    @import url("../accesspress-parallax/style.css");
    
    /* --------------------------------------------------- *
     * Theme customization starts here
    /* --------------------------------------------------- */
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Child Theme Attribution Query’ is closed to new replies.