sth624
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page generation problemsissue #(1) is solved — thanks all who helped.
issue#(2) is not — in my sidebar.php, this line generates the list of pages:
<?php wp_list_pages(); ?>
I’ve found & read through that function but my knowledge of PHP isn’t good enough to make much of it. not sure what to do. i’ve re-set permalinks so you can see what the problem is. http://www.shws.net/journal — then click on a page and watch the page list go blank!
Forum: Fixing WordPress
In reply to: page generation problemsi’ll give that a try — but first:
where is the config data for the permalinks kept?? I just changed them to troubleshoot issue #2 and now I have a server 500 error and am locked out of my blog — I have backup files, just need to know which one to restore.
Forum: Fixing WordPress
In reply to: page generation problemsupdate: the WordPress Classic theme has the same problem as I noted in number (1) above — i’ve got a hunch Clasikue is a mod of WP Classic for this and other reasons.
Forum: Fixing WordPress
In reply to: How to remove all references to comment from static page?thanks for all your insight — i appreciate all the info.
i’ve just turned all my comment stuff back on for the time being – including linking from the post titles — 🙂
Forum: Fixing WordPress
In reply to: How to remove all references to comment from static page?i’m not completely against comments — currently taking the conservative route because I’m still learning how to deal with the potential for comment spam — once i understand that, i’ll probably use comments.
my biggest issue is how ugly the post page is in Clasikue – depressing, because it’s otherwise a great theme for my needs. Seems the theme generates the same page you get if you click on the title of a post from the main page.
Forum: Fixing WordPress
In reply to: How to remove all references to comment from static page?i’m fairly certain removing the “div class meta” would remove that line from my posts, too —
my goal is to include that line for posts, but not for pages — i’m beginning to wonder if this is a design issue in the theme I’m using (Clasikue) — I just experimented with some other themes at the Theme Browser ( http://www.alexking.org/software/wordpress/theme_browser.php ) and I saw some pages with the meta, and some without – but all posts had the meta.
Forum: Fixing WordPress
In reply to: How to remove all references to comment from static page?i have removed the feedback div from index.php — but i still get the comment notations at the bottom of static pages. (see link in my post above)
Also, static pages get the “filed under <<category>>” tagline at the bottom — I don’t believe this is correct? There is no way to choose categories when writing static pages — it appears to pick catergory #1.
I would like to remove that, too! thanks for your help.
Forum: Themes and Templates
In reply to: WP not recognizing new class …?pure genius— appears to work! thanks yet again..
Forum: Themes and Templates
In reply to: WP not recognizing new class …?very cool — got it looking even better w CSS from that link!
here’s another minor style issue I’m trying to resolve:
The overall width of my blog is set using width=”95%” , and the placement of the menu sidebar is set using CSS as follows:
#menu {
background: #fff;
padding: 10px 0 10px 10px;
position: absolute;
right: 30px;
top: 130px;
width: 11em;
}when I resize the blog window width, I see the credit/footer bar peeking out the right side of the menu sometimes — most notably when I make the window fairly narrow.
Obviously once I make enough posts to get the credit line below the bottom of the menu, this ceases to be a problem. but still, i’m a bit of a perfectionist… 🙂
Forum: Themes and Templates
In reply to: WP not recognizing new class …?I’m off to play with the Listamatic CSS suggestions you sent — see what that can do for me – obviously I’m no CSS expert.
Forum: Themes and Templates
In reply to: WP not recognizing new class …?fixed. however the vertical whitespace between my navbar text and the horizontal rules expanded a tiny bit — i figure that’s just a function of drawing the table? I can live with it in any case — thanks again.
Forum: Themes and Templates
In reply to: WP not recognizing new class …?I figured it was something simple like that — thanks so much.
Forum: Themes and Templates
In reply to: WP not recognizing new class …?blank