structure5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the_content without encapsulating <p> tags?Due to time constraints I simply modified my layout so that the
<p>tags generated by wordpress are confined within a<div>, then applied styles accordingly.Not optimal, but workable.
Forum: Fixing WordPress
In reply to: style.css found by WordPress, but referenced images not loadingGuess I should set this as resolved.
Forum: Fixing WordPress
In reply to: style.css found by WordPress, but referenced images not loadingAh, silly problem…
I overlooked <?php bloginfo(‘stylesheet_url’); ?> and hardlinked my stylesheet instead.
The apache error logs tipped me off that the file was being requested from the wrong location.
Forum: Fixing WordPress
In reply to: style.css found by WordPress, but referenced images not loadingI am running it locally with xampp and haven’t uploaded it yet, so I would be surprised if it is a permissions issue but I guess it is possible.
If I cannot sort it out within the next few hours then I will try to get it online so that I can link it.
Forum: Fixing WordPress
In reply to: Does WordPress use the Apache /icons/ folder?Fantastic. Thanks!
Going to go ream them out. I found some other interesting details that they’ll need to explain also.