erusch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want to keep a new page title off sidebarThe page ID is 37, so I pasted:
<?php wp_list_pages(‘title_li=&exclude=37’); ?>
at the bottom of the index.php for the theme, but to no avail. Where else might I try?
Eric
Forum: Fixing WordPress
In reply to: Want to keep a new page title off sidebarYes, that’s what I mean. Can you tell me where I place this code?
Forum: Fixing WordPress
In reply to: How to disable wysiwyg editor?Thanks a lot. So simple but really helped me out. I was trying to post videos and for some reason the wysiwyg editor conflicted. All’s well now.
Eric
Forum: Fixing WordPress
In reply to: WP-Cache Manager ProblemForum: Installing WordPress
In reply to: Files & Folders disappeared on upgrade to 2.0.2Never mind… for now. I think I figured out I have to upload all the new 2.0.2 files and folders at one time. I tried that and now everything looks like it is there including the old stuff.
Forum: Fixing WordPress
In reply to: “Log-in” not showingThank you!
Forum: Fixing WordPress
In reply to: Changing navbar colorI took that leap of faith and changed .cutom to .custom. Thanks. ??
Forum: Fixing WordPress
In reply to: Changing navbar colorThis is strange…
I changed the color of the nav bar over a month ago as prescribed in this thread. Today it went back to the gold default.
The custom.css is still as I modified it (see below).
The only significant thing I did today is activate the Democracy plugin and move it from sidebar to sidebar-ext. Could that have effected it?
My blog is https://www.framedartdecor.com/decorating
I put in custom.css:
/* the background color */
.cutom #navbar
{
background-color: #FFFFCE;
}Forum: Plugins
In reply to: How to customize link iconsSorry. Yes, the icons I wish to customize can be seen beside each of the links in the 2 side columns at https://www.framedartdecor.com/decorating.
Thanks spencerp
Forum: Fixing WordPress
In reply to: Getting Rid of Post DatesI just noticed that when I put the_posts(‘show_posted_by=false’); in index.php it makes the “posted by” go away as desired but now the home page: https://www.framedartdecor.com/decorating shows “Permalink ? Print ? Email” where it didn’t before.
What’s the fix for this fix?
Forum: Fixing WordPress
In reply to: Getting Rid of Post DatesI guess the override was in effect. Pasting the_posts(‘show_post_date=false&show_posted_by=false’); in the index took care of it, where editing sem-theme-posts didn’t.
I may just end up using the sell page template. Debating easy access to rest of products vs. absence of clutter and incentive to leave.
Forum: Fixing WordPress
In reply to: Getting Rid of Post DatesNow that I’m rid of the dates, I’d also like to hide/delete the “By Administrator” on the product Pages I’m creating.
e.g. https://framedartdecor.com/decorating/decorative-mirrors
Underneath the “Decorative Mirrors” heading.Where is that found and what is the fix?
Thanks again for all the help.
Forum: Fixing WordPress
In reply to: Getting Rid of Post DatesDenis – spencerp helped me.
Just change “true” to “false” in The sem-theme-posts.php
‘show_post_date’ => true,Forum: Fixing WordPress
In reply to: How to keep post dates from showingWow, thanks so much spencerp. I just tried it on a test blog and it worked. I’m stoked. You are awesome for taking the time to dig into this. It’s been driving me batty.
Forum: Fixing WordPress
In reply to: How to keep post dates from showingThe site is: https://www.framedartdecor.com/decorating
The theme is Semiologic 3-col. I’ve a message in to Denis, the developer, but he must be away.