Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-28-2006, 06:10 PM   #1
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Wordpress Issue when creating PAGES...anyone experienced this?

I am trying to create some new "pages" in wordpress, but when I create the page it shows up fine in the editing box, but when I view it on the site the page doesn't show up, instead the page is there, but the first post of the blog shows up instead of the content that I put in that page

anyone know wtf?
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:19 PM   #2
HorseShit
Too lazy to set a custom title
 
Join Date: Dec 2004
Posts: 17,513
can you show us whats happening?
HorseShit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:22 PM   #3
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by jdavis
can you show us whats happening?
sure, new blog, ain't done yet, but here is what I am trying to do

http://www.constantbabes.com/gonzo-thumbs/

I am going to put perfect gonzo thumbs plugin on that page, I create the page, put the content in the editing box and it shows up fine, I cliuck Create Page and it says the page is created, then when I visit the above url you can see what happens
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:26 PM   #4
HorseShit
Too lazy to set a custom title
 
Join Date: Dec 2004
Posts: 17,513
are you running some kind of .htaccess entries that might be causing it to revert back to a post?
HorseShit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:28 PM   #5
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by jdavis
are you running some kind of .htaccess entries that might be causing it to revert back to a post?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:29 PM   #6
fusionx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Olongapo City, Philippines
Posts: 4,618
Did you update htaccess with Wordpress's rewrite code for the permalink structures?
fusionx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:30 PM   #7
smashface
Confirmed User
 
Industry Role:
Join Date: Sep 2002
Location: San Francisco, California
Posts: 991
Did you change any parts of the page template?
smashface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:30 PM   #8
smashface
Confirmed User
 
Industry Role:
Join Date: Sep 2002
Location: San Francisco, California
Posts: 991
Good suggestions fusionx
smashface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:35 PM   #9
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
no on all counts above

could it have something to do with the theme maybe?
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:36 PM   #10
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by fusionx
Did you update htaccess with Wordpress's rewrite code for the permalink structures?
yup, all the permalinks are working fine on the site
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:36 PM   #11
HorseShit
Too lazy to set a custom title
 
Join Date: Dec 2004
Posts: 17,513
Quote:
Originally Posted by Jace
no on all counts above

could it have something to do with the theme maybe?
probably not, even if it couldn't produce all of the page it should still do some of it
HorseShit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:37 PM   #12
JOHNNY_BUTTHOLES
Confirmed User
 
Join Date: Jun 2006
Posts: 146
nice site.
__________________
JOHNNY_BUTTHOLES is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:39 PM   #13
smashface
Confirmed User
 
Industry Role:
Join Date: Sep 2002
Location: San Francisco, California
Posts: 991
Quote:
Originally Posted by Jace
no on all counts above

could it have something to do with the theme maybe?
Can you make a post vs a page? It looks like you can. Do you even have a page template?
smashface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:39 PM   #14
Digipimp
BP4L OT DL
 
Join Date: Mar 2003
Location: BP4L Swap Meet
Posts: 13,481
sounds like your page template is pulling posts maybe. try looking at your page template in the theme editing area
Digipimp is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:40 PM   #15
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
oh shit, hold up, something is off on the whole site

fusionx, i think you are right man
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:44 PM   #16
fusionx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Olongapo City, Philippines
Posts: 4,618
Quote:
Originally Posted by Jace
oh shit, hold up, something is off on the whole site

fusionx, i think you are right man
Turn on ICQ dude
fusionx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:44 PM   #17
Sultry_Selenia
Confirmed User
 
