niska
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [WP 3.1.3] Media Library stops working after upgradeAlso this plugin stopped working I think:
http://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/Forum: Fixing WordPress
In reply to: [WP 3.1.3] Media Library stops working after upgradeThere is a bug in FeedWordPress plugin caused by 3.1.3. Downgrading solved it. Maby Hotfix will also work.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateForum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateIf anyone has a suggestion on how to delete all posts (and postmeta) for all duplicates, please tell. A sql-query would be nice.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateDowngrading WordPress to 3.1.2 solved it for me. I’m not sure about what is the problem.
Forum: Plugins
In reply to: [FeedWordPress] [Plugin: FeedWordPress] Repeat posts on every updateI have the same problem!
It seems as if GUID is gone 🙁
I’ll try to downgrade wordpress…
Forum: Plugins
In reply to: [W3 Total Cache] Saving bandwidth with "If modified since"I’m also wondering if WP Super Cache can handle this header. Does anyone know?
Forum: Plugins
In reply to: [PlugIn WP-Stats-Dashboard] Post Views showing (title unknown)All my titles are visible now!
Forum: Plugins
In reply to: [PlugIn WP-Stats-Dashboard] Post Views showing (title unknown)I also get “no title on file”. When I look at the “Top Posts for 7 days ending 2011-03-30 (Summarized)” report I get about 30 of them.
My first guess would be that it is because I have imported my posts. Could that be the cause? Maby I need to republish them for the title to show up?
Forum: Plugins
In reply to: [UI Labs] [Plugin: UI Labs] Classes translatedOh. That’s why it’s not working for me. I hope that this can be fixed 🙂
Forum: Themes and Templates
In reply to: How create a Custom Page TemplateCan someone tell me exactly what this line does, and where I can find the template file?
get_template_part( 'template.load' );Forum: Plugins
In reply to: Redirect user from search result to post – if only one hitAnyone?
Forum: Themes and Templates
In reply to: How create a Custom Page Templatejocken: I’ve actually tried it, but the resulting page isn’t correctly styled.
twentyten contains:
<div id="container"> <div id="content" role="main">I don’t think Platform PageLine have “container” and “content” in the stylesheet. Or maby something else is wrong.
What I need is more information about how to edit the
get_template_part( 'template.load' );to use my own custom template, but keep the header, footer and sidebar intact.
Forum: Themes and Templates
In reply to: How create a Custom Page TemplateI’m unable to find the template code. It’s really complex. Any ideas?
Forum: Themes and Templates
In reply to: How create a Custom Page TemplateI’m trying to follow the instructions on this page
http://www.davidrisley.com/how-to-custom-page-template-wordpress/
It says: copy the page.php and modify it.
But the Platform PageLine page.php only contains one line of code:
get_template_part( 'template.load' );What I want to do is to add some widgets to the custom template, and then use it as a home page. Instructions are on this page:
But I’m not sure where to add the code… Since the Platform PageLine page.php page doesn’t look at all like the examples in the links above…
Any ideas?