PHPCow Help

Full Version: Loading Google Analytics?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
You could go to a newspaper site, like the NY times/LA Times/ETC to see how they have things categorized. 50 categories is honestly just too many to expect people to sort through....you might try breaking them down into 7-10 categories with different sub-categories within each category......just my opnion, but you don't want to overwhelm people with too much content or a page thats too "busy"

Have you also considered adding RSS feeds for your site? I don't see any...
For auto update of footer year in copyright or anywhere create a custom function with following:

<?php echo date('Y'); ?>

Include the custom function wherever you want and it would display current year. For dealing with custom functions (create/edit etc) refer following
http://www.phpcow.com/?c=143&a=1080
Thanks everybody for your help!!!!!!!!
Here are a few other things I need help with:
1. How to add RSS feeds, since I already have a link section at the bottom of homepage
2. How to activate VOTE BOX, since I already have Vote questions on homepage
3. How to Load more Google Adsense ads in Banner Ad box at top of page(or anywhere else)
4. How to add a Sponsored link box similar to Template B05(Sports Box) or B09,A05 examples
5. How to get and load a You Tube Video box on the right-hand side of homepage (blank now)
6. How to add a calendar?(Blank space on the right side)
> 1. How to add RSS feeds, since I already have a link section at the bottom of homepage

http://www.phpcow.com/?c=143&a=1097

> 2. How to activate VOTE BOX, since I already have Vote questions on homepage

http://www.phpcow.com/?c=143&a=1093

>3. How to Load more Google Adsense ads in Banner Ad box at top of page(or anywhere else)

http://www.phpcow.com/?c=143&a=1080
Capper already explained this i guess.

> 4. How to add a Sponsored link box similar to Template B05(Sports Box) or B09,A05 examples

http://www.phpcow.com/?c=143&a=1081
You need to know HTML

> 5. How to get and load a You Tube Video box on the right-hand side of homepage (blank now)

Same as (4) above

> 6. How to add a calendar?(Blank space on the right side)

http://www.phpcow.com/?c=143&a=1092
Thank you very much, will get on these ASAP. Will follow up if needed for more detail.
How do I work around the 2 tutorials that requires me to know HTML?
Any instructions will be greatly appreciated.
I am working on #3 and need to make sure the Google Adsense code is correct.
How do I check the existing location of my Google Adsense Ads and copy the
correct code over to my Banner Ad section?
While working on #3 I got through to Click SAVE after loading Function Name
Function Description
Function Body
Click SAVE
I am not sure how to open tempale using cursor, designate where you want custome function to appear and click F button(functions)....
You go into your admin and open whatever template you want to through your adsense on. Then in the template put you cursor wherever you want it to appear. Then in the editor you will see a capital "F" on the top left side. Click that and in a new window all of your possible "functions" will open. You can then scroll down to the function you've just made and click on that and it will add it to the spot your cursor was on the template. Click "save current template" on the bottom on the screen and you're done!

Let me know if you have trouble with that.
I know it sounds simple but I am having trouble with making this simple change.
I may be over thinking the step of going into my admin and opening whatever
template I want to place Adsense on. I do know I want to place Google Adsense
ads in my banner the currently has the words "You can advertise here" to the
right of my logo.
Pages: 1 2 3 4 5
Reference URL's