edge2edge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: previous_post and next_postTry this, added a couple of semi-colons and a little “} else {}” at the end. Now it works for me…
<div id=”entry”>
<?php if ($single) { ?>
<?php previous_post(‘%’, ”, ‘yes’, ‘no’, 1, ”); ?>
< < ||
Hjem || > >
<?php next_post(‘%’, ”, ‘yes’, ‘no’, 1, ”); } else { } ?>Forum: Themes and Templates
In reply to: <p><p> problem when validatingAha, that was it! Thanks Fernando…deavtivated the Markdown plugin…and SWISH everthing was ok! Now that I know what caused it, I will dive into the Markdown plugin!
You made my day!
CheersForum: Themes and Templates
In reply to: <p><p> problem when validatingOH, I thought meant the code…all post are written in wp…hmm, so you mean I should try to deactived all the plugins one-by-one to see? hmm, I will have to look into that this evening. I saw that the guy from the other post did not solve his problem neighter…perhaps a “chop_chop_content” function is my best chance of making my page validate…
Forum: Themes and Templates
In reply to: <p><p> problem when validatingPerhaps the soultion is just to write a function that slices of 3 caracthers in front and end of the content output…It is a bit quick’n’dirty, but it might just do the trick…what do you think?
Forum: Themes and Templates
In reply to: <p><p> problem when validatingHi dennis.
I am using another texteditor..textpad is my choice ?? And yes I am running a lot of plugins, and have made some adjustments myself, but not to the major WP functions like “the_content” or ” get_the_content”…So I do not think that is it….It’s all very strange. ?? I am reviewen all the templates files related to the content…but can not seem to find an error..The WP version is 1.2…Forum: Plugins
In reply to: EzStatic PluginOk, played some – and fixed the id issue metioned a few times allready ??
Now I am getting:
Database error: [You have an error in your SQL syntax near ” at line 1]
SELECT * FROM wp_posts WHERE ID =
So everything is not peachy yet! Guess the ezstatic files still does not like my index.php file.
I am trying to understand the flow of the eztatic file, but it does take some time ??Forum: Plugins
In reply to: EzStatic PluginRingmaster: The site is not online yet – but I will come back when I get it out there. Untill then I will have to dive into the code and see if I can figure it out on mye own. ??