henock1
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: User Uploaded File Themed Edit ProfileAnyone Please?
Forum: Themes and Templates
In reply to: Show fist post, list the rest? PHP help neededPlease help, if there’s any info i can provide let me know..
Forum: Themes and Templates
In reply to: theme changes require re-activation.. help??I think I found the problem, in wp-content/gt-cache, which is for global translator. I have deleted the plugin way back, and looks like these 600 files of at least 10kb are it’s leftovers. Still deleting, will post back with results.
Forum: Plugins
In reply to: Changing style of specific page title in navbarI get a:
Parse error: syntax error, unexpected ‘{‘ in /”abspath”/header.php on line 126
<?php if (is_page('pagename') { ?> <style type="text/css"> a { color: #e99; } a:hover { color: #fff; } </style> <?php }; ?> <?php /* If this is the frontpage */ if ( is_home() ) { ?> <li class="current_page_item"><a>/">Front Page</a> <?php } else { ?> <li class="page_item"><a>/">Front Page</a> <?php } ?> <?php wp_list_pages('depth=1&sort_column=menu_order&title_li=' . __('') . '' ); ?>Obviously i’d change the slug but the page won’t even process. Did I do something wrong?
Forum: Plugins
In reply to: Changing style of specific page title in navbarI’m sorry, I wasn’t clear about exactly what I needed. I would like one of the page’s links to be colored text and have it hover white….instead of just a white link.
Viewing 5 replies - 1 through 5 (of 5 total)