• Please tjeck my blog https://nowuseit.com

    As you can see everything is running smoothly only that no content in the posts or pages shows up!?!? The content is still intact in the admin when I go to manage post, but I can’t figure out why they don’t show up on the blog. New post doesn’t get content either

    Last night I transfered a rather large file via my webserver. That might have overwritten a file of something?

    Do any of you know what codeline/files could be missing? or is this a known problem. Might it be a hack or something?

    Id be gratefull if you’d give it a look!?

Viewing 15 replies - 1 through 15 (of 15 total)
  • Have you touched up any of your templates lately?

    You may have already checked, but can you see this <?php ($post->post_excerpt != "")? the_excerpt() : the_content(); ?> or anything similar directly after your <em> styling per post entry on index.php or page template?

    Thread Starter mach

    (@mach)

    Thanks, template is good, infact it seems to be a non-template problem, its persistent even if I change themes?!?

    Any other idea?

    All the wp-files are there and the page generate the permalinks and the headline, date, time, categori etc., suggesting that the Mysql is ok – but it doesn’t call the post.

    Under you admin area, Options -> Reading…. what is set in the “Show at Most” section?

    -tg

    Thread Starter mach

    (@mach)

    options -> Reading is set at “3”

    ???

    Thread Starter mach

    (@mach)

    I still can figure this out!? tjek https://nowuseit.com

    All my written text is there (I can see it in the admin -> manage) but it’s NOT showing on the blogpost everything else but the text is working, pages alswell.
    I can even search the post via text and get the right post up, but still no text!

    I have reloaded all wp-files, and it is not template-related.

    Any suggestions!?

    What is going on

    Thread Starter mach

    (@mach)

    I have just checked up on my server in myPHP, and all the post are on the server.

    Now how do I get them back into the post?

    Is there a wp-___ file that does that! Or does it run through the scripts in the index.php?

    Just a question – how are you calling your excerpt? Are you using a [more] tag in your post or is it hard-coded in the template itself?

    ie: blah blah blah <!--more--> will break the post to show an excerpt then when you click the link its suppose to take you to the whole post on a single page.

    Thread Starter mach

    (@mach)

    No i’m using a the option provided by the Blix theme https://www.kingcosmonaut.de/blix.

    the expert thing has been working fine – and as said the problem is theme independed.

    Show 3…. 3 what? Days???? Posts???

    -tg

    Thread Starter mach

    (@mach)

    sorry tg… 3 posts!

    check your .htacess file. Might be a good idea to regenerate it.

    Thread Starter mach

    (@mach)

    Thanks, cool advice!
    But how do I do that?

    Thread Starter mach

    (@mach)

    This is what currently is in my .htaccess file:

    # BEGIN FAlbum
    AddType text/x-component .htc
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^wp-content/plugins/falbum/falbum-wp.php/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?([^/]*)?/?$ /wp-content/plugins/falbum/falbum-wp.php?$1=$2&$3=$4&$5=$6&$7=$8 [QSA,L]
    </IfModule>
    # END FAlbum

    Thread Starter mach

    (@mach)

    Ok clearly the .htaccess file was wrong, I have erased and created a new .htaccess file but that changes nothing, darn it!!

    For future reference, I ran into this when migrating servers with WP2.0.4. No post_content or comment_comment appeared. It turns out that I should have deactivated all of the plugins first. After I did so, the blog content returned.

    Reactivating each in turn pointed to Markdown being the problem, but YMMV.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Why are my posts missing?’ is closed to new replies.