Forum Replies Created

Viewing 16 replies (of 16 total)
  • Thread Starter lqz

    (@lqz)

    Thanks for you post brittanie. I looked at that page but I didn’t see what I needed.

    I found what I wanted in the admin-header.php, this is what I did.

    I made a new Page Template and copied the info from the header.php, index.php, and sidebar.php in to it. I know I could have made custom files for header and sidebar, but I didn’t see the point.

    I changed the call for the CSS file from…

    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />

    to:

    <link rel=”stylesheet” href=”<?php echo get_settings(‘siteurl’) ?>/wp-content/themes/theme-name/style_name.css?version=<?php bloginfo(‘version’); ?>” type=”text/css” />

    Now when I make a Page I can use Page Template option to choose the look of that Page. I don’t really have a site to link to right now, just playing a round seeing what I can do. But thanks again for your reply.

Viewing 16 replies (of 16 total)