Gerrit Kuilder
Gerrit Kuilder
Additional comment, when used only for next/previous atrticel they are a bit too much, we could do without them
http://devel.kuilder.net/templates/ I have created some 2 content templates, content 404.php and just content.php, this gives all the posts regardless on where they are called from the same format. It is...
Not quite sure if this worked for me, getting 'already up to date' messages after 'git pull'
I just confirmed that the edit button shows up on all articles if an author is logged in, when in the admin panel a logged in author can only edit...
In order to get the nice button the
To be more precise (to get the hover effect) /* Add class to edit button */ function gk_edit_post_link($output) { $output = str_replace('class="post-edit-link"', 'class="post-edit-link btn btn-success" style="display: none;"', $output); return $output;...
I'm sorry you are right. no "display:none" needed... Oops I spoke too soon, with display:none it does Sweet FA, without it the button always shows. Might be a plugin I...
The workaround is to move the admin bar to the bottom: http://wordpress.org/extend/plugins/stick-admin-bar-to-bottom/ (plugin) and http://wpengineer.com/2190/move-wordpress-admin-bar-to-the-bottom/ (code)
Hi, I have a dev version and a prod version running on the same server.... Will try and check later today. Kind regards, Gerrit Kuilder
Yes, that works perfectly, thanks