golebara
Forum Replies Created
-
Forum: Themes and Templates
In reply to: My site and Twenty Ten no longer validates – html5As suggested here, HTML5 spec has changed recently which restricts the values in the rel attribute. So essentially any WordPress theme that uses HTML5 no longer validates because it places non-standard values in the rel attribute (noticeably rel=”category tag” appearing in the_category() function).
Forum: Fixing WordPress
In reply to: WordPress on LANHi adamrbrown,
Yes, I’m aware of that post but there is not solution for the problem. I have tried to switch Windows Firewall off on the Windows XP machines but there is not effect.
Forum: Installing WordPress
In reply to: WordPress in LanChandrasekaranKrishnan,
I’m also having similar circumstances. I want to install WordPress locally and access it from other machines on the same network. I have tested the network and it’s working perfectly (a simple html file is accessible on all machines in the same network).
The problem starts when I want to access my WordPress from different machines. The URL “localhost/wordress” or “talrasha/wordpress” works fine on the machine where WordPress is installed. But when I try to access it from a different machine with the URL “talrasha/wordpress”, it doesn’t work. If I enter just the URL “talrasha”, it then displays the default XAMPP page which indicates that there is nothing wrong with my network.