Michael Bishop
Forum Replies Created
-
link?
Forum: Fixing WordPress
In reply to: font-weight – bold text showing when it shouldn’tlink would help
Also check the template for any unclosed
<strong>tags.Forum: Fixing WordPress
In reply to: How to change the link on the headerYou need to change
<a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a>on line 36to the html link to your site<a href="http://www.globalintegra.com./">Integra Global Solutions</a>Forum: Plugins
In reply to: This TAGS/linking possible with wordpress??As far as I know, that’s as close as it gets, and IMO, it’s the best option of the type.
Forum: Plugins
In reply to: This TAGS/linking possible with wordpress??Perhaps this plugin will help?
Forum: Themes and Templates
In reply to: The new theme doesn’t show up in the presentation panelDouble check the permissions on the simpla folder, compare the default theme to the simpla one to make sure.
Also, I’ll add, that despite my daily FTPing of WordPress files, I inadvertently spent about 45 minutes today trying to figure out a similar issue. I then realized that I was in fact uploading the files to the wrong directory on the domain. I mean I tried a different FTP client, a dozen themes, nothing seemed to work. Then to my embarrassment, I was uploading to an install of WP at the root of the domain, and not the subdomain that I was navigating to in my browser, and intended for the theme to be. Moral of story, double check the path in your FTP.
Forum: Everything else WordPress
In reply to: Best Firefox Plugins for WP (please add yours)A recent one I found that works similarly to the view element in the web dev is CSSViewer
I’ll add my support for the previously mentioned measureit(super useful, IMHO), Web Developer(reason I switched from Safari) and Colorzilla.
Forum: Themes and Templates
In reply to: Themes in a magazine format instead of a blog format?I don’t think you will find many themes for WP in general that are designed using tables, as WP is constructed in a manner to use XHTML and CSS.
Not quite like the format your looking for, but still in a magazine mode, is the recently released gridlock theme, http://hyalineskies.com/wordpress/gridlockForum: Fixing WordPress
In reply to: How does Mail workI misunderstood the question, and thought you were asking about blogging by email.
Can you be more specific with what “mailing functions” you are having problems with?
Forum: Fixing WordPress
In reply to: How does Mail workFirst, if you haven’t read through this Blog_by_Email
Also, you might want to look at this new service.
Forum: Plugins
In reply to: Custom Box in Post pageAh. I’m not familiar with a plugin that creates the box, especially since you are wanting to add another table to the database related to the post ID.
You might want to poke around a plugin that does this however. Ultimate Tag Warrior is one that comes to mind.Forum: Fixing WordPress
In reply to: posts in Category sectionYou need to edit the template that is handling your category page to use the_excerpt instead of the_content
Template_Hierarchy outlines which template files handle what. Depending on your theme, it will vary
Forum: Fixing WordPress
In reply to: help with function.php fileyou can simply add a function.php file to any theme.
Forum: Installing WordPress
In reply to: Number of Search ResultsForum: Installing WordPress
In reply to: Info page not showing after upgrade to 2.0.5Why is the .txt appended to your info page? None of the other pages have that extension.