is there a pluggin for wordpress that...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iwantchixx
    Too lazy to set a custom title
    • Oct 2002
    • 12860

    #1

    is there a pluggin for wordpress that...

    can allow me to add custom <head> data to new PAGES only and NOT posts?

    I need the following code added to every PAGE I create.

    Code:
    <style type="text/css" media="all">
    @import "http://bitching-galleries.com/wp-content/plugins/widgEditor/css/widgEditor.css";
    </style>
    <script type="text/javascript" src="http://bitching-galleries.com/wp-content/plugins/widgEditor/scripts/widgEditor.js"></script>
  • Chio
    Confirmed User
    • Oct 2002
    • 8002

    #2
    YARGH! You can specify the template for a page, so yeah. Just make a custom one, and select that as the template for the page you create. No plugin needed.

    I seo'd my hair yesterday and today it's pr7!
    RIP Texas Dreams

    Are you a content producer or program owner sick of tube sites? Contact me on ICQ: 39-183769

    Comment

    • iwantchixx
      Too lazy to set a custom title
      • Oct 2002
      • 12860

      #3
      How would I do that? Where would I place that template? in the theme's directory?

      Comment

      • Chio
        Confirmed User
        • Oct 2002
        • 8002

        #4
        Originally posted by iwantchixx
        How would I do that? Where would I place that template? in the theme's directory?

        Yes. You can use the existing theme template to create yours from, upload it into the active theme dir, name it to page.php or something simple. Hit me up on ICQ if you need help. ICQ is in location.

        I seo'd my hair yesterday and today it's pr7!
        RIP Texas Dreams

        Are you a content producer or program owner sick of tube sites? Contact me on ICQ: 39-183769

        Comment

        • iwantchixx
          Too lazy to set a custom title
          • Oct 2002
          • 12860

          #5
          thanks chio. While this method din't fix the problem, I did fix the issues that caused me to need to do this in the first place by adjusting textarea parameters in the pluggin I am using and in the comments.php file.

          Comment

          • Sosa
            In Tushy Land
            • Oct 2002
            • 40149

            #6
            chio is a blog king

            Comment

            • Chio
              Confirmed User
              • Oct 2002
              • 8002

              #7
              Originally posted by iwantchixx
              thanks chio. While this method din't fix the problem, I did fix the issues that caused me to need to do this in the first place by adjusting textarea parameters in the pluggin I am using and in the comments.php file.

              Glad to hear you got it. Did that fix the css thing too?

              I seo'd my hair yesterday and today it's pr7!
              RIP Texas Dreams

              Are you a content producer or program owner sick of tube sites? Contact me on ICQ: 39-183769

              Comment

              • iwantchixx
                Too lazy to set a custom title
                • Oct 2002
                • 12860

                #8
                Originally posted by Chio
                Glad to hear you got it. Did that fix the css thing too?
                yep, everything lays out correctly now.

                Comment

                Working...