agsteele
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gridbox] Filtering Posts within Gridbox Home PageThanks for the helpful reply.
Sadly, the plugin suggested seems to filter out the Featured items at the top (Featured Posts area) as well as in the bottom.
You’ve pointed me in a direction to go. Thanks. We’ll see if we can work out the best way forward.
Andrew
Forum: Fixing WordPress
In reply to: cannot create / directory while updating core or pluginsI have/had this issue. On investigation I found that my wp-content directory was owned by ‘root’. The FTP user was a different id. So I used chown to change the ownership
ie: chown ftp-owner:ftp-owner wp-content
I did the same for the upgrade directory under wp-content
I’ve not needed to do an upgrade since but I’m hopeful this should fix the issue.
Andrew
[Edit] sorry for the double post. The forum software had a hiccup…
Forum: Fixing WordPress
In reply to: cannot create / directory while updating core or pluginsI have/had this issue. On investigation I found that my wp-content directory was owned by ‘root’. The FTP user was a different id. So I used chown to change the ownership
ie: chown ftp-owner:ftp-owner wp-content
I did the same for the upgrade directory under wp-content
I’ve not needed to do an upgrade since but I’m hopeful this should fix the issue.
Andrew