How to Add notices using PHP??

Discussion in 'PHP' started by techspott, Apr 25, 2010.

  1. #1
    Hi,
    Im using wordpress. I want to show Posting Rules and Notices to my users. How to add the notice just before add new post form in Wordpress admin panel.. Is there any plugin for that... or how to add manually..!
     
    techspott, Apr 25, 2010 IP
  2. Nanofied

    Nanofied Guest

    Messages:
    1,028
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #2
    All you need to do is find the correct file containing the post form, and add your rules to the pages template. It is more of a html/css thing than anything.
     
    Nanofied, Apr 25, 2010 IP
  3. sarahk

    sarahk iTamer Staff

    Messages:
    28,901
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #3
    When you find the form look for any plugin hooks - it's better to use a plugin to add the text than to insert it into the source files - because wordpress updates frequently and you don't want to be scrambling to copy your changes over every time.
     
    sarahk, Apr 25, 2010 IP
  4. Nanofied

    Nanofied Guest

    Messages:
    1,028
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Very true, good point.
     
    Nanofied, Apr 25, 2010 IP
  5. techspott

    techspott Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Very True.. I should ask "How to make that Plugin???
     
    techspott, Apr 25, 2010 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,901
    Likes Received:
    4,555
    Best Answers:
    123
    Trophy Points:
    665
    #6
    sarahk, Apr 26, 2010 IP