Title: vickislade's Replies | WordPress.org

---

# vickislade

  [  ](https://wordpress.org/support/users/vickislade/)

 *   [Profile](https://wordpress.org/support/users/vickislade/)
 *   [Topics Started](https://wordpress.org/support/users/vickislade/topics/)
 *   [Replies Created](https://wordpress.org/support/users/vickislade/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/vickislade/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/vickislade/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/vickislade/engagements/)
 *   [Favorites](https://wordpress.org/support/users/vickislade/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] WordPress 4.3 conflict?](https://wordpress.org/support/topic/wordpress-43-conflict/)
 *  Thread Starter [vickislade](https://wordpress.org/support/users/vickislade/)
 * (@vickislade)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wordpress-43-conflict/#post-6467229)
 * One other thing … if this happens to you and [like me] you lose access to your
   admin dashboard so can’t change the theme, you could follow the instructions 
   on the following site to change the theme via the database (assuming you have
   another theme installed – a reason why I always have an unused and common theme
   sitting in the wings).
    [http://www.inmotionhosting.com/support/edu/wordpress/change-theme-in-db](http://www.inmotionhosting.com/support/edu/wordpress/change-theme-in-db)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] WordPress 4.3 conflict?](https://wordpress.org/support/topic/wordpress-43-conflict/)
 *  Thread Starter [vickislade](https://wordpress.org/support/users/vickislade/)
 * (@vickislade)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wordpress-43-conflict/#post-6467227)
 * All good. Deleted the Virtue theme then installed it again and activated and 
   it’s all fine now. However, I’ve made no changes to the site for a few weeks,
   so it was an automatic upgrade of something else that triggered the problem.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Virtue] WordPress 4.3 conflict?](https://wordpress.org/support/topic/wordpress-43-conflict/)
 *  Thread Starter [vickislade](https://wordpress.org/support/users/vickislade/)
 * (@vickislade)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wordpress-43-conflict/#post-6467225)
 * I’m kicking myself – sorry folks! I’ve just seen the posts from a day ago from
   others having the same issue. I’ll remove the theme and reinstall to see if that’s
   solves the problem…. and then I’ll report back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Post Navigation] Hifde the navigation in the post?](https://wordpress.org/support/topic/hifde-the-navigation-in-the-post/)
 *  [vickislade](https://wordpress.org/support/users/vickislade/)
 * (@vickislade)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/hifde-the-navigation-in-the-post/#post-4484343)
 * I’m not a developer, but the following change to wp-post-navigation.php appears
   to have worked for me.
 * Please someone let me know if I’ve done something silly!
 * Towards the end of the file I commented out one line (with //) as shown:
 *     ```
       if(isset($WPPostNavigation)){
       	register_activation_hook(__FILE__, array(&$WPPostNavigation, 'WP_Post_Navigation_install'));
       	add_filter('wp_head', array(&$WPPostNavigation, 'wp_post_navigation_HeadAction'));
       //	add_filter('the_content', array(&$WPPostNavigation, 'WP_Pre_Next_Navigation_Bottom'));
       	add_action('admin_menu', array(&$WPPostNavigation, 'wp_admin_menu'));
       	add_action( 'wp_enqueue_scripts', array(&$WPPostNavigation, 'wp_post_navigation_stylesheet'));
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Post Navigation] Swapping side of next and previous](https://wordpress.org/support/topic/swapping-side-of-next-and-previous/)
 *  [vickislade](https://wordpress.org/support/users/vickislade/)
 * (@vickislade)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/swapping-side-of-next-and-previous/#post-4160710)
 * I’m not a developer, but the following code in wp-post-navigation.php appears
   to be incorrect.
 *     ```
       $pre_post = get_next_post($navi);
       $next_post     = get_previous_post($navi);
       ```
   
 * I solved the problem by editing the code, as follows:
 *     ```
       $pre_post = get_previous_post($navi);
       $next_post     = get_next_post($navi);
       ```
   
 * I hope I haven’t done anything silly, but it does seem to have worked for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Suffusion] Possible to change how a post format is displayed?](https://wordpress.org/support/topic/possible-to-change-how-a-post-format-is-displayed/)
 *  Thread Starter [vickislade](https://wordpress.org/support/users/vickislade/)
 * (@vickislade)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/possible-to-change-how-a-post-format-is-displayed/#post-4348491)
 * I’ve since posted my question on the aquoid forum – previously I’d been unable
   to create a login on that site.

Viewing 6 replies - 1 through 6 (of 6 total)