porkcharsui
Forum Replies Created
-
Thank you so much John! Exactly what I needed. ??
If I may make a suggestion for future versions, a shortcode like
likebox=true/false
would be great to more “naturally” overwrite the general settings.num=0
works great but it might not be intuitive/self-explaining enough.Thanks again for the support and documentation, it’s really appreciated!
Forum: Plugins
In reply to: Create a Leaderboard for User DataMaybe this helps: https://www.ads-software.com/extend/plugins/cubepoints/
Forum: Themes and Templates
In reply to: Audio PlayerSure. I tested https://www.1pixelout.net/code/audio-player-wordpress-plugin/ and it works fine.
Forum: Plugins
In reply to: Header imageSure. You can edit line 34 of header.php:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
Place your image there using ‘img src’.
Forum: Themes and Templates
In reply to: Thumbnails via flickr?I’m sorry, Flickr adds stuff to each filename, like:
https://farm3.static.flickr.com/2120/2506885254_ed5c3b3671.jpg
If you know the exact name / location of every photo you want to use as a thumbnail:
1. Edit index.php and use the location at flickr as ‘img src’ — It’s line 16, 38 and 56.
2. Use custom fields as normal with the name of the image as a value.Good luck.
Forum: Themes and Templates
In reply to: Thumbnailsyou’re welcome. ??
Forum: Themes and Templates
In reply to: Thumbnails@olddocks: He’s using the Sirup theme.
@danzo: Where do you store your thumbnails?
You should note that in WP’s settings for uploads you don’t have to write that last slash, but in Sirup’s options, you have to. It would be very helpful if you could provide a link to your blog.Forum: Themes and Templates
In reply to: using Blass2 comments and sidebar goneHi,
I’ve uploaded a corrected version to wordpresss.org and hope it will show up in the next days.
Read this https://1000ff.de/wordpress-theme-blass-english-version/#comment-22359 on how to get the sidebar back.Sorry for the late response!