rrho
Forum Replies Created
-
I have the same issue – the plugin asks for reauthentication with Dropbox, but my only Backup job does not require dropbox, although it states “You have one or more BackWPup jobs that need to reauthenticate with Dropbox.”
Please help, this is a bit annoying, really.
Forum: Plugins
In reply to: [BackUpWordPress] Admin area running slowSame problem here, WP 4.5.2, Plugin 3.6.0. Automated backups (on server and to dropbox) worked fine, but plugin only backed up the database, not, as requested, the filesystem as well.
Forum: Fixing WordPress
In reply to: How to Return Author ID?this should work:
$author_id = $post->post_author;Forum: Requests and Feedback
In reply to: Filter request: content before paginationI’ve tried this myself now: see the ‘hack’-part in my post wordpress hack: footnotes for paginated posts.
I would still love to have this hook included in future versions of WordPress, though.
Forum: Fixing WordPress
In reply to: Can’t read multiple custom fieldsYes, inside the loop, basically between
the_title()andthe_content()(which both work the way they should).Forum: Themes and Templates
In reply to: One template for all child categories?Apparently, it’s not that simple since this won’t work for children of category 6.