nigelm123
Forum Replies Created
-
Forum: Networking WordPress
In reply to: subdomain problemAndrea, thank you. Doh, do the obvious,! Problems with WordPress – first deactivate the plugins and try again. If not do step 2……
I’m a recidivist. Must learn!
Many thanks, all sweet now….
Nigel
Forum: Networking WordPress
In reply to: subdomain problemChecked with hosting guys and they claim no problems. The subdomain reas are created, it’s just WordPress seems to be having issues!
Help!!!
Forum: Networking WordPress
In reply to: subdomain problemHi, no I’m not, so don’t think can be that…..
Forum: Networking WordPress
In reply to: 3.0 multisite as subdomains without wildcard DNS?Sorted now as my hosting people made the changes to http.conf. Curiously nothing under /etc/ and they haven’t answered where it’s kept….
Forum: Networking WordPress
In reply to: 3.0 multisite as subdomains without wildcard DNS?There is nothing under the /etc/ dir. Not a bean…..so no http.conf file. Could be the problem. Damn FVS…..
Forum: Networking WordPress
In reply to: 3.0 multisite as subdomains without wildcard DNS?Looks okay, unless rewrite not enabled….how can I check? thanks!
Forum: Networking WordPress
In reply to: 3.0 multisite as subdomains without wildcard DNS?Hi
I created the subdomains, but got internal 500 error. So didn’t work. Any ideas…..hertfordshire.educationrecycle.net is one of the subdomains….do I need to configure permissions?
Thanks!
<li class="<? echo (is_home())?'current-cat':''; ?>"><a href="<?php echo get_option('home'); ?>/"><b>Home</b></a></li> <?php $cats = wp_list_categories('sort_column=menu_order&title_li=&echo=0'); $cats = preg_replace('%<a ([^>]+)>%U','<a $1><b>', $cats); $cats = str_replace('</a>','</b></a>', $cats); echo $cats; ?>whoops here it is again
Hi
I’m no php expert but adapted some code to replace and tags with <b> and </b> respectively for tab styling purposes. Idea is display cats here after replacement. You can use same idea to add <span> tags. Hope this helps…….
N
<li class=”<? echo (is_home())?’current-cat’:”; ?>”>/”><b>Home</b>
<?php $cats = wp_list_categories(‘sort_column=menu_order&title_li=&echo=0’);
$cats = preg_replace(‘%]+)>%U’,’<b>’, $cats);
$cats = str_replace(‘‘,'</b>’, $cats);
echo $cats; ?>