dubsix
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving the K2 sidebar from right to left?That text looks like part of the “Meta” content that has is always commented out in the default K2 theme. Check your sidebar.php.
If you gave a link that would help.
Forum: Fixing WordPress
In reply to: Completely immune to comment spamIt might be easier/safer to uncheck Options > Discussion > Allow people to post comments on the article, and then delete any reference to comments (ie that they’re closed) in your theme.
Forum: Fixing WordPress
In reply to: Sidebar moved to bottomI’d start by fixing this post
http://www.speakerlauncher.com/blog/20/how-well-are-you-running-your-speaking-business-quiz/
remove all the <div> tags.
edit: yosemite beat me to it!
Forum: Fixing WordPress
In reply to: Incoming link with a virus how to get rid of it.WordPress is notifying you that someone, or more likely thing, has liked to your blog. Only you can see this link in the dashboard: don’t sweat it, just dont click the link – eventually it will disappear as real people add links to you.
Again: none of your visitors can see this link.
Forum: Fixing WordPress
In reply to: Current Category FeedI don’t suppose anyone has figured this out yet?
I finally did myself! Added this to .htaccess
RedirectMatch /categories/(.*)/page/.*/feed/ /categories/$1/feed/
I had to use RedirectMatch, for some reason a similar RewriteRule was not working.
Forum: Fixing WordPress
In reply to: Current Category FeedThis works as long as a category contains 1 page. With more pages, the mod_rewritten URL for a feed looks like site.com/category-name/page/4/feed/. There’s no feed at this address – only at site.com/category-name/feed/.
How can I get the feed links on the deeper category pages to point to the …/category-name/feed/, not the unexisting …/category-name/page/number/feed/?
I don’t suppose anyone has figured this out yet?
Forum: Plugins
In reply to: Subscribe2 confusionThis might help
http://wordpress.org/support/topic/72444?replies=3#post-421853
Forum: Plugins
In reply to: subscribe 2.2.2.2I was having the same problem – seemingly random content under the (un)subscription confirmation. I managed to boil it down to a conflict with the Page Links To plugin.
Disabling the links to plugin didn’t help though, I was able to solve it by changing S2PAGE to the page number the subscription form was on.
// by default, subscribe2 grabs the first page from your database for use
// when displaying the confirmation screen to public subscribers.
// You can override this by specifying a page ID below.
define(‘S2PAGE’, ‘0’); <– change to your page ID.Hope that makes sense & helps.
Forum: Fixing WordPress
In reply to: Non-wp PHP pages using wp theme etcI recently came across this plugin
http://redalt.com/wiki/EzStatic
which might also be what you’re after.
cheers!
Forum: Fixing WordPress
In reply to: XML Parsing Error: xml processing instruction notPosting in the hope that this may be of help to others …
Had the same problem –> the extra whitespace was caused by the (most excellent) Theme Switcher plugin, it had an extra line at the top of the code. Cheers!