Ad Placement
|
10-07-2011, 10:22 PM
Post: #1
|
|||
|
|||
Ad Placement
I want to add some advertising underneath the video player
where can i find the file to edit or isnt it possible? |
|||
11-07-2011, 12:37 AM
Post: #2
|
|||
|
|||
RE: Ad Placement
have you tried the Free HTML Areas... which can be accessed by the admin control panel?
Custom HTML/CSS/PHP http://theorderofindividualacceptance.co...p.php?id=1 |
|||
11-07-2011, 01:21 AM
Post: #3
|
|||
|
|||
RE: Ad Placement
thanks for the reply but did you read my question?
I dont want ads on the front page using the free html area in the admin! I want to place ads underneath the video player. I cant c why the webmaster gets a free script and have to upload and manage its website which takes a hell of allot of time and in return gets the worst ad spots. People hardly clicks from the front pages and the video player page is the best to advertise |
|||
07-08-2011, 03:43 AM
Post: #4
|
|||
|
|||
RE: Ad Placement | |||
07-08-2011, 09:33 AM
Post: #5
|
|||
|
|||
RE: Ad Placement
in functions.php there is a function called "content"
within that function is case "video": thats the case you would add an ad code to.. if you need detailed instructions let me know Custom HTML/CSS/PHP http://theorderofindividualacceptance.co...p.php?id=1 |
|||
08-08-2011, 01:01 AM
Post: #6
|
|||
|
|||
RE: Ad Placement | |||
08-08-2011, 09:05 AM
Post: #7
|
|||
|
|||
RE: Ad Placement
if you open functions.php
and use your browsers "find" function... search for Quote:function content you will find the function i am talking about... if you scroll down a little bit... you will see a line Quote:case "video": just after that you will see these $video_arr[1] < this one is video title $video_arr[2] < this one is video $video_arr[3] < this one is video description $video_arr[4] < this one is comments place your ad code somewhere in there, depending where you want it placed... note... make sure your code uses " not ' if you need, i can bring back a working example... Custom HTML/CSS/PHP http://theorderofindividualacceptance.co...p.php?id=1 |
|||
« Next Oldest | Next Newest »
|