I have recently set up wordpress on my wamp server and when loading up the webpage through localhost it will always fully load up the entire page but when i try to access the we
The way to make a localhost install work on other computers on the network you need to do a couple things.
The localhost needs a dedicated address either IP or fake domain.
WordPress needs to be configured with that address
the other machines need to be told where that address is, usually in the hosts configuration file like
192.168.30.1 wp.dev
where the above is an network IP assigned to your localhost with WAMP and wp.dev is the fake dev domain. This pretty much needs to be set on all machines so they know where the host lives.