![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
I need to add following code before HTML . <?php $pathToDLG = "../dlg/"; $dlgMemberGroup = "2,2"; include ($pathToDLG."members/dlgmembers.php"); ?> <html> ..... ....... I tried with Genesis_Pre hook to print some test code like this add_action ('genesis_pre','test_code'); function test_code() { echo 'testtttttttttttttttt'; } but it is not displaying ....when I check the html source code. would you please guide what I will need to do to render following code before html <?php $pathToDLG = "../dlg/"; $dlgMemberGroup = "2,2"; include ($pathToDLG."members/dlgmembers.php"); ?> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Widgets- Adding HTML code to the "title" area of Text widget | rebyjay1 | General Discussion | 2 | 09-04-2009 07:58 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us