creativeworldstudio
Forum Replies Created
-
Forum: Plugins
In reply to: Drain Hole…..testing it outTesting out Drain Hole too – so far it works great!!! You have much more control with managing downloads then Download Manager. really nice work.. well done.
Forum: Fixing WordPress
In reply to: ‘Previous entries’ gives 404WOW.. I don’t know how to say this, but I gave the original fix by Ryan another go after markmathson said it solved his issue.. and what do you know – it worked!
I’m a bit lost for words.. I had tried it a number of times, step by step, honestly.. and nothing happened! but today the sun is shinning and it appears to be working very nicely!
Here’s the proof: My blog’s page 2 at Creative World 🙂
Just want to say big thank you to all who helped out in looking/finding/solving the problem and solution. It was much appreciated.
Forum: Plugins
In reply to: WP 2.6 Compability with WP_MultilingualHi Oleg,
Just want to say that I’m really looking forward to trying and testing your plugin once its ready for wp2.6+. Screen shots look great 🙂
Forum: Fixing WordPress
In reply to: ‘Previous entries’ gives 404Thanks for taking a look gregory.poland!
I actually found the same solution by testing a lot of different configurations… basically I found that if the static page for your blog posts is called “ABC” and the permalinks structure has the same base ie- “ABC/date/category/post-name”, WordPress goes crazy with conflicting names… (well, only in the pagination department!)
My configuration:
mydomain.com/blog/ < Static page for blog post
mydomain.com/blog/category/post-title < Permalink structure for blog postsWhat you’ve suggested is:
mydomain.com/my-blog/ < Static page for blog post
mydomain.com/blog/category/post-title < Permalink structure for blog postsUnfortunately for me, renaming the static page or permalink base is just not an option – It dosen’t make sense from website structure point of view.. any other ideas?
I do have an idea on a fix – I think the variable needs to be used in the same place – as mentioned, WordPress will see the static page for posts “ABC” and permalink base “ABC” as two different objects… but perhaps they need to be the same?? – ie:
mydomain.com/%blog%/
mydomain.com/%blog%/%category%/%post-name%/I have no idea how to solve the problem but really hope someone can share the solution soon!!
Forum: Fixing WordPress
In reply to: ‘Previous entries’ gives 404This dosen’t solve the issue… (for me at least!) The link you posted is for a different issue not related to the one being discussed in this thread…
Forum: Fixing WordPress
In reply to: Difficult OneYou should be fine to do that..
however I would place 301 redirects on your old domain pointing each page/post to their new location. this will transfer any Page Rank from its old location to its new location.
Forum: Fixing WordPress
In reply to: ‘Previous entries’ gives 404Another Update:
I found this issue being tracked (ticket #6603) – This bug looks to be a serious issue. (bad next_posts_link when using a Static Front Page and custom permalink structure.)
I wish it had been addressed in 2.6 🙁
Again, if anyone has a hot fix/solution I would love to hear from you.Cheers.
Forum: Fixing WordPress
In reply to: ‘Previous entries’ gives 404Update:
After more thinking of what could be the cause, I remembered that my blog is uses a static front page called (Home) and the static page to view posts is called “Blog”…
Could it be that when a user clicks on previous entries, wordpress is looking for a static page at mydomain.com/blog/page/2 – which does not exist (hence the 404) ???
If I change the name of the static page for posts, then everything works fine.. however I need to have my blog posts located at mydomain.com/blog/
Any ideas on a solution/fix?
Forum: Fixing WordPress
In reply to: ‘Previous entries’ gives 404I’m having major issues as well and would appreciate any help/idea’s you might have. (Running WP2.5.1)
custom front page:
http://www.creativeworld.com.au
blog located:
http://www.creativeworld.com.au/blogPermalink structure: (custom)
/blog/%category%/%postname%/Category base: (method to use /blog/%category%/ as instead of /blog/category/%category%/)
/blog/..htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>findings so far:
– changing permalink structure to default or changing to a different custom structure (ie- /posts/%category%/%postname%/) makes /page/2 previous entries work (but this is not a solution!)There seems to be a conflict between category base and permalink structure…??
Please please please help!!
Forum: Installing WordPress
In reply to: uploads folder outside WP root?THANK YOU!!! Your solution worked perfectly. Many thanks!
Forum: Installing WordPress
In reply to: stupid question? [Plugin: IM Online]There’s an extra underscore – it should be:
<?php imonline_status(); ?>
Forum: Installing WordPress
In reply to: uploads folder outside WP root?anyone out there have a solution for this?
Forum: Plugins
In reply to: [Plugin: Events Calendar] Please remove css from code.+1000000
I agree… Please create a style for each element and put it into the CSS file! Your app is fantastic but its very painful to style… pleassseee make this a priority.Forum: Installing WordPress
In reply to: uploads folder outside WP root?I’m trying to move the default folder outside of the wordpress/ install directory and into the / root of the site too. Any tips on how this can be done??
@beku76 – can you explain your solution more please?
Forum: Plugins
In reply to: Stats Plugin Won’t Accept API Key+1 I’ve got the same issue as most people in this thread. Also waiting for an answer/update from support.