berfarah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom Taxonomy not showing postsFound the issue – turns out even though it’s tied to the custom post, it still assumes you want to query normal posts (no idea why this is), so I added this to my template and it works:
global $wp_query; $args = array_merge( $wp_query->query, array( 'post_type' => 'portfolio' ) ); query_posts( $args );
Forum: Plugins
In reply to: [Plugin: Wp Post Thumbnail] No configuration page?Resolved – the one in the WordPress Extensions directory isn’t the latest version.
Forum: Fixing WordPress
In reply to: How do you implement a sub-post?Sadly, no :/
What I meant, is how do you add a sub-section to the post (as if with a page, sub-pages)?Forum: Plugins
In reply to: Plugin for Percentage RatingAnyone? :/ Sorry for bumping x.x
Forum: Fixing WordPress
In reply to: Custom Page Template ProblemAnyone? :/
I don’t like bumping, but it’s been a couple of hours…nvm, resolved – after screwing around with the code for about an hour ^^
Forum: Installing WordPress
In reply to: Upgrade Fails!*gasps in delight* It worked! Thanks a lot!
Forum: Installing WordPress
In reply to: LCA Management – not writableTried putting it in the comment form, that didn’t work either. I don’t understand why…
Forum: Installing WordPress
In reply to: LCA Management – not writableAh – I tried putting it above the submit comment form and it kept submitting comments instead of uploading stuff, so I gave up on that ^^
Maybe it has something to do with the target action?Forum: Installing WordPress
In reply to: LCA Management – not writableIt does if you put it in the template, otherwise the form wouldn’t have shown up ??
I tried it, believe me. I’m really confused as to why it won’t work ??Forum: Installing WordPress
In reply to: LCA Management – not writableI used a page template with the php inserted.
Forum: Installing WordPress
In reply to: LCA Management – not writableSorry, I must have re-named the page: https://3rastth.puresimple.net/avatar-upload
Forum: Installing WordPress
In reply to: LCA Management – not writableI am now trying desperately to find an error on my behalf to get this thing to work. I rated your plugin a 5 for the effort you put into it, but it’s still not working for me ??
I was hoping to keep my url secret until I was ready to release my site, but please have a look.
I don’t get why I’m getting a 404.-Bernardo
Forum: Installing WordPress
In reply to: LCA Management – not writableI’m afraid none of those options worked for me, so it looks like I’ll have to look for a different plugin that achieves the same effect but doesn’t require that directory :/
Forum: Installing WordPress
In reply to: LCA Management – not writableI have 1and1.co.uk hosting, and from what I can see, I’m in the root already Oo
When I sign up to the ftp, I am sent directly there – wherever that is… I have no idea how to get this working…Bernardo
Forum: Installing WordPress
In reply to: LCA Management – not writable@boober – problem is that his site not only seems to have no section (or page) about the plugin, but I didn’t even find the feedback section…