MarshallB
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Strange Text CharactersThat doesn’t resolve the problem.
The database backup file contains the proper characters (none of the text has been converted to ’.)Strange characters only appear after Import into wordpress.
Forum: Fixing WordPress
In reply to: Comment FormDoes anyone at least know where the comment post form information is stored? The file that handles the comment sending?
Forum: Fixing WordPress
In reply to: Alter Comment Link OutputKurosquare, thank you for the reply.
ID tag meant, id=”soemthing” — but what you said will change the class name. which is good enough, thank you
Forum: Your WordPress
In reply to: FEEDBACK [Drink2Drive.com]This section of the forum is for Feature requests and Feedback on WORDPRESS!
Forum: Fixing WordPress
In reply to: Admin Comments not working??
Forum: Fixing WordPress
In reply to: Display Categories and Post TitlesThank you. I’ll give both option a look over and see which one will be best. Thank you again
Forum: Fixing WordPress
In reply to: Lightview w/ WordPressanyone?
Forum: Fixing WordPress
In reply to: Lightview with WP 2.7I’m having issue with Lightview and WordPress.
I used Lightview with MT without issue, but switching to WP has raised issue that I’m not sure how to resolve.
If you’ve fixed your issue with Lightview, could you assist?Forum: Fixing WordPress
In reply to: Page templates boxNevermind.
I found it here http://codex.wordpress.org/Pages
Thank you again.Forum: Fixing WordPress
In reply to: Page templates boxThanks for the help Esmi.
I switched to the default wordpress theme and the Page Template Box did reappear.I do have a Archive Page Templete, a file called archive.php
Is there a code or something I need to put in the file that tells wordpress its a custom page template?Forum: Fixing WordPress
In reply to: Help with “2nd Sidebar/Navigation”Thank you so much alchymth.
I had to rewrite it to
<?php include(TEMPLATEPATH . "/sidebarnav.php") ?>for some reason but it works now. So thank you again.