pufftenticle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Interesting Issue (not sure it’s an error)i’ve searched thru the forums looking for an answer. searched under excerpts, etc. still no luck. any suggestions ?
Forum: Fixing WordPress
In reply to: Error Message After Entering New Page….i check’d Kaf’s thing first and that worked ! i will keep a copy of this for future !
you guys are the wind beneath my wings !
Forum: Plugins
In reply to: New Plugin: Inline Google Maps v2cool ! i’ll give it a shot
Forum: Fixing WordPress
In reply to: Error Message After Entering New Page….hmmm. no. they all say delete. how did i do that ?
Forum: Fixing WordPress
In reply to: Error Message After Entering New Page….i wond’d about that. initially yes, there was a default. but after about a month of building, that default suddenly stopped being automaticaly ‘checked’. it was actually a cool thing for me because of a whole host of other things, but not if it creates this problem.
i have only used plugins that i have used on other sites with 100% success. BUT (big smile) i did want there to be extra posts AFTER the initial blurbs that were just headlines (see the bottom of this page).
i did that by inputting this code (that i found here on the forum) for that:
<?php query_posts('posts_per_page=4'); ?>
before the loop, and
<?php
$posts = get_posts('numberposts=10&offset=4');
foreach ($posts as $post) :
?>
<li><a href="<?php the_permalink(); ?>"><?php the_title() ?></a></li>
<?php
endforeach;
?>
at the end of the loop
is that the culprit ? and if so how can i unbreak it ?
Forum: Fixing WordPress
In reply to: Error Message After Entering New Page….i went thru the post that was suggested, followed the guidance on taking out the ‘whitespace’, but that didn’t fix it.
it only happens when i create new pages that are children of children. doesn’t happen when pages are updated or when new posts are placed in. does that make any difference ?
Forum: Requests and Feedback
In reply to: WordPress Customizers ?okay. sorry, i didn’t know about the no offer thingy. i will post on that other site. thanks !
Forum: Themes and Templates
In reply to: theme issue ?any thoughts ? this is now beginning to happen routinely. as much as twice a day.
Forum: Fixing WordPress
In reply to: somehow i have looped the loop ?bump
Forum: Your WordPress
In reply to: Stealthfiction.comawesome. i like it a lot. i will be showing tribute (thieving) ??
Forum: Fixing WordPress
In reply to: somehow i have looped the loop ?okay, after reading for a while, i understand that i have tried to use the loop in a different theme and that is how i ended up at my predicament. i think i did this, but how do i stop it ?
in other words how can i get it to go back to the way it was before i interjected that snippet ? i have already tried removing the lines from the pages, but still no worky…?
Forum: Fixing WordPress
In reply to: Having Trouble with Layout….cool. i will try that. thanks for the help !