Medalta
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Autofocus decapitalize “Home”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)
Forum: Themes and Templates
In reply to: Autofocus decapitalize “Home”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”>- <li class=”page_item”>light table‘;
$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.Forum: Themes and Templates
In reply to: removing dates?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!
Forum: Fixing WordPress
In reply to: how to remove exif data?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;}Forum: Fixing WordPress
In reply to: wordpress won’t let me upload multiple images at once HELPI 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
Forum: Your WordPress
In reply to: Share excellent wordpress themesMaybe 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 BrownI 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