Hi
Has this been tested with a framework/ child theme setup? I'm using Genesis and a child theme and it won't work for me.
http://wordpress.org/extend/plugins/custom-css-stylesheet-for-posts-or-pages/
Hi
Has this been tested with a framework/ child theme setup? I'm using Genesis and a child theme and it won't work for me.
http://wordpress.org/extend/plugins/custom-css-stylesheet-for-posts-or-pages/
It only works if you put the custom-css folder in your framework themedir. You have to change references to images in your CSS.
This needs a fix :-)
Fix is easy. Replace get_template_directory_uri() on line 88 by get_stylesheet_directory_uri()
get_template_directory_uri() gives you the framework.
get_stylesheet_directory_uri() gives you the child theme.
Makes sense. I'll give it a whirl and report back.
Works great. Now what about custom post types? Works as well!
This would be ideal if it could also be applied to categories so that archive pages would keep the style of the individual posts.
Any chance this could work for post archives?
You must log in to post.