Join Date: Jul 2006
Posts: 337
When you create the page, do you have the rich text editor on by default? Even if you go right through the html editor, if that option is enabled it can fuck stuff up. None of my special codes/plugins/formatting worked until I turned off that option (which is on my default for every theme/install I've worked with).

Last edited by Sultry_Selenia; 07-28-2006 at 06:47 PM.. Reason: forgot something
Sultry_Selenia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 06:54 PM   #18
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by fusionx
Turn on ICQ dude
on now
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:01 PM   #19
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
this is killing me now

go here

http://www.constantbabes.com/

and click on any blog post, check the permalink and you can see what post it is supposed to be, but for some reason ANY blog post you click on ends up giving you whatever the first post on the front page is

ANYONE?
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:04 PM   #20
MaddCaz
Confirmed User
 
Join Date: Mar 2006
Location: Illinois
Posts: 9,483
blaaaaze!!!!!
MaddCaz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:10 PM   #21
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
on the permalinks page, where it shows you the code for the permalink shit, add /index.php/ to the front it'll look like

/index.php/%postname%/%category%/%whatever_else_here%/
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:13 PM   #22
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by SPeRMiNaToR
on the permalinks page, where it shows you the code for the permalink shit, add /index.php/ to the front it'll look like

/index.php/%postname%/%category%/%whatever_else_here%/
nope

http://www.constantbabes.com/index.p.../crissy-moran/
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:17 PM   #23
Kimo
...
 
Join Date: Jan 2006
Location: Maryland ICQ:87038677
Posts: 11,542
what spermy said should work...


edit: your fucked
__________________
...
Kimo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:20 PM   #24
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
something else I am noticing

http://www.constantbabes.com/category/babes/

and

http://www.constantbabes.com/category/porn-stars/

are both giving the same result

something is screwy here, I know it has to be a simple fix, I just can't figure it out
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:20 PM   #25
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
OH, and when I revert back to the default theme, everything works fine
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:24 PM   #26
smashface
Confirmed User
 
Industry Role:
Join Date: Sep 2002
Location: San Francisco, California
Posts: 991
I think it is something to do with your theme - maybe a piece of code is missing and shit.
smashface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:27 PM   #27
JD
Too lazy to set a custom title
 
Industry Role:
Join Date: Sep 2003
Posts: 22,651
if you disable permalinks, does the shit work? you might be having a mod_rewrite problem like it's not enabled or something
JD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:37 PM   #28
pocketkangaroo
Confirmed User
 
Join Date: Jan 2005
Location: Chicago, IL
Posts: 8,452
It is something to do with your theme. I had something similar happen awhile back on one of my blogs.

BTW, that theme is sweet!
pocketkangaroo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:53 PM   #29
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by SPeRMiNaToR
if you disable permalinks, does the shit work? you might be having a mod_rewrite problem like it's not enabled or something
still does it whether permalinks are on or off...gotta be the theme

DAMN! haha

time to get code crackin
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 08:54 PM   #30
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by pocketkangaroo
It is something to do with your theme. I had something similar happen awhile back on one of my blogs.

BTW, that theme is sweet!
yeah, I love it, I wanna get a nice header done though, other than that it fits nicely

do you remember what it was about the theme you had?
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 09:24 PM   #31
HorseShit
Too lazy to set a custom title
 
Join Date: Dec 2004
Posts: 17,513
Quote:
Originally Posted by Jace
yeah, I love it, I wanna get a nice header done though, other than that it fits nicely

do you remember what it was about the theme you had?
try switching to just a generic wp theme to see if it still happens.. i dont think its the theme though
HorseShit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 09:50 PM   #32
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
Why am I getting a cert just clicking on this thread?
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-28-2006, 10:50 PM   #33
CamsLord
Confirmed User
 
Join Date: Jun 2006
Posts: 3,663
yea me too
__________________
sig for sale - pornpicz(at)gmail.com
CamsLord is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 11:19 AM   #34
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by jdavis
try switching to just a generic wp theme to see if it still happens.. i dont think its the theme though

default theme works fine....everything works perfectly
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 11:47 AM   #35
Lifer
Confirmed User
 
Lifer's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Working
Posts: 871
Quote:
Originally Posted by Jace
default theme works fine....everything works perfectly
Then it is the theme.

Look in the presentation, edit theme section in the admin tools and check out the code for your sidebars. The links that you are creating are pulling the wrong file out of the database.

I wondered how you were using so many side bars unless you added extra fields to the database, which the default install would not correct for you.
Lifer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 11:53 AM   #36
Lifer
Confirmed User
 
Lifer's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Working
Posts: 871
I figured the above out.

I hate to ask... but did you set the catagory for the post when you wrote the post and not just use the default catagory?

Also, if you are writing pages, you have to select the template for the page to come up. Try setting that to "about"

Last edited by Lifer; 07-29-2006 at 11:54 AM..
Lifer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:06 PM   #37
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by Lifer
Then it is the theme.

Look in the presentation, edit theme section in the admin tools and check out the code for your sidebars. The links that you are creating are pulling the wrong file out of the database.

I wondered how you were using so many side bars unless you added extra fields to the database, which the default install would not correct for you.
no extra sidebars...the only thing extra I did was seperate the link categories

all the sidebars there are basic wordpress sidebars, just edited a little

think it might have to do with them though? I can remove some one at a time and cehck the site
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:07 PM   #38
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by Lifer
I figured the above out.

I hate to ask... but did you set the catagory for the post when you wrote the post and not just use the default catagory?

Also, if you are writing pages, you have to select the template for the page to come up. Try setting that to "about"
well, it started with pages, but I have deleted all the pages out of there

this is happening with every post, page or anything

and yes, I chose a category for each post when I wrote the post
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:08 PM   #39
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
tell you what, if someone can help me fix this I will give them a free post across 6 blogs that will be permanent and go into the archives
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:11 PM   #40
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
fuck, someone just added me to icq and I have NO CLUE who it was...smashface maybe

LOL
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:26 PM   #41
Lifer
Confirmed User
 
Lifer's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Working
Posts: 871
Try to look at a couple of these settings:

In the Options - Under Reading. set blog pages to Show at Most = 1

Make sure the "Page" is published and not a draft

If you are writing a page, play with the Page Template setting at the place where you are writing the page. It is a little lower on the page. You can set that to Link, about, archive, etc.

One thing you might try is to add the rss plug in and write a new Page. Then set the templae to "about" and it will show up in the place for the rss feeds. In this case, you would use the rss feed plugin just to set up a different division on your theme's sidebar.

Last suggestion I have is to set the page order for the new Page. It is located under the place where you wrote your page... under the Page Template I mentioned above.
Lifer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:30 PM   #42
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by Lifer
Try to look at a couple of these settings:

In the Options - Under Reading. set blog pages to Show at Most = 1

Make sure the "Page" is published and not a draft

If you are writing a page, play with the Page Template setting at the place where you are writing the page. It is a little lower on the page. You can set that to Link, about, archive, etc.

One thing you might try is to add the rss plug in and write a new Page. Then set the templae to "about" and it will show up in the place for the rss feeds. In this case, you would use the rss feed plugin just to set up a different division on your theme's sidebar.

Last suggestion I have is to set the page order for the new Page. It is located under the place where you wrote your page... under the Page Template I mentioned above.
once again...there are no pages anymore, this is a site wide issue

go to www.constantbabes.com and click on any of the new blog posts, take Crissy Moran for example, click on it and the content that shows up is whatever the first post in the blog index is
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:31 PM   #43
Lifer
Confirmed User
 
Lifer's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Working
Posts: 871
Also, copy the sidebar code and post it here. Maybe there is something there where you are trying to pull information from one place, but in fact are pulling it from another. This would be the lines like <?php _e('Meta'); ?> where _e('META') is the controlling factor.

Make sure that your sidebar code is getting the information from the right place
Lifer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:37 PM   #44
Lifer
Confirmed User
 
Lifer's Avatar
 
Industry Role:
Join Date: Feb 2004
Location: Working
Posts: 871
There is also a place for you to order your pages...

I see what is happening.

Did you try to set the number of pages to sow at one time to 1?
Lifer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:37 PM   #45
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by Lifer
Also, copy the sidebar code and post it here. Maybe there is something there where you are trying to pull information from one place, but in fact are pulling it from another. This would be the lines like <?php _e('Meta'); ?> where _e('META') is the controlling factor.

Make sure that your sidebar code is getting the information from the right place
sidebar code:

Code:
<div id="sidebar">
 <ul>

<!-- List of Links in Blog -->
  <li><table width="188" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-babes.gif" width="188" height="35" alt="Links" /></td>
	</tr>
    <tr>

    <td class="sidebg">

  <ul>

  <?php wp_get_links(4); ?>

  </ul>

    </td>

  </tr>

   <tr>

   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>

   </tr>

  </table></li>

<!-- List of Categories in Blog -->

  <li><table width="188" cellpadding="0" cellspacing="0">

	<tr>

		<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-categories.gif" width="188" height="35" alt="Categories" /></td>

	</tr>

    <tr>

    <td class="sidebg">

   <ul>

    <?php list_cats(1, 'all', 'name', 'asc', '', 1, 0, 0, 1, 0, 1, 0,'','','','','') ?>

   </ul>

    </td>

  </tr>

   <tr>

   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>

   </tr>

  </table></li>


  <!-- List of Pages in Blog -->
  <li><table width="188" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-otherpages.gif" width="188" height="35" alt="Other Pages" /></td>
	</tr>
    <tr>
    <td class="sidebg">
   <ul>
    <?php wp_list_pages('title_li=' ); ?>
   </ul>
    </td>
  </tr>
   <tr>
   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>
   </tr>
  </table></li>


  
 </ul>

</div>





<div id="sidebar2">

 <ul>

<!-- Previous Posts -->
		  <li><table width="188" cellpadding="0" cellspacing="0">
			<tr>
				<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-previous.gif" width="188" height="35" alt="Links" /></td>
			</tr>
		    <tr>
		
		    <td class="sidebg">
		
		  <ul>
		
		  <?php
		  						$posts = get_posts('numberposts=10&offset=0');
		  						foreach ($posts as $post) :
		  					?>
		  					<li>
		  					<a href="<?php the_permalink(); ?>" title="<?php the_title() ?>"><?php the_title() ?></a>
		  					</li>
		  					<?php
		  						endforeach;
					?>
		
		  </ul>
		
		    </td>
		
		  </tr>
		
		   <tr>
		
		   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>
		
		   </tr>
		
		  </table></li>
		  <!-- End Previous Posts -->

  <!-- Search Box -->

  <li><table width="188" cellpadding="0" cellspacing="0">

	<tr>

		<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-find.gif" width="188" height="35" alt="Find" /></td>

	</tr>

    <tr>

    <td class="sidebg" align="center">

     <form method="get" action="<?php echo $PHP_SELF; ?>">

   <input type="text" name="s" id="search" size="15" />

   <input type="submit" name="submit" value="<?php _e('Search'); ?>" />

  </form> 

  </td>

  </tr>

   <tr>

   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>

   </tr>

  </table></li>

<!-- List of Links in Blog -->
  <li><table width="188" cellpadding="0" cellspacing="0">
	<tr>
		<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-links.gif" width="188" height="35" alt="Links" /></td>
	</tr>
    <tr>

    <td class="sidebg">

  <ul>

  <?php wp_get_links(2); ?>

  </ul>

    </td>

  </tr>

   <tr>

   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>

   </tr>

  </table></li>


  




  <!-- Admin Links -->

  <li><table width="188" cellpadding="0" cellspacing="0">

	<tr>

		<td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/side-meta.gif" width="188" height="35" alt="Meta" /></td>

	</tr>

    <tr>

    <td class="sidebg">

  <ul>

			<?php wp_register(); ?>

			<li><?php wp_loginout(); ?></li>

			<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS 2.0'); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>

			<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="RSS Feed">RSS</abbr>'); ?></a></li>

			<?php wp_meta(); ?>

  </ul>

    </td>

  </tr>

   <tr>

   <td><img src="<?php bloginfo('stylesheet_directory'); ?>/images/sidefoot.gif" width="188" height="13" alt="" /></td>

   </tr>

  </table></li>



 </ul>

</div>
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:39 PM   #46
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
Quote:
Originally Posted by Lifer
There is also a place for you to order your pages...

I see what is happening.

Did you try to set the number of pages to sow at one time to 1?
I am not worried about pages anymore, in fact there is no place that allow2s that option for me in wordpress options
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:40 PM   #47
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
I went into wordpress options and set Blog Pages
Show at most to 1

still doing it
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 12:42 PM   #48
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
lifer, can you slow down a second and re-read what I am posting

I am not worried about pages anymore, in fact I deleted all pages

When you go to the site, scroll down and click on Crissy Moran, now see the content that is showing for Crissy Moran? it is whatever is the first post on the main page

so, whatever I posted as the latest post is showing up as all the posts on the individual post pages
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2006, 06:01 PM   #49
smashface
Confirmed User
 
Industry Role:
Join Date: Sep 2002
Location: San Francisco, California
Posts: 991
Quote:
Originally Posted by Jace
tell you what, if someone can help me fix this I will give them a free post across 6 blogs that will be permanent and go into the archives
Tried to get a hold of you last night before I went out. ICQ me - 341030294 - if you still have an issue.
smashface is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.