driplabcom
Forum Replies Created
-
Forum: Your WordPress
In reply to: My first WP themeI like this one a lot.
Very clean, crisp.
Well done.
Is this being made available? I’d love to use it.
Forum: Themes and Templates
In reply to: Sidebars (help!)This is great, I really appreciate it…
One last thing, and I promise, this is it: I also need it to appear when viewing posts from a particular category. I read up on the conditional tags, and saw the “in_category” tag…I tried to put it into the code a few different ways, but haven’t found the right spot.
If I’m looking to display it also on posts that are in category 5, where do I add that to the code?
The help is muuuch appreciated. Thanks!
Forum: Themes and Templates
In reply to: Sidebars (help!)With each of those, I got syntax errors. For the first, it was for the “unexpected } in Line 6,” for the second it was the “endif” that threw things off.
When I remove them, it doesn’t act any differently from what I had before…
…thoughts??
I appreciate your input.
Forum: Themes and Templates
In reply to: Sidebars (help!)I poked around and found the “is_page” thing.
What is wrong with this code?
`<div id=”rightcolumn”>
<php if is_page(19) {
<h1>Workshops</h1>
<ul class=”sidemenu”>
<?php wp_get_archives(‘type=postbypost&limit=5’); ?></div>’
Forum: Themes and Templates
In reply to: Show uploaded images not in post but in sidebarWp-popin is a terrific little plugin that is a little tricky to get working properly (good luck), but when it works right, is wonderful.
https://roel.meurders.nl/wordpress-plugins/wp-popin-dynamic-popin-images/
Forum: Fixing WordPress
In reply to: Address ProblemI’ve done some digging but can’t seem to find it anywhere.
Is this somethign that would be in phpMyAdmin? or accessable elsewhere?
Forum: Fixing WordPress
In reply to: Address ProblemI changed both the blog URL and site URL when I changed the address originally…and the wp_options seems to only have the site URL.
Is there another spot for the blog URL?
Forum: Fixing WordPress
In reply to: Address ProblemIs this the only thing you need to do?
I chagned it in the wp_options in the phpMyAdmin, and it still is pointing to the other address. Is there another place to change it or is this something that takes time to change??
Forum: Fixing WordPress
In reply to: making header static…? centering issueThank you!
Forum: Fixing WordPress
In reply to: making header static…? centering issuei’m sorry if this sounds dumb…
where exactly am i making this change? in what file?
Forum: Fixing WordPress
In reply to: making header static…? centering issueI haven’t changed much in the theme, so I’m not 100% sure.
What do you suggest?Forum: Themes and Templates
In reply to: Posts per page?This looks like exactly what I need. I’ll give it a shot!
THANK YOU!
WordPress help forums never let me down.