Title: David's Replies | WordPress.org

---

# David

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Facebook Open Graph protocol] About the "og:description"](https://wordpress.org/support/topic/about-the-ogdescription/)
 *  Thread Starter [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/about-the-ogdescription/#post-7396576)
 * That’s fine and thanks for the quick response chuck.
 * My site hosts audio only and no text within the posts so i get a blank space 
   in the area where “og:description” is displayed. If you do manage to make custom
   entries let me know as this would be the icing on the cake for me.
 * I will continue to use the plugin and once again thank you for such a great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] turn off alm-thumbnail](https://wordpress.org/support/topic/turn-off-alm-thumbnail/)
 *  Thread Starter [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/turn-off-alm-thumbnail/#post-7071701)
 * Yeah i did notice 😀 it has been around a lil while but in previous versions 
   i could delete the function that i posted above and everything would be fine,
   in this latest version it throws up an error on my admin page.
 * Where do you want me to put this? in my themes functions or below the code specified
   above?
 * —–
    UPDATE! Works in theme fuctions 😀 I appreciate the help. —–
 *     ```
       function alm_remove_thumbnail_image_size() {
       	global $ajax_load_more;
       	remove_filter( 'after_setup_theme', array( $ajax_load_more, 'alm_image_sizes' ) );
       }
       add_action( 'after_setup_theme', 'alm_remove_thumbnail_image_size', 1 );
       ```
   
 * Thank you..
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Point] Benefits of Upgrading to Point 2.0](https://wordpress.org/support/topic/benefits-of-upgrading-to-point-20/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/benefits-of-upgrading-to-point-20/#post-7030834)
 * I just read the changelog, this seems to be a massive update. Anybody know if
   the theme options panel is there or no? if not where do we enter our adcode etc..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SearchWP Live Ajax Search] Live Search Results](https://wordpress.org/support/topic/live-search-results-1/)
 *  Thread Starter [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/live-search-results-1/#post-7020869)
 * **I DONE IT 😀**
 * It was a simple fix in the end i found by editing _searchwp-live-ajax-search/
   templates/search-results.php_ i could change how results are displayed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MP3-jPlayer] "Can't locate audio"](https://wordpress.org/support/topic/cant-locate-audio/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/cant-locate-audio/#post-5763842)
 * EDITED! Sorry my point was already made
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Category pages](https://wordpress.org/support/topic/category-pages-27/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/category-pages-27/#post-5405130)
 * Sorry My (CATEGORY & TAGs) use archive.php to display there results i think as
   i dont have a tag.php. How would i make these separate codes work together on
   the archive.php? They all work on there own.
 * If i add multiple codes eg raw tag code and the raw category code i will get 
   2 buttons at the bottom due to 2 seperate codes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Category pages](https://wordpress.org/support/topic/category-pages-27/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/category-pages-27/#post-5405129)
 * Hey could you help me? I’ve set the “cat” page up with this code below and it
   worked like a charm for me:
 * > <?php
   >  $cat = get_category( get_query_var( ‘cat’ ) ); $category = $cat->slug;
   > echo do_shortcode(‘[ajax_load_more category=”‘.$category.'” offset=”6″ posts_per_page
   > =”6″ pause=”true”]’); ?>
 * Ok so how would i do this for the search page to show more results after the 
   first 6 results? I only have the search page to do and im 100% up and running.
 * Thanks great plugin!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Haiku minimalist audio player] Just updated to new version of Haiku](https://wordpress.org/support/topic/just-updated-to-new-version-of-haiku/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/just-updated-to-new-version-of-haiku/#post-3512207)
 * Hey my site is [DOPE-SHIT.COM](http://www.dope-shit.com) I also downloaded the
   zip file from wordpress.org and uploaded it manually via FTP. I did not replace
   the old files I removed those first for backup!
 * You will notice that I have edited the player in such a way that I liked the 
   way I could style it myself? BTW: can you make a exclusive player then i’m willing
   to sort a deal 😛 ..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Haiku minimalist audio player] Just updated to new version of Haiku](https://wordpress.org/support/topic/just-updated-to-new-version-of-haiku/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/just-updated-to-new-version-of-haiku/#post-3512006)
 * Hey actingkeith you can get version 0.4.6 at the following link if you want to
   revert back for temp: [VERSION 0.4.6](http://www.shushabyebaby.com/wp-content/plugins/haiku-minimalist-audio-player.0.4.6/)
   Hopefully he will fix this problem soon, I also get a bare link on the new version
   so…FIX soon please aha!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Haiku minimalist audio player] Just updated to new version of Haiku](https://wordpress.org/support/topic/just-updated-to-new-version-of-haiku/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/just-updated-to-new-version-of-haiku/#post-3511936)
 * Just updated the Haiku player and the new version did not work for me 🙁 it didn’t
   replace any .mp3 links what so ever?? I’ve reverted back to the older version
   of the player for now where I could create my own style and also where it replaces
   all .mp3 links.
 * Im willing to give the new version a go if you can fix the replace .mp3 option
   so my links will be replaced by the player once again.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Latest Posts by Author] “Just a starting point” plugin](https://wordpress.org/support/topic/plugin-latest-posts-by-author-just-a-starting-point-plugin/)
 *  [David](https://wordpress.org/support/users/daigreen/)
 * (@daigreen)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-latest-posts-by-author-just-a-starting-point-plugin/#post-1381192)
 * Hey any chance of a little update, this plugin is awesome for my needs but i 
   do need to be able to cut down the length of the titles, any chance of a quick
   fix???
 * Example:
 * <?php echo do_shortcode(‘[latestbyauthor author=”username” show=”10″ **chars=”
   39″** excerpt=”false”]’); ?>
 * Max length of the title links, 0 could means unlimited characters – 39 could 
   means 39 characters etc???????????
 * Thanks.

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