WPFolio – using adding additional page titles to resume/cv style
-
ok, i’m a word press newbie with good html/css and almost no php experience…
i am using a child theme successfully to modify style.css BUT
because i am both an artist and an academic, i’m trying to have one page for a CV that presents my academic CV and a second page that presents my exhibition history. For clarity i would like to call one CV and the other exhibitions. philosophical questions about whether this is even a smart idea aside…
naming a page exhibitions does not allow me to apply the resume style, so –
I looked at the page.php file in the parent theme and saw a line that defined the pages that would load the resume.css – the pages are in an array: ‘RESUME’, ‘resume’, ‘CV’, ‘cv’
i would love to just add ‘exhibition’,’EXHIBITION’ to this array, but I would like to do it through the child theme to not mess with the parent.
I looked through the codex and the wpfolio documentation and have a suspicion that i understand, but can i use @import with a file in the child theme called page.php and use that to override the page.php in the parent? Should i be trying to do this through the functions.php file?
i’m not invested in one method or another, in an ideal world i’d love if someone just said… oh, there’s a drop-down menu in word-press that lets you apply the resume style to any page.
any thoughts would be welcomed.
cheers,
seth
- The topic ‘WPFolio – using adding additional page titles to resume/cv style’ is closed to new replies.