Deprecated: Return type of HM\BackUpWordPress\CleanUpIterator::accept() should either be compatible with FilterIterator::accept(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /home/charlott/ourfragileplanet.com/site/wp-content/plugins/backupwordpress/classes/class-path.php on line 455

Warning: Cannot modify header information - headers already sent by (output started at /home/charlott/ourfragileplanet.com/site/wp-content/plugins/backupwordpress/classes/class-path.php:452) in /home/charlott/ourfragileplanet.com/site/wp-includes/feed-rss2.php on line 8
Wordpress Archives - Our Fragile Planet https://ourfragileplanet.com/category/programming/wordpress/ An online notebook for tech, music, food, wordpress.... and whatever else I am keeping note of... Sun, 14 Jan 2024 19:51:30 +0000 en-GB hourly 1 https://ourfragileplanet.com/site/wp-content/uploads/2016/06/ofp-logo-150x150.png Wordpress Archives - Our Fragile Planet https://ourfragileplanet.com/category/programming/wordpress/ 32 32 learndash core changes on upgrade https://ourfragileplanet.com/2017/05/25/learndash-core-changes-upgrade/ Thu, 25 May 2017 13:41:03 +0000 https://ourfragileplanet.com/?p=346 Adding the company name from woocommerce to the learndash email report add the following to ../wp-content/plugins/sfwd-lms/includes/vendor/wp-pro-quiz/lib/controller/WpProQuiz_Controller_Quiz.php ‘$companyname’ => $user-> billing_company, […]

The post learndash core changes on upgrade appeared first on Our Fragile Planet.

]]>
WordPress Notification Bar plugin https://ourfragileplanet.com/2017/02/03/wordpress-notification-bar-plugin/ Fri, 03 Feb 2017 17:27:33 +0000 https://ourfragileplanet.com/?p=304 I want to add a slide in notification bar which contains a mailchimp sign up form. I actually didn’t find […]

The post WordPress Notification Bar plugin appeared first on Our Fragile Planet.

]]>
Adding line breaks to ultimate member multi-select display https://ourfragileplanet.com/2017/02/02/adding-line-breaks-ultimate-member-multi-select-display/ Thu, 02 Feb 2017 16:06:52 +0000 https://ourfragileplanet.com/?p=299 Displaying the multi-select fields in a row made it very hard to read the areas that members covered. I couldn’t […]

The post Adding line breaks to ultimate member multi-select display appeared first on Our Fragile Planet.

]]>
WordPress membership plugins https://ourfragileplanet.com/2016/11/07/wordpress-membership-plugins/ Mon, 07 Nov 2016 16:02:59 +0000 https://ourfragileplanet.com/?p=288 What I wanted was membership that was for a limited period, with a customised registration form and manual approval. Simple […]

The post WordPress membership plugins appeared first on Our Fragile Planet.

]]>
WP Store Locator – email as link in single store page https://ourfragileplanet.com/2016/10/28/wp-store-locator-email-link-single-store-page/ Fri, 28 Oct 2016 14:19:58 +0000 https://ourfragileplanet.com/?p=284 This is a nice little plugin but it needed a fix doing to its core files as well as to […]

The post WP Store Locator – email as link in single store page appeared first on Our Fragile Planet.

]]>
How to implement Scroll to Fixed – navigation effect https://ourfragileplanet.com/2016/07/28/implement-scroll-fixed-navigation-effect/ Thu, 28 Jul 2016 19:09:05 +0000 https://ourfragileplanet.com/?p=211 I am trying to implement a scroll to fixed navigation bar in a wordpress theme. The bar is beneath a […]

The post How to implement Scroll to Fixed – navigation effect appeared first on Our Fragile Planet.

]]>
Maintenance mode plugins https://ourfragileplanet.com/2016/07/27/maintenance-mode-plugins/ Wed, 27 Jul 2016 11:10:16 +0000 https://ourfragileplanet.com/?p=205 Something I often need to implement inside wordpress is an under-maintenance page. This can be a total annoyance because there’s […]

The post Maintenance mode plugins appeared first on Our Fragile Planet.

]]>
Adding a taxonomy separate to categories for wordpress https://ourfragileplanet.com/2016/07/25/adding-taxonomy-separate-categories-wordpress/ Mon, 25 Jul 2016 14:28:46 +0000 https://ourfragileplanet.com/?p=175 I had a situation where I wanted to use categories for different sorts of reviews, but I also wanted them […]

The post Adding a taxonomy separate to categories for wordpress appeared first on Our Fragile Planet.

]]>
Display post listing differently if there’s more than 3 in the category https://ourfragileplanet.com/2016/06/17/display-post-listing-differently-theres-3-category/ Fri, 17 Jun 2016 16:44:13 +0000 https://ourfragileplanet.com/?p=119 Basically I just wanted to display only titles with a link in a page sidebar for posts in a category […]

The post Display post listing differently if there’s more than 3 in the category appeared first on Our Fragile Planet.

]]>
Change single.php for posts in child of category https://ourfragileplanet.com/2016/06/17/change-single-php-posts-child-category/ Fri, 17 Jun 2016 16:39:23 +0000 https://ourfragileplanet.com/?p=117 Sometimes WordPress can tie you in knots trying to figure out something that should seemingly be simple. In this situation […]

The post Change single.php for posts in child of category appeared first on Our Fragile Planet.

]]>
To use colorbox lightbox for native wordpress gallery https://ourfragileplanet.com/2016/05/12/to-use-colorbox-lightbox-for-native-wordpress-gallery/ Thu, 12 May 2016 12:05:26 +0000 https://ourfragileplanet.com/?p=9 I was gutted that changes in the Gallery plugin that I was using (Envira Gallery Light) were such that it […]

The post To use colorbox lightbox for native wordpress gallery appeared first on Our Fragile Planet.

]]>
Loops of featured images by category https://ourfragileplanet.com/2015/06/15/loops-of-featured-images-by-category/ Mon, 15 Jun 2015 14:22:57 +0000 https://ourfragileplanet.com/?p=52 I set up a loop to call the featured image from 5 posts from a certain category in wordpress. Without: […]

The post Loops of featured images by category appeared first on Our Fragile Planet.

]]>
Creating a private comment form https://ourfragileplanet.com/2013/09/15/creating-a-private-comment-form/ Sun, 15 Sep 2013 15:09:47 +0000 https://ourfragileplanet.com/?p=87 I was working on a school website with student’s being given activities and I needed to facilitate communication with their […]

The post Creating a private comment form appeared first on Our Fragile Planet.

]]>
Showing the Current User’s Biography, Name, Avatar in WordPress https://ourfragileplanet.com/2013/06/15/showing-the-current-users-biography-name-avatar-in-wordpress/ Sat, 15 Jun 2013 15:06:38 +0000 https://ourfragileplanet.com/?p=83 I really wanted to show the current users biography in a page template for wordpress and I was surprised how […]

The post Showing the Current User’s Biography, Name, Avatar in WordPress appeared first on Our Fragile Planet.

]]>
My solution to free audio downloads and streaming on wordpress https://ourfragileplanet.com/2012/06/15/my-solution-to-free-audio-downloads-and-streaming-on-wordpress/ Fri, 15 Jun 2012 14:33:12 +0000 https://ourfragileplanet.com/?p=62 I love to work with WordPress and I recently had the challenge of adding audio streaming and free downloading to […]

The post My solution to free audio downloads and streaming on wordpress appeared first on Our Fragile Planet.

]]>