COZY Campus Adult Webmaster Forums

 
 
 


Go Back   COZY Campus Adult Webmaster Forums > Newbie Help

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-13-2007, 10:10 AM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
Wordpress Sidbar

Chime in with your preferred method for adding code or custom content to a word press site.

Test Widget?
Asides?
Custom Code?
Plug ins?

I bang my head against a wall on some of the simplest things in word press.

Example: I want to add bits of code for a POD or google ads (not on my adult site, and I dont like the google ad plugin... i just want to post in the code that google generates.)

Seems simple enough, Ive tried adding code to a text widget, but that doesn't seem to work at all.

Just want to see what other people are using.

Thanks
__________________
This aint no Tinker Toy.
Reply With Quote
  #2  
Old 11-13-2007, 10:13 AM
balls_deep's Avatar
balls_deep balls_deep is offline
Amish Pornstar
 
Join Date: Oct 2006
Location: Central PA
Posts: 3,549
Send a message via ICQ to balls_deep
i just insert the google generated code into my sidebar php file
__________________
Reply With Quote
  #3  
Old 11-13-2007, 10:15 AM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
From the wordpress admin page?

Do you add it from the word press admin or do you open the file and edit it manually?
__________________
This aint no Tinker Toy.
Reply With Quote
  #4  
Old 11-13-2007, 10:45 AM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
Sidebar?

Forgot to add that im specifically discussing the sidebar area!
__________________
This aint no Tinker Toy.
Reply With Quote
  #5  
Old 11-13-2007, 10:50 AM
Schoepfergeist's Avatar
Schoepfergeist Schoepfergeist is offline
Evil Genius
 
Join Date: Oct 2003
Location: Seattle
Posts: 117
Send a message via ICQ to Schoepfergeist
Hey LincolnLog,

If you want to edit your sidebars via any other way besides the widgets, you have to change the code manually, but you can do it via the Admin area. Just follow this path:

Presentation > Theme Editor > then select l_sidebar.php or r_sidebar.php

Then paste in your code. I paste my google code in between the <ul></ul> brackets, for example.

Hope that helps.
__________________
Cutting Edge, Adult Design Solutions:
www.devilishmedia.com
Reply With Quote
  #6  
Old 11-13-2007, 11:28 AM
theviking's Avatar
theviking theviking is offline
Work smart, work hard!
 
Join Date: Feb 2006
Location: Asia
Posts: 1,984
You can add a plugin named phpexec. or something like that, then you can add whatever you want with widgets.

If you choose not to use widgets, see answer above.
__________________
Go Fuck Yourself!
Reply With Quote
  #7  
Old 11-13-2007, 12:01 PM
Hammer's Avatar
Hammer Hammer is offline
Master of My Domains
 
Join Date: Oct 2004
Location: Florida
Posts: 8,041
Everything in my sidebars from categories to a friend's list to banners and Google Adsense ads are all done with sidebar widgets.
__________________
Porn Site Pros - Custom Website Design, Turnkey Sites, SEO, and Consulting
Reply With Quote
  #8  
Old 11-13-2007, 07:35 PM
AdorableAudrey's Avatar
AdorableAudrey AdorableAudrey is offline
Cozy Sophomore
 
Join Date: Sep 2005
Location: Las Vegas
Posts: 89
Send a message via Yahoo to AdorableAudrey
I use sidebar widgets for everything too, they are so handy! You might try swapping out your template if they are not working and testing with a different one, I have noticed quite a few templates aren't compatible or do funky things with your widgets.
__________________
I run AdorableAudrey.com and my revshare program is VeryNaughtyCash.com
Reply With Quote
  #9  
Old 11-16-2007, 03:22 PM
anotherF's Avatar
anotherF anotherF is offline
Registered User
 
Join Date: Mar 2006
Location: Birmingham (UK)
Posts: 441
For adsense this is a very good plugin

http://wordpress.org/extend/plugins/adsense-manager/

It works very good. Any problems let me know!
__________________
porn star information
Reply With Quote
  #10  
