Greenguy's Board


Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2008-05-26, 12:52 AM   #1
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
My first Wordpress Blog

Ok, since I'm trying to get MadHatter's blog going, and figured we'd set him up with wordpress, I decided it was time I converted my pm machine sorta blog to a REAL blog. So here it is:

http://gotpornforwomen.com/blog/

Still have to load more old posts in it. It is a combo of spam to my avs sites, stuff that happens in my life, and weird news I find. Everything is hand written so far, but it does have a lot to do with my sites.

I used a theme called green bug and changed all the images to match the rest of my site, and hacked the css so I could get the graphic top on top.

Now I need to change over our old one on redcherry, and turn that into a splog. I want to feed the hell out of that one with sponsor feeds, but this baby since I'm my own sponsor, I have to write the posts myself.

Geeze, hope that makes sense, I'm tired, lol.

Whatcha think for first try? Any suggestions?
RedCherry is offline   Reply With Quote
Old 2008-05-26, 03:16 AM   #2
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
Pretty damn nice! Only suggestion is that I would either display the tags at the bottom of the post, for that post, or I would link the tagged words in the post
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2008-05-26, 05:28 AM   #3
T Pat
You can now put whatever you want in this space :)
 
T Pat's Avatar
 
Join Date: Aug 2003
Location: Paridise
Posts: 3,244
Send a message via ICQ to T Pat
looks damned good
__________________
How To Keep An Asshole In Suspense

I'll Tell You Later
T Pat is offline   Reply With Quote
Old 2008-05-26, 10:19 AM   #4
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by walrus View Post
Pretty damn nice! Only suggestion is that I would either display the tags at the bottom of the post, for that post, or I would link the tagged words in the post
Thanks for the suggestion and nice comments. I was wondering why the tagged words were not showing up as links like I saw in yours.

edit: I found the snippet, and now the tags show up under each post. Still haven't figured out how to have the words underlined, but its a start.

Last edited by RedCherry; 2008-05-26 at 11:11 AM.. Reason: Found the code for the tags
RedCherry is offline   Reply With Quote
Old 2008-05-26, 11:14 AM   #5
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
Quote:
Originally Posted by RedCherry View Post
Thanks for the suggestion and nice comments. I was wondering why the tagged words were not showing up as links like I saw in yours.

edit: I found the snippet, and now the tags show up under each post. Still haven't figured out how to have the words underlined, but its a start.
It's one of the options under simple tag settings.
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2008-05-26, 11:28 AM   #6
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by walrus View Post
It's one of the options under simple tag settings.
Maybe I'm not seeing it, is it something to do with the Extended format advanced usage? Everything else seems to do with displaying the cloud. Or do I edit in something other than under the list in widgets?

I found the mother load of options, lol. I got it working now.

Last edited by RedCherry; 2008-05-26 at 11:37 AM.. Reason: found the edit for simple tags
RedCherry is offline   Reply With Quote
Old 2008-05-26, 12:02 PM   #7
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
Looking good.
ronnie is offline   Reply With Quote
Old 2008-05-27, 01:37 AM   #8
Ms Naughty
old enough to be Grandma Scrotum
 
Ms Naughty's Avatar
 
Join Date: Aug 2003
Location: Australia
Posts: 1,408
Send a message via ICQ to Ms Naughty
Looks nice
Walrus... can you explain again how to get the tags under the post? I'm using 2.5.1 but I don't see anything about that under Manage -> tags
__________________
Promote Bright Desire
Ms Naughty is offline   Reply With Quote
Old 2008-05-27, 02:10 AM   #9
ronnie
Wheither you think you can or you think you can't, Your right.
 
Join Date: Jun 2004
Location: midwest
Posts: 2,274
Send a message via ICQ to ronnie
Quote:
Originally Posted by grandmascrotum View Post
Looks nice
Walrus... can you explain again how to get the tags under the post? I'm using 2.5.1 but I don't see anything about that under Manage -> tags
That's set up in your theme, not that admin. The theme calls the tags.
ronnie is offline   Reply With Quote
Old 2008-05-27, 10:05 AM   #10
walrus
Oh no, I'm sweating like Roger Ebert
 
walrus's Avatar
 
Join Date: May 2005
Location: Los Angeles
Posts: 1,773
Send a message via ICQ to walrus Send a message via Yahoo to walrus
Quote:
Originally Posted by grandmascrotum View Post
Looks nice
Walrus... can you explain again how to get the tags under the post? I'm using 2.5.1 but I don't see anything about that under Manage -> tags
ronnie is right it needs to be a part of the theme. Edit "the loop" in your main index and add
Code:
<?php the_tags(); ?>
if your using WP's tagging system or
Code:
<?php st_the_tags(); ?>
if your using simple tags.
__________________
Naked Girlfriend Porn TGP
free partner account
walrus is offline   Reply With Quote
Old 2008-05-27, 10:42 AM   #11
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by grandmascrotum View Post
Looks nice
Walrus... can you explain again how to get the tags under the post? I'm using 2.5.1 but I don't see anything about that under Manage -> tags
The options were in settings -> simple tags -> administration
not in the widget section. There you can activate the click tags feature. I tried everything I could think of in the widgets and couldn't get the underlines. Hope that helps.

Thanks for your feeds too on FTG. I have those sprinkling in every few days.
RedCherry is offline   Reply With Quote
Old 2008-05-27, 07:43 PM   #12
Ms Naughty
old enough to be Grandma Scrotum
 
Ms Naughty's Avatar
 
Join Date: Aug 2003
Location: Australia
Posts: 1,408
Send a message via ICQ to Ms Naughty
Quote:
Thanks for your feeds too on FTG.
NP Although it gets tricky sometimes trying to thing of something witty to say about the photos.

And thanks Walrus for the info about the tags. I'll have to decide where I want to go with that. There's so many issues with 2.5.1 I haven't even got up to it yet.
__________________
Promote Bright Desire
Ms Naughty is offline   Reply With Quote
Old 2008-06-21, 01:54 AM   #13
RedCherry
Of all the things I've lost, I miss my mind the most.
 
RedCherry's Avatar
 
Join Date: Apr 2004
Location: Middle of the Desert, Pahrump, NV
Posts: 3,187
Send a message via ICQ to RedCherry
Quote:
Originally Posted by grandmascrotum View Post
NP Although it gets tricky sometimes trying to thing of something witty to say about the photos.
No kidding, that drives me crazy too.
RedCherry is offline   Reply With Quote
Old 2008-06-22, 08:59 PM   #14
papagmp
That'll teach you to leave your sister unattended.....
 
papagmp's Avatar
 
Join Date: Jan 2007
Location: Colorado Springs
Posts: 1,803
Send a message via ICQ to papagmp
RedCherry - the blog looks FINE!

Quote:
Originally Posted by walrus View Post
ronnie is right it needs to be a part of the theme. Edit "the loop" in your main index and add
Code:
<?php the_tags(); ?>
if your using WP's tagging system or
Code:
<?php st_the_tags(); ?>
if your using simple tags.
That was a huge help for me too Walrus - thanks
__________________

Submit: OutlawFreePorn
papagmp is offline   Reply With Quote
Reply


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 -4. The time now is 06:28 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc