showmii
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: new problem with html and body css elementsesmi, thank you, it worked! just a careless typo caused all that stress, lesson learned… thanks for your good eye.
Forum: Plugins
In reply to: Further instructions for newbiesWhen I activate the plugin my meta widget completely disappears from the homepage.
Forum: Fixing WordPress
In reply to: new problem with html and body css elementshttps://sidemission.com/, the css is sitewide. there should be (and always has been) a graphic sitting in the left-hand margin…
css is here: https://sidemission.com/wp-content/themes/tma/style.css
Forum: Fixing WordPress
In reply to: Add a picture/image on the sidebarI love wordpress so I don’t want to sound overly critical… but is there any reason why it’s so ridiculously hard to get an image into the sidebar?
relative links works fine for calling background images with css.. is this not the case with wordpress?
There are instances I want to hardcode one in there; what path should I use?
or failing this could you suggest a good alternative?
moshu,
yeah my host is having DB problems today…
thanks for the reply… I’m using the Sunwear theme. I was wondering if perhaps there’s a way to hack at the categories a bit and instruct them to a)look to see how many posts are in the category, and b) if there is only 1 post in the category, to call that specific post?
btw my site is https://www.showmii.com
Forum: Plugins
In reply to: Categories with only 1 associated post – linkingbtw, I”m using a graphically customized (can hardly recognize it) installation of the Sunwear 1.0 theme. thanks!
Forum: Plugins
In reply to: previous post-main page navigation pluginI’m attempting to add these tags to my site, specifically on single.php.
There seems to be some stylesheet element(?) preventing them from sitting properly.
I’m using this code:
<div class=”navigation”>
<div class=”alignleft”><?php previous_post_link(‘« %link’) ?></div>
<div class=”alignright”><?php next_post_link(‘%link »’) ?></div>
</div>Any suggestions? Much appreciated,
CHris