Wordpress PHP Question

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • digitaldivas
    ..I Heart Cannibal Corpse
    • Sep 2007
    • 4328

    #1

    Wordpress PHP Question

    I am using two of the same themes on two different blogs. But blog a, the content is not being shown, only excerpts.

    example
    http://footpervert.com/wordpress/category/foot-fetish/

    on blog b, everything is perfect, same theme!

    example b
    http://naturallyvoluptuous.com/wordp.../busty-coeds//

    please, what am i doing wrong? I checked the php and an example of the page php is

    <?php if (have_posts()) : ?>
    <div id="post-area">
    <?php while (have_posts()) : the_post(); ?>

    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <div class="stumblr-title"><h1><?php the_title(); ?></h1></div>

    <div class="stumblr-content">

    <?php if ( has_post_thumbnail() ) { ?><div class="stumblr-image"><?php the_post_thumbnail( 'stumblr-large-image' ); ?></div><?php } ?>

    <?php the_content(); ?>

    <?php wp_link_pages(); ?>


    <?php comment_form(); ?>



    </div>

    stumblr is the name of the theme, fyi.

    thanks in advance!!
    Last edited by digitaldivas; 02-15-2013, 06:56 AM.
    ...
  • fris
    Too lazy to set a custom title
    • Aug 2002
    • 55679

    #2
    are you actually using the excerpt on one of them?
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

    Comment

    • digitaldivas
      ..I Heart Cannibal Corpse
      • Sep 2007
      • 4328

      #3
      Originally posted by fris
      are you actually using the excerpt on one of them?
      no, i even copied the code from the functional blog b to the blog a .php and still nothing.
      ...

      Comment

      • digitaldivas
        ..I Heart Cannibal Corpse
        • Sep 2007
        • 4328

        #4
        fris, my icq is 621200102 if more questions, i appreciate the help.
        ...

        Comment

        • Colmike9
          (>^_^)b
          • Dec 2011
          • 7230

          #5
          First check and see if that theme has its own options to change from excerpt to content.

          Depending on the theme, but try and find every 'the_excerpt' and change to 'the_content', usually in index.php when I do it..

          Maybe try making a copy of the theme on the server that works, rename it, load it to the /themes of the blog that doesn't work and try that.

          I also sometimes see people use things like 'the_content_rss'... Don't do that..
          Last edited by Colmike9; 02-15-2013, 07:05 AM.
          Join the BEST cam affiliate program on the internet!
          I've referred over $1.7mil in spending this past year, you should join in.
          I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

          Comment

          • digitaldivas
            ..I Heart Cannibal Corpse
            • Sep 2007
            • 4328

            #6
            Hey Mike, I tried that, the index.php is short and did not find an excerpt
            ...

            Comment

            • Colmike9
              (>^_^)b
              • Dec 2011
              • 7230

              #7
              Hm. I just tested the theme and looks like it should work fine... On blog a, did you add any plugins or php/other code of your own? If so, try disabling plugins.

              Also, are those posts imported or using some kind of syndication tool, or regular posts?
              Join the BEST cam affiliate program on the internet!
              I've referred over $1.7mil in spending this past year, you should join in.
              I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

              Comment

              • ottopottomouse
                She is ugly, bad luck.
                • Jan 2010
                • 13177

                #8
                Looks like footpervert has got something saved in the Featured Image box that it is pulling as post thumbnail.
                ↑ see post ↑
                13101

                Comment

                • digitaldivas
                  ..I Heart Cannibal Corpse
                  • Sep 2007
                  • 4328

                  #9
                  Originally posted by Colmike7
                  Hm. I just tested the theme and looks like it should work fine... On blog a, did you add any plugins or php/other code of your own? If so, try disabling plugins.

                  Also, are those posts imported or using some kind of syndication tool, or regular posts?
                  Nope, just regular posts. i will test my plugins and also the featured image box, thanks!
                  ...

                  Comment

                  • digitaldivas
                    ..I Heart Cannibal Corpse
                    • Sep 2007
                    • 4328

                    #10
                    That Was It!!! To All of You, Fris, ColMike7 and ottopottomouse, You All Fucking ROCK!! I Seriously Love You Guys!!
                    Last edited by digitaldivas; 02-15-2013, 09:27 AM.
                    ...

                    Comment

                    • Colmike9
                      (>^_^)b
                      • Dec 2011
                      • 7230

                      #11
                      Originally posted by digitaldivas
                      That Was It!!! To All of You, Fris, ColMike7 and ottopottomouse, You All Fucking ROCK!! I Seriously Love You Guys!!
                      Glad it works
                      Join the BEST cam affiliate program on the internet!
                      I've referred over $1.7mil in spending this past year, you should join in.
                      I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                      Comment

                      Working...