Old 11-16-2007, 03:26 PM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
Thats the one im having problems with

Its not showing up in my adsense management.
I have no way of seeing its performance vrs other sites or even knowing if the ad is generating revenue for me and not someone who made the widget. The ads are showing up, but in my adsense management at google there is no channel for it?
__________________
This aint no Tinker Toy.
Reply With Quote
  #11  
Old 11-16-2007, 03:30 PM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
Quote:
Originally posted by AdorableAudrey
I use sidebar widgets for everything too, they are so handy! You might try swapping out your template if they are not working and testing with a different one, I have noticed quite a few templates aren't compatible or do funky things with your widgets.
Im testing on the default template. And im getting the widget text widget to work fine now.
Many widgets are not 2.3 updated so that eliminates many of them until they release new versions.

Thanks for sharing!
__________________
This aint no Tinker Toy.
Reply With Quote
  #12  
Old 11-16-2007, 03:33 PM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
Quote:
Originally posted by Hammer
Everything in my sidebars from categories to a friend's list to banners and Google Adsense ads are all done with sidebar widgets.
Im building a list of widgets and settings so that I can repeat what works on one site on new ones.

Currently I have about 4 that are must haves. I will add a link to my wordpress basics list soon.

Im very happy with wordpress after using it for the last few weeks.

Thanks for sharing!
__________________
This aint no Tinker Toy.
Reply With Quote
  #13  
Old 11-16-2007, 03:36 PM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
Golive to the rescue!

Quote:
Originally posted by Schoepfergeist
Hey LincolnLog,

If you want to edit your sidebars via any other way besides the widgets, you have to change the code manually, but you can do it via the Admin area. Just follow this path:

Presentation > Theme Editor > then select l_sidebar.php or r_sidebar.php

Then paste in your code. I paste my google code in between the <ul></ul> brackets, for example.

Hope that helps.
Unfortunately the text widget doesn't come with the same editor that you can use for posting. Seems like mistake to me. Anyway, Im just dropping code into golive and tweaking it there and then pasting back into the wordpress text widget after that.

Thanks vik! ive read about that plugin, but I havnt tried it yet.
__________________
This aint no Tinker Toy.
Reply With Quote
  #14  
Old 11-16-2007, 03:55 PM
anotherF's Avatar
anotherF anotherF is offline
Registered User
 
Join Date: Mar 2006
Location: Birmingham (UK)
Posts: 441
Dose the text widget have a HTML tab? this where code needs to be inserted. Rather than the text tab, the template will not process the code if it thinks its text!
__________________
porn star information
Reply With Quote
  #15  
Old 11-16-2007, 04:02 PM
LincolnLog LincolnLog is offline
Internet Migrant Worker
 
Join Date: Jun 2007
Posts: 132
no, raw text only

NO, its raw text only and there are NO tools.

You have to test your html and see how it shows up.
__________________
This aint no Tinker Toy.
Reply With Quote
  #16  
Old 11-16-2007, 04:06 PM
anotherF's Avatar
anotherF anotherF is offline
Registered User
 
Join Date: Mar 2006
Location: Birmingham (UK)
Posts: 441
What template do you use? is it widget enabled? what plugin?

I have been testing a adsense plugin HERE

It uses k2 theme and http://wordpress.org/extend/plugins/adsense-manager/

Its very simple to use

The website for the plugin is here http://www.mutube.com/mu/getting-sta...nse-manager-2x
__________________
porn star information
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 06:49 PM.

Support our Cozy adult webmaster forum Sponsors:

Porn Reviews
Honest Porn Reviews
Stroke King Blue Design Studios
Blue Design Studios
  Adult Reviews
Adult Reviews

Pussy Cash FTVCash Etu-Cash Traffic Cash Gold GJ Servers
AdXpansion        

 

CozyFrog.com  |   CozyFlash.com  |   Friends & Links
© 2002-10 CozyCampus.com | Adult Forums for Webmasters! | 18+ ONLY!
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.