Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:wordpress [2023/01/22 07:46] John Harrisonlwc:wordpress [2025/09/12 09:05] (current) John Harrison
Line 47: Line 47:
 ==== Tweaks ==== ==== Tweaks ====
   * [[https://wpastra.com/docs/replace-navigation-strings-on-single-post/|change next and previous text and code on single post]]   * [[https://wpastra.com/docs/replace-navigation-strings-on-single-post/|change next and previous text and code on single post]]
-    use ''get_previous_post(true)'' to get previous post in same category +    use ''get_previous_post(true)'' to get previous post in same category 
 +    - add ''$args['in_same_term'] = true;'' before ''return $args;'' 
 +  * [[https://wordpress.org/support/topic/how-to-hide-the-dashboard-for-subscribers/|remove dashboard for subscribers]]
  
  • lwc/wordpress.1674395168.txt.gz
  • Last modified: 2023/01/22 07:46
  • by John Harrison