jefelf
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: SIdebar mp3 player plugin?Get the executable php plugin widget by otto:
http://ottodestruct.com/wpstuff/execphp.zip
(install and activate)then go to streampad:
http://www.streampad.com/toolsenter the URI of your site and copy the code. Paste that code in to the executable php widget
Forum: Plugins
In reply to: Problem with WP-PostRatingsgo to Gamerz site and ask for help – they are great about answering questions about their plugins
Forum: Everything else WordPress
In reply to: Search feature broken on this forumsame here, but I noticed that if you put in a term that won’t bring back any results, such as a nonsense word it brings back the proper “no results” page, so the error only occurs when the search returns results.
Forum: Everything else WordPress
In reply to: Can’t edit existing pages after upgrade -redirects to pageAm I the only one having this problem? I deactivated all of my plugins and am still having the same error, even if I use Kubrick. Whenever I go to edit a page it forwards to the page itself after a few seconds.
Forum: Everything else WordPress
In reply to: Testing new featuresForum: Fixing WordPress
In reply to: Text appearing twice within posts – above header and in body of postIt was the “Add-Meta-Tags” plugin.
http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/I couldn’t debug it so I just hardcoded the meta tags and deactivated the plugin
Forum: Fixing WordPress
In reply to: Text appearing twice within posts – above header and in body of posthere is the header of my theme:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php if (is_single() || is_page() || is_archive()) { ?><?php wp_title(”,true); ?> | <?php } ?><?php bloginfo(‘name’); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
<!–[if IE]><link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘template_directory’); ?>/ie.css” /><![endif]–>
</head><body>
<div id=”page”>
<div id=”header”>
<div id=”header-title”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<p><?php bloginfo(‘description’); ?></p>
</div>
</div>
<div id=”page2″>
<!– END HEADER.PHP –>I don’t see that anywhere in there…and it does the same thing no matter what theme I use