lleger
Forum Replies Created
-
Forum: Plugins
In reply to: Need “Quote Comment” Beta Tested PleaseO yes. That makes alot of difference. It works great now. I love beta testing so I decided to skip the dev site on this one. See it in action at loganleger.com. Great plugin.
Forum: Plugins
In reply to: Need “Quote Comment” Beta Tested PleaseHey viper, I installed the plugin, added
<?php if (function_exists('quote_comment') quote_comment(); ?>
in my comments template and it returned the following error:Parse error: parse error, unexpected T_STRING in /home/domains/loganleger.com/web/wp-content/themes/my.theme/comments.php on line 27
. Any idea what’s up?
Forum: Fixing WordPress
In reply to: CSS Kubrick Style MenuStill not sure what I;m doing wrong.
Forum: Fixing WordPress
In reply to: CSS Kubrick Style MenuAhh. The codex. Well I think I’m closer but still can’t get it.
Added the following to my head:
<style type="text/css">
#<?php echo $current; ?> {
{
border-bottom: 4px solid #FFFFFF;
padding-bottom: 2px;
background: solide;
color: #FFFFFF;
}
</style>
and this statement to the header:
<?php
if ( is_page('Home') ) { $current = 'index.php'; }
elseif ( is_page('About') ) { $current = '70'; }
elseif ( is_page('Contact') ) { $current = '63'; }
elseif ( is_page('Favorite Freeware') ) { $current = '65'; }
?>Forum: Themes and Templates
In reply to: Christmas StylesheetWow. Another post that’s been resurrected. Even better, the link is broken.
Forum: Fixing WordPress
In reply to: Current PageOh. Right, thanks for spotting my error. This fixes the problem.
Forum: Fixing WordPress
In reply to: is there a way to show a thumbnail for a post?…I’m not sure entirely what you mean but I believe that what the kiwi theme does is something close to what you’re looking for. You can find the theme at: NO.ONESLISTENING. Is this is?
Forum: Themes and Templates
In reply to: Can a header graphic be anchored while scrolling text?Yes it is very much possible. Check out the MilkXT theme by Ben de Groot over at https://dev.d10e.net/files/milkxt/.
Forum: Fixing WordPress
In reply to: PHP QuestionsYeah, I finally figured that out after looking over it a couple more times, thanks for the help though.
Forum: Plugins
In reply to: User Level codeNot quite sure if there is a tag in WP that displays the level of a user but you can always double check the codex.
Forum: Installing WordPress
In reply to: Free Hostingihostfree.com. Great service, great support. I use them for my wp blog…
Forum: Everything else WordPress
In reply to: Announcing “BloxPress”: a Ajax Web2.0 Themewow… unbelivably awesome senor…
Forum: Your WordPress
In reply to: I need to see a URL that is using WordPress SUCCESSFULLY!I think this is a great site…
https://www.loganleger.comForum: Themes and Templates
In reply to: My first theme: Long wayVery nice. Clean layout, nice background. Good work…
Forum: Installing WordPress
In reply to: GoDaddy Windows installationYep… There is NO such thing as MySQL on any Windows hosting packages. You should request GoDaddy to switch your plan from the Windows to the Linux package… that should solve that issue.