udjamaflip
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: WP Down with Error I Can’t Find AnywhereI doubt its ‘no reason’ at best your server has issues, at worst you’ve done ‘something’.
Installed anything recently?
Double posting doesn’t help btw.
Forum: Plugins
In reply to: “sociableoff” custom field stacks up on every edit of a postIf you go into sociable.php and on line 940, thats the function your needing to change, the fix worked for me.
Thanks t0mmmmmmmm, good find.
Forum: Fixing WordPress
In reply to: Blog feed links to same post everytime (single.php)Well I’ve found the problem causing this error (which was occuring inside the archive list as well)
<div class="left-nav"> <h2>Other posts</h2> <?php $posts=get_posts('numberposts=5'); foreach ($posts as $post) : ?> <?PHP the_time("d.m.y"); ?><a href="<?PHP the_permalink(); ?>"><?PHP the_title(); ?></a> <?PHP endforeach; ?> </div>This was made to display 5 posts.
Is there an easier way I should know of?
Forum: Themes and Templates
In reply to: Help: Overwritten style.css in main wordpress directoryThanks. I was concerned that it might not be the same if I were to re-copy a file over from a pre-installation .zip
Forum: Themes and Templates
In reply to: Help: Overwritten style.css in main wordpress directorywp-admin
Viewing 5 replies - 1 through 5 (of 5 total)