Forum Replies Created

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

    (@medalta)

    don’t forget to change the chmod settings before you edit it, and don’t forget to change them back when you are done ;0)

    Medalta

    (@medalta)

    Appearance – Editor – edit Theme Functions (functions.php)

    look for
    *********************************************************
    // Produces a list of pages in the header without whitespace — er, I mean negative space.
    function sandbox_globalnav() {
    echo ‘<div id=”menu”>

    $menu = wp_list_pages(‘title_li=&sort_column=menu_order&echo=0’); // Params for the page list in header.php
    echo str_replace(array(“\r”, “\n”, “\t”), ”, $menu);
    echo ‘<li class=”page_item”>rss</div>’;
    }
    *************************************************************
    it’s quite close to the bottom of the page, but where I have changed it to read “light table” you would enter home with no caps.

    see how I have it here

    Medalta

    (@medalta)

    Just so it’s clear to people like me, to remove the bigdate completely, edit home.php and find this

    <div class=”entry-date bigdate”><abbr class=”published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”><?php the_time(‘d M’); ?></abbr></div>

    and replace it (comment it out)with this

    <!– <div class=”entry-date bigdate”><abbr class=”published” title=”<?php the_time(‘Y-m-d\TH:i:sO’) ?>”><?php the_time(‘d M’); ?></abbr></div> –>

    It just seems to me people Like Allen have gone to a lot of work coding this stuff and it shows disrespect to hack it up. You never know, you might wish you hadn’t just deleted it one day!

    Medalta

    (@medalta)

    I just changed block to none and it worked perfectly. used to be pretty simple in 0.9. but no longer

    /* =attachment */
    .exif-data ul {color:#444;}
    .exif-data ul .exif-title {color:#888;}
    .attachment-link {display:none;}

    Medalta

    (@medalta)

    I had the same problem until I had the site migrated to a server that supports PHP5. I cannot confirm this is why I can now use the flash upload but it makes you think maybe.

    Find out from your ISP if PHP% is enabled on your server

    Maybe consider explaining what you are trying to do with the site. If you created those themes I suppose it’s ok to display them like that but if they belong to someone else you should add a credit and obvious link back to them.

    Forum: Your WordPress
    In reply to: AJ Brown

    I have to agree with lindsayanng, it looks like there is some good content if you can read good but would be much better in a different format

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