mikedini
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Order Categories HelpWell thanks for the pointer, but the page is so full of programmer nomenclature that the casual user doesn’t have a chance. I did figure out a solution to my problem just by tinkering…
<?php wp_list_bookmarks('category_orderby=name&orderby=rand' ); ?>Forum: Installing WordPress
In reply to: Image Title Plugin?Only when you use Internet Exploder. Firefox and Safari do not show “alt” hover tags as this is Microsoft crap.
Forum: Installing WordPress
In reply to: Change Your comment is awaiting moderationThanks for your help.
Forum: Installing WordPress
In reply to: Change Your comment is awaiting moderationDoes it make sense to put the comments.php file in my theme files? I guess I’ll have to learn more about it.
Forum: Installing WordPress
In reply to: Change Your comment is awaiting moderationThanks. I’m not sure where it is calling it from. I can’t find a reference in the index.php file. These are the only theme files that I have:
index.php
master.css
print.css
searchform.php
style.cssForum: Installing WordPress
In reply to: Change Your comment is awaiting moderationI found the comments.php in the default theme file and edited it. It worked. I’m not sure why I don’t have this comments.php in my own theme file, but I didn’t write it, and I’m not very verse in “the loop.”
Forum: Plugins
In reply to: Archives by YEAR (this is different!)Thanks…
Here’s the code:<h2>Archives</h2>
<ul>
<?php cg_get_archives_by_year('24', '12', '<li>', '</li>', '<ul>', '</ul>', '<ul>', '</ul>', false); ?>
</ul>Forum: Plugins
In reply to: Archives by YEAR (this is different!)Hello:
I’m using the Blindmuse plugin for my archives, but now the page won’t validate. I’ve used the plugin from here: http://wordpress.pastebin.ca/209160The Code:
/*
<h2>Archives</h2>-
<?php cg_get_archives_by_year(’24’, ’12’, ‘
- ‘, ‘
‘, ‘
- ‘, ‘
‘, ‘
- ‘, ‘
‘, false); ?>
*/
shoot, I can’t get the lis and uls to show up.
It’s located here: http://www.pistolotto.comForum: Fixing WordPress
In reply to: Eliminate bullet in sidebar category postingAfter a lot of tinkering (I’m a newbie) I got it fixed.
Forum: Fixing WordPress
In reply to: Sidebar Placement Out Of WhackThanks all for your suggestions. After pondering and reading others’ desperate crys for help, an underlying theme emerged…somethings too big. You were correct. The text box for comments was set at 100% + padding and margins which I adjusted and solved my problem. You are the best!!!!
Forum: Installing WordPress
In reply to: Margin or Padding Trouble?Yes, I did take it out, test and replace. All it did was eliminate the background color. I tried all of them in various configurations.
Forum: Installing WordPress
In reply to: Margin or Padding Trouble?No luck with this fix. I guess I’ll have to include a browser check and send everyone using IE into the bowels of hell π
Forum: Fixing WordPress
In reply to: Sidebar Placement Out Of Whackladydelaluna:
Thanks for your input. I fixed the errors, and now validate perfectly. However, the sidebar issue remains in Microsoft Internet Explorer running XP. It works perfectly on all MAC browsers, and XP Firefox. Anyone have any other suggestions?http://www.pistolotto.com/?page_id=12
Again, the sidebar placement falls way below where it should on archive pages and page pages ONLY WHEN the comments are activated. Totally weird.