Michael Bishop
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Info page not showing after upgrade to 2.0.5I’m getting a 403 permission denied error on the site now.
Forum: Themes and Templates
In reply to: New Theme “Corsivo”Looking at the CSS, indeed the body font-size is set to 26px, and the h1 tag to 100px (insert bug eyed smiley here).
Forum: Plugins
In reply to: Plugin: wp-silktideI tested it on my site which resides in /blog, and it worked fine. Got a score right away (for what ever it’s worth – says I have zero incoming links, don’t quite believe that) . Anyway, cool plugin.
Forum: Fixing WordPress
In reply to: postmeta table corruption?What version of WP and UTW are you using. I seem to remember that problem and updating the plugin fixed it.
Forum: Themes and Templates
In reply to: Hidden Footer :(http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.hypebeast.info%2F
You’ve got some closing divs in your index (I’m guessing) that are preventing the footer from opening.
Fix those and your footer should show.
Forum: Themes and Templates
In reply to: one parent title for a few categories in sidebarGeneral rule of thumb is you only want to use h1 tags for the site’s title.
Is “recipes” a parent category, or just the title you want above the categories?
Forum: Everything else WordPress
In reply to: Am I looking for wordpress?I wouldn’t even begin to know how you would do that with WP. Did you have any ideas to start with? Perhaps someone could expound on a starting point.
Forum: Fixing WordPress
In reply to: How do I create a search page?You can create a search.php template for the theme, and output what ever you want. Stepping_Into_Templates
Regarding the thumbails however, that will be difficult, unless you have the thumbnail in the post somehow. You could include the thumbnail and hide it from the main page with some CSS, and then hide the large image the same way on the search page. You may find though that you will need to rethink your theme choice if this function is that desirable.
Forum: Plugins
In reply to: user ratings.http://www.lesterchan.net/portfolio/programming.php
WP Post-Ratings plugin can be configured to must be registered and logged in to vote.
As far as a by user output, it may be hackable to do such, I haven’t had the need.
He has a forum and is very active in support, so might be able to walk you through that part.
Forum: Plugins
In reply to: Is there such a thing?Where do you want to enter the data? How do you want to display it?
Forum: Installing WordPress
In reply to: Page cannot be displayedLink?
Did you do anything with permalinks?
Forum: Fixing WordPress
In reply to: Links in sidebar no longer workingLooks like that section is commented out, look at the source.
<!–
Just above the template tag for links and –> just below the meta.Remove those and see what happens.
(sidebar.php file)
Forum: Fixing WordPress
In reply to: Include description with wp_get_links?Why not just use Template_Tags/get_links ? If I’m not mistaken, it will wrap each in a
<li> / </li>tag, sort by name, show image and description and add a line break.Forum: Plugins
In reply to: Custom Box in Post pageHave you looked at Using_Custom_Fields ?
Forum: Everything else WordPress
In reply to: Themes For Other Apps Than WordPress?My understanding is it would be completely up to the theme’s TOU. If it’s a freely downloadable theme, then porting the XHTML and CSS shouldn’t be a problem, as long the TOU are kept.