• I would like to remove the name of the page in the content area for each page. I used to comment this out in the page template file. However, it seems like its an include now and not sure where its located.

    Thanks for your help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Don’t edit the Twenty Ten theme. Instead create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.

    Thread Starter jonluciano

    (@jonluciano)

    Thanks for the link. Should i just copy and paste the current css to create the child theme?

    What info should i put in there?

    Please see the link I posted above.

    Thread Starter jonluciano

    (@jonluciano)

    ok…i’m ready to go. however, i reverted to the regular twentyten theme for now as my site doens’t look good with just the child theme!

    Now what do I do to get all of the characteristics of the parent theme into my child? and then customize the child to remove page names?

    Ps – thanks for your help. i appreciate it!

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    After your child theme template headers, put in the @import like so:

    /*
    Theme Name: Twenty Ten Child Theme
    Description: Child theme for the Twenty Ten theme
    Version: 0.1.0
    Template: twentyten
    */
    
    @import url("../twentyten/style.css");
    
    /* Your CSS goes after HERE */

    And you’ll be good to go.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Twenty Ten Page Name’ is closed to new replies.