deepbluetrees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mass remove invalid XHTML tags from postsLooks like exactly what I’m looking for. Would it just replace the extra tag with a line break tag?
How would I go about executing this function?
Forum: Fixing WordPress
In reply to: Mass remove invalid XHTML tags from postsYep. Any way to remove the ones that are already there without editing each one individually?
Forum: Fixing WordPress
In reply to: Mass remove invalid XHTML tags from postsThanks for the reply! I was adding them using the HTML editor. Adding them using the visual editor would have been a disaster.
I do have the option set to properly nest tags.
I use an FTP client to upload my files which copies the full URL of the file, so it’s easier to just type out the full link anchor tag for media linking. I’ll stop using the paragraph tags but I guess I’m just looking for a way to fix the markup errors :/
Forum: Themes and Templates
In reply to: Font changes after page load in LightWord themeYep, it was the cufon settings that were enabled by default. Thanks for the help.
Forum: Themes and Templates
In reply to: Font changes after page load in LightWord themeI will look into Cufon text replacement, I know that was re-implemented in the recent versions and is probably the culprit.
My website where you can see the theme is: http://deepbluetrees.com/
The author’s site is at: http://www.lightword-theme.com/
Forum: Fixing WordPress
In reply to: The “identification” photo next to the URL bar…I have one last question regarding the favicon, I’ve uploaded the file properly, and it’s just not showing up. I’ve read that resetting the wordpress cache is the best way to do this, but I can’t find a straight answer on the question.
Forum: Fixing WordPress
In reply to: Display posts on a pageThanks, that’s exactly the type of thing I was looking for. Couldn’t find anything like that for the life of me, and this is probably the most frequent question I’ve encountered. Is there any downside to having a permanent redirect to a certain page? Or what would be the way to eidt my pages.php so that this happens without the use of a plugin?
On a larger note, what’s the recommended number of plugins recommended to have activated? I assume that at a certain point it can cause a huge slowdown on the site.
Forum: Fixing WordPress
In reply to: Display posts on a pageYes, I have just defined my link structure to include http://deepbluetrees.com/%tag%
and
http://deepbluetrees.com/%category%
This should probably make it easier, but as a total XHTML / CSS / Web design beginner I’m having difficulty assigning pages to display every post from a certain category.
Forum: Your WordPress
In reply to: DeepBlueTrees.com – Everything worth overdoingI’m working on assigning categories/tags to pages, but wordpress doesn’t seem to want to do that. But I agree that organization would probably make it more clear. Thanks for the encouragement.
Forum: Fixing WordPress
In reply to: A number of small issuesOkay I believe I’ve addressed a few of them that were explained in the validator. Thanks for your help.
Forum: Fixing WordPress
In reply to: The “identification” photo next to the URL bar…There we go. Exactly what I was looking for. Thank you very much.
Forum: Fixing WordPress
In reply to: Images always appearing at top of postYou should be able to drag the image down in the WYSIWYG editor, or you can put the <img src=”image.jpg”> tag further down in the post by editing the HTML.
Forum: Fixing WordPress
In reply to: Display posts on a pageI’m trying to do number 2 as explained above. However, I’m running into two problems:
1. http://deepbluetrees.com/category/category-name does not seem to be working. I have tried with “categories” and different capitalization of the category names, (images versus Images) and that doesn’t seem to be the problem.
2. I can’t seem to be able to find the setting in the “Create a new page” panel to assign it to a particular category
help is much appreciated. thanks.
Forum: Fixing WordPress
In reply to: SEOI’m just beginning and struggling with this myself.
I’m using two plugins:
1.”All in one SEO pack”
This does a number of things, chiefly making it easy to create meta tags for pages.
2. “Google XML Sitemaps”
This is one thing that the above plugin does not do, it creates a sitemap in the form of an XML file which helps search engine’s web crawlers.
In addition CSS and XHTML markup validation are important. Alot of that can be done easily by using proper tags in your posts. See this page: http://codex.wordpress.org/HTML_to_XHTML
Forum: Fixing WordPress
In reply to: A number of small issuesThanks for your feedback.
1.For making those changes to the XHTML, what file should I look to change in the theme package?
2. I basically want three tabs (maybe more) at the top of my page, for images, music, and videos. They will link to the all the posts in the appropriate tag or category, which ever is easier to link to. I know that pages are not supposed to do this, but right now I only have the “home” page and an “about” page.
3. Well shit. Thanks for those links.