Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter m-u-r

    (@m-u-r)

    I think one of the plug-ins was causing the problem. THANK YOU! I never would have thought that would be the solution.

    Forum: Fixing WordPress
    In reply to: WP-Stats plug-in
    Thread Starter m-u-r

    (@m-u-r)

    Really? That seems really strange….but yes, it is 2.9.2.

    Thread Starter m-u-r

    (@m-u-r)

    I downloaded a fresh wordpress pack and looked at the archive.php file. Where do I modify the “more” part? Am I crazy? I don’t see anything.

    Forum: Themes and Templates
    In reply to: conditionals
    Thread Starter m-u-r

    (@m-u-r)

    It seems to need a refresh after the first visit to each of the pages/categories to the search query replace thing to work. The header is an .swf, so there are two places where the url is given. This is what I have in those places:

    <?php
    if(is_home()){ echo '<param name="movie" value="https://mydomain.com/file.swf" />';}
    	else if(is_category(array(4, 7, 8, 9))){ echo '<param name="movie" value="https://mydomain.com/file.swf?portfolio=1" />';}
            else if(in_category(array(4, 7, 8, 9))){ echo '<param name="movie" value="https://mydomain.com/file.swf?portfolio=1" />';}
            else if(is_page(array("Skills", 2))){ echo '<param name="movie" value="https://mydomain.com/file.swf?about=1" />';}
    		else { echo '<param name="movie" value="https://mydomain.com/file.swf" />';}?>

    and

    <?php
            if(is_home()){ echo '<object type="application/x-shockwave-flash" data="https://mydomain.com/file.swf" width="575" height="28">';}
    		else if(is_category(array(3, 4, 7, 8, 9))){ echo '<object type="application/x-shockwave-flash" data="https://mydomain.com/file.swf?portfolio=1" width="575" height="28">';}
            else if(in_category(array(3, 4, 7, 8, 9))){ echo '<object type="application/x-shockwave-flash" data="https://mydomain.com/file.swf?portfolio=1" width="575" height="28">';}
            else if(is_page(array("Skills", 2))){ echo '<object type="application/x-shockwave-flash" data="https://mydomain.com/file.swf?about=1" width="575" height="28">';}
    		 else { echo '<object type="application/x-shockwave-flash" data="https://mydomain.com/file.swf" width="575" height="28">';}
            ?>

    Thread Starter m-u-r

    (@m-u-r)

    I figured it out. Thanks. Sorry. There was a post just below that explained conditional variables which worked great.

    same problem.

    Thread Starter m-u-r

    (@m-u-r)

    Sorry, but where in functions.php?

    Isn’t there a way to modify the excerpt function as it already exists? Where is it told to put 9 lines?

Viewing 7 replies - 1 through 7 (of 7 total)