Wordpress Blog : Let a "message" appears on every page...

by cima
7 replies
  • WEB DESIGN
  • |
Hello !
I've got a little problem... In fact, i would like to have a kind of "post", a"message", i don't know how to say that, which would stay in every page of my blog... Let me show you an example, it will be clearer...
On this blog : http://romance-fire.com/
you can see that the the sort of post which the first thing you see :
"Learn the Secrets Of Saving More Money For Your Wedding! It's All In My 100% FREE, No Strings Attached Wedding Ebook!
>>Download Here Now!<<" is on every page... How could i do that ??
Thanks ! Samuel
#appears #blog #message #page #wordpress
  • Profile picture of the author mywebwork
    Aloha Samuel

    If this is a WordPress site you're speaking of you can hard-code the "message" into your themes index.php file. It will then appear on every page of your site in the same position.

    Bill
    {{ DiscussionBoard.errors[552233].message }}
  • Profile picture of the author ecoverartist
    I believe that would just be a matter of editing your website's header to make sure that the info you wanted to have appeared below it. You should be familiar with PHP code and MAKE A BACKUP before you attempt any changes.
    {{ DiscussionBoard.errors[552234].message }}
    • Profile picture of the author cima
      Hello, thanks !!

      I'm not familiar at all whith PHP, so i'm gonna make a backup... Even though do i paste my entire html code in my index.php just like that or is there some specific stuff to respect ?

      Thanks again ! Samuel
      Signature
      My Brand New Forex Trading System :
      www.UltimateForexTradingMethod.com

      And My Forex Review Blog : www.UltimateForexReview.com
      {{ DiscussionBoard.errors[552257].message }}
  • Profile picture of the author Audrey Harvey
    Cima, if you use the flexibility theme for wordpress, which is donation-ware for personal use, it has the option of including a feature box at the top of each page or post. You can then add your text/images/download link to that box. It may be an option if you don't want to edit files and headers. Flexibility Theme for WordPress

    Alternatively, if you just want to add a small bit of text that your visitors see every time, the What Would Seth Godin Do plugin may help there. WordPress plugin: What Would Seth Godin Do | Richard K Miller

    Hope this helps.

    Audrey
    Signature

    Expert content written by an experienced veterinarian and published magazine and newspaper writer.
    Feel free to contact me for details.
    {{ DiscussionBoard.errors[552829].message }}
    • Profile picture of the author cima
      Thank you very much Audrey for your message... I've installed the pluggin but unfortunately that's not exactly what i'm looking for... I know that i'm very bothering but i would really want to do just as in this blog
      http://romance-fire.com/
      I guess that i have to modify my index.php but as i'm a real beginner concerning this stuff, i don't really know what to do... I'd like for the message (it would the exact same message as on the website above) to stay everytime on the top of my pages ...

      Sorry and thanks for your help, Samuel...
      Signature
      My Brand New Forex Trading System :
      www.UltimateForexTradingMethod.com

      And My Forex Review Blog : www.UltimateForexReview.com
      {{ DiscussionBoard.errors[552865].message }}
      • Profile picture of the author mywebwork
        Originally Posted by cima View Post

        I guess that i have to modify my index.php but as i'm a real beginner concerning this stuff, i don't really know what to do...
        Aloha Samuel

        If you send me DM I'll give you an email address that you can send me a copy of your theme and a copy of the code you want added to each page. I can modify your index.php and style sheet, test it on my development server and mail it back to you. You can then upload it to your site.

        BTW ecoverartist the reason I suggested the index.php and not header.php file is that the header edit would likely push the content for all of the page down by the same amount as the "message" height. The index file encompasses the header and all of the page so it's more flexible in allowing placement of the "message". I anticipate that I also may need to define a couple of div tags in the style sheet.

        Bill
        {{ DiscussionBoard.errors[554207].message }}

Trending Topics