477 comments found.
Using the included template will display the image using the imagepress/templates/single-image.php template. The layout may not match your theme's layout.I get a blank page. The file is where it should be and the other two option work. Any ideas to trouble shoot?
Also how to assign award to an author?
The media library bulk upload isn’t allowing me to select more than one image in the media library. Am I missing something?
Hello When we upload images larger than 4 Mb. Do we get a 503 memory error. If we then refresh the page, the image has been uploaded, but it is not shown as a thumbnail, here there is just a white background. Then we have to click on it and then the picture will appear. It is only in imagepress that the problem is. If I upload the same image in the media library there is no error. I have set the maximum size for upload. We use a Cache plugin, but nothing helps. Any idea what’s wrong here?
Hi Jonas, sorry for the delay.
This is a server issue. What is the maximum upload size? This sometimes happens, when the max size is 2 MB. Check your server maximum upload size and maximum POST size.
You can see this information either in your host’s control panel, or in WordPress, Tools -> Site Health:
Is the shortcode
[imagepress mode="rand"]depreciated for
[imagepress type="rand"]?
Use the “type” argument for “rand”.
“mode” is used for “views” or “likes”.
Presale Question: My site has users who are by default using the Subscriber role and will never publish posts etc. They will however need to upload photos (privately) into their profile. I believe your plugin (I tested the free version) needs to use the author role? Is there any alternative to this so that the users can just upload their own photos to their profile? I’m also using a membership plugin but your imagepress loop shortcode shows all images, and users should only see their own but I dont want to use the specific [imagepress-loop user=”7” shortcode as I have 500+ users and I’m not setting up individual pages for each with their user ID. Any suggestions on how I can use your plugin for these situations? Or am I making a mistake in how the plugin works?
So, you can use the profile pages which only show each user’s photos. Something like this:
https://getbutterfly.com/gallery/profile/?author=ciprianThe thing with the subscriber vs author role is a native WordPress feature, and subscribers have no default upload permissions. Nothing I can do here. You could use the Role Editor plugin to edit the Subscriber’s permissions. I cannot touch it, as it’s a native WordPress role.
When you say your users will never publish posts, it’s not true. Images are custom post types, so your users will upload (and maybe edit or delete) posts.
So, this is how I understand your scenario:
1. You have a membership plugin which allows access to an image upload page. 2. No need to use the ImagePress loop 3. No need to set up 500+ pages, only one – the Profile page 4. You will need to use a role editor plugin (there are few good free ones) to allow Subscribers to add posts.
Regarding your “they will however need to upload photos (privately) into their profile” – you will need to make the Profile page members-only.
I think this should solve your issue.
BRILLIANT THANK YOU!!!! I appreciate your speedy and detailed answer. I will test it.
Thank you, I fixed it.
Don’t recall if you said the category gallery shortcode [imagepress-categories gallery=”https://www.example.com/gallery/”] was linking to actual category in the latest version. If it is is there a way link the the category slug
BYW your documentation page is down
Thanks, I fixed the documentation page.
Also, the categories shortcode links to a gallery page, so that everything is self-contained.
Linking to the category slug is possible, but it requires theme support. You might have a nice design, but other users might not.
I will look into adding an option to link to category slugs in the next release, coming really soon.
First off thanks for the plug-in really enjoy using it. Appreciate all the recent updates. I must be doing something wrong the category links shortcode didn’t open to a gallery page for me. If I get it working would the links open a gallery page with just the specified category images?
Thanks for looking into the category slugs. Appreciate the responsiveness.
Yes. You need to first create a gallery page first, and then use the link in your shortcode. See examples here – https://getbutterfly.com/gallery/member-directory/
[imagepress-categories gallery=”https://www.example.com/gallery/”]
And I have just realized, you can use this shortcode to display a basic list of categories:
[imagepress-categories]
Sweet tried it and it works. It has category slug as well.! Are there any parameters like thumbnail or parent etc? Or is it just the list.
No, nothing right now, just the list 
I already have your thumbnail suggestion on my list for a future release.
Ok it would be nice to be able to set so only top level categories and not sub categories showed in the list. But this is great since I still can’t get the other option to yield a image galley
Thanks again
Upgraded to the latest version 8.2 is there documentation for be sidebar pattern any where? Didn’t see it on the documentation site.
There you go:
https://getbutterfly.com/support/documentation/imagepress/#how-to-add-content-to-the-single-image-sidebarAlso, here is a sample image with a custom sidebar pattern:
https://getbutterfly.com/image/sunny-day-in-belfast/FYI, I don’t like the Pattern name change, I think Reusable Block was a more intuitive name.
Can the code provided work in the functions file of a theme?
Sure it can. If you don’t have an off-the-shelf theme that you regularly update, then yes.
Could the sidebar code be put in a sidebar dot php file and placed in a theme directory
Yes, but it would require custom code changes that would break other implementations.
I will add this to my list to research it.
Keyword in shortcode is it possible?
Not right now, but I should be able to add it in a future version.
I’m using the [imagepress category=”homepagepics” type=”rand”] to display a random image on my Welcome page. The image is low quality. It appears to be a thumbnail image scaled up by my theme. How do I get the actual image to be displayed.
Also it seems to heavily favor one pic. Doesn’t seem random at all. (Could be browser cache though)
Go to ImagePress Settings -> Configurator tab and select a different image size. That will fix the low quality image.
Regarding the randomness, I am using a native WordPress function, which in turn uses a MySQL RAND order. I could blame this on cache, especially if you are logged out when you view the page, and a static HTML cached copy is created.
Hello
I just bought ImagePress. Basically, it’s a nice plugin. However, I think there are some challenges.
1. I cannot decide myself which fields should be displayed in the upload form. For example, I don’t want them to select collections, but I can’t remove the field.
2. It seems I’m missing some things in settings in the backend. I can see in your documentation that I am at least missing the following fields: Login, Hooks, and the four icons (Alarmbell, envelope, modules).
3. I miss a lot of settings. For example “Author profile” where I can set how the profiles should be displayed. In addition, according to the screenshots you have, I am missing many more settings in my control panel.
I have purchased version 8.1.8. I have Wordpress version 6.2.2
Can you tell me what I can do?
www.fotolangeland.dk
Thanks in advance.
Hi and thank you for your purchase.
The missing fields in the documentation are my mistake. They came with a specific theme, but this is not the case any more.
So:
1. I will add an option to add/remove fields in the upload form.
2. The alarm bell was a notification dropdown hardcoded in the theme. Obviously, I can’t have a theme forced to my users, so I need to expose this as a shortcode, and you can add it wherever you want. The modules are now part of ImagePress: Bulk Upload and Image Lightbox.
3. The Author profiles are there, and this week I have added 2 new options.
So, all in all, valid points. I wanted to push another release this week, but I’ll hold on until next week, when I will address ALL your questions. I will also update the terribly outdated documentation.
Thanks.
Here’s an update:
If you currently have version 8.1.8, you should see an update notification for 8.1.9 in your WordPress back-end. Update the plugin and test the collections. They are now publicly visible.
Note that 8.1.9 is not yet available on CodeCanyon. I am only pushing it to several users for testing.
Also, the Hooks tab on the documentation page was a developer only tab, nothing special there. The Users tab has been moved to the Authors tab. The envelope icon was used for some email options, which have also been moved (or removed completely).
Note that another huge update is coming next week.
If you are planning on Pid member pro integration please consider Buddypress as well
I am actually going to code a hook, so that all membership plugins can be targeted.
Basically, on the single image page there will be a hook, let’s say called “more_actions”.
Now, anyone could add content to this hook in another plugin. I will have some samples and custom code. I am setting up a demo website now, and I am also bringing back the Noir UI theme, specifically coded for ImagePress.
Oh, the memories…
Look forward to seeing the documentation
Hi, I have a pre-sale question, there is any way to restrict the full-size image only for a certain user role?
I see what you are trying to do, but it’s not a good approach.
You can allow full-size image uploading, but only show a smaller version. And then, based on some option (that I need to implement), you can show the full-size version, like ArtStation does.
Before asking I read tons of messages from buyers and some people have problems blocking the full-size image download, this is one of my issues, but what I’m looking for is the option to create a “paywall” for exclusive members by blocking specific roles to see any size but the thumbnail, when an unregistered user, subscriber or any other WordPress role click, user can be redirected to another page and pay to see the full-size, from there another plugin such Paid Members Subscriptions or similar could do the rest. Sorry for the long text, I’ll definitely buy your plugin hoping one day ( or not, lol) to have this function to block full-size images for non-paid users.
Thanks to answer my question.
No, it does not have the functionality, but I could add it.
Basically, you have the Paid Memberships Pro plugin (which is free) and you create a bunch of plans.
Next, in the image template, you need 3 lines (which I can implement), to check for the current user plan (not role) and then show (or not) the full-size image link.
It’s easier than you think.
I’m not a programmer, so, any change in the plugin sounds VERY difficult to me. Such functionality could help a lot of users that don’t want to use heavy solutions like those CMS forums systems, to me, your plugin is perfect, for my need and maybe some other users could be very useful since many people have the wish to sell images by plans. Thanks for considering.
I’m not saying you’re making the changes. I will make them, but they would need to work with ANY payment/membership plugin.
I will put this on the list for the next week, as I need to research a bit.
Based on your username, what do you want to build? A game cover database?
I’m not meant to make the changes, sorry for the confusion. And yes, I wish to create a game cover database covering all old consoles and the new ones, assets like 3d cover mockups, rebuild and modernized logos, PNG characters, and whatever is related to this niche. Working with any payment/membership plugin also is great news because there are many people using other systems, I got your point. Thanks again.
Hello, I wish to know if the integration with payment/membership plugin it’s done
Bless
It’s almost there. I have the filter that you can use with ANY membership plugin.
Do you have a membership plugin in mind?
But I see many sites using this one https://wordpress.org/plugins/paid-member-subscriptions/ as many others plugins out there
Perfect.
Based on their developer documentation, you can create a mini-plugin with something along these lines:
if ( pms_is_member_of_plan( [ 123 ] ) ) { echo ‘A download link here’; }
I have added an option to show the non-full size image on the image page, so I can show the large size, while the full-size image is behind a simple check, like above.
I am now working on adding some requested features to image categories, and I intend to release an updated version on Wednesday, along with 2 sample plugins (one for your Paid Member Subscriptions plugin, and one for Paid Memberships Pro plugin).
Is there any way for a person with evil thoughts to try to get the full size image using programs like these chrome extensions that scan the site looking for the full size images? There is even a program for windows called bulk image downloader that can download images from unprotected sites. https://bulkimagedownloader.com/. To create a healthy marketplace the plugin must be immune to these pests. Thanks in advance.
Of course.
That’s why, I have implemented a different upload field for the image. And now the image can be an actual image, or a ZIP archive, or a PDF, or anything you want to be downloadable. This is protected by default.
I am testing it right now.
I’m happy that are still people like you! I’ll purchase my version right now
Thank you.
I have just finished the “downloadable image” feature. Some tweaks remaining and then it’s ready to release.
this is very nice!
Hello! Hope you’re doing well!
Do you recommend a wp theme for using along with imagepress plugin?
I’m reading the documentation, and there you say we can use most of the themes, but maybe you have one in mind.
BTW there are SOOO many options in the plugin, I may take a week to read it all
Also, in the changelog there is “Added tutorial on how to add a filter for a downloadable image” but I couldn’t find such a tutorial or how to integrate it with any subscription member plugin, a little help?
I recommend a theme without a page builder. ImagePress uses the block editor internally, so Elementor or WPBakery might not work 100%.
That being said, I have a theme in mind, it’s pretty basic, and it allows for the block editor (and the myriad of block plugins) to do everything. I will reveal it at some point, give me a day or two.
Here is my tutorial on how to add a filter:
https://getbutterfly.com/support/documentation/imagepress/#how-to-add-content-to-the-single-image-templateNote that you need to update the plugin to version 8.2.1 (which I’ll release tonight).
wow, I will wait for your theme, locally (local host on my pc) things not working properly, idk if its because running locally on my pc I have something that does not allow Galley to run smoothly, I will run in a web hosting, and test until I have the perfect gallery for my needs. One more question, IF I need help installing the galley following my project, there is a license to buy that allows you to install and setup for me on my server?
There is no license for that, but I will help.
I’ll be glad to tip the same I pay for the plugin, how do we proceed? Also, if the server only uses Apache, do we have a problem?
I recommend Apache, actually, instead of Nginx. I am using Apache on all my sites.
Also, I cannot help today or this weekend. Email me at ciprian@getbutterfly.com and we’ll pick it up from there.
Loving ImagePress so far! Not really understanding why there are Categories and then Collections. They seem to be the same thing.
I have created a category called HomePagePics. I would like to display a random photo from this category. Can I combine shortcodes into something like [imagepress-loop category=”homepagepics” type=”rand]
Also I’d like all photos to go into a default category (even if that is no category). Then have that pre-selected in the dropdown. Is that possible?
Thank you!
The new release, later tonight, will contain combined shortcodes, such as:
[imagepress category=”homepagepics” type=”rand”]
And also a new option for a default category, in ImagePress Settings -> Settings tab -> Image Category Settings dropdown.
Is there a changelog for the latest update?
Yes, it’s here – https://getbutterfly.com/wordpress-plugins/imagepress/#changelog
I’m having trouble with the member directory feature. I followed the instructions in the documentation but when I try to add the [ip-member-directory] shortcode I either cannot even save the changes, or get a crashed page.
I was using [cinnamon-card] instead which was working for me, except that the pagination is all messed up, and we only discovered the issue once we started creating accounts for our members.
I can only assume that its making enough pages to accommodate all the users (over 100) but only showing users who have uploaded content so far (less than 10 since this is a prototype site) I tried just changing the settings in the configurator to show over 100 authors per page in hopes that would just put everyone, including invisible, inactive users together on one page, but that didn’t seem to change anything at all. You can see the site here https://prototype.d1mg.com/gva/gallery-2/ It seems to account for the inactive members regardless of if they are authors or not. I tested this by temporarily making the inactive accounts subscribers but to no avail.Ideally I would have a list of only “author” users, with links to their profiles and a few of their images if they have some. But we would also just settle for a list of users profiles who have uploaded images either with normal pagination or everyone in one long list all on one page
Hi.
So, the member directory is integrated into the main plugin. The documentation is old, I fixed it just now.
Use the [imagepress-member-directory] shortcode.
Regarding the [cinnamon-card] shortcode, you are right. I have fixed it and I will release an updated version tonight or tomorrow morning. The total users did not take into account the user roles.
I just downloaded and installed the updated version, but it seemed to just make the photos on the cinnamon card larger and out of their container, but there are still loads of empty pages. you can see what I mean here: https://prototype.d1mg.com/gva/gallery-2/
could we have the names(linked to their profiles) of users who haven’t uploaded content yet on the cinnamon-card page? or just enough pages for the users who have uploaded content? Or, just the “Authors per page” setting actually affect the cinnamon-card display as it says it should.
I also tried the [imagepress-member-directory] shortcode but it seems to be just a list of the administrators and only links to their profiles. you can see that here: https://prototype.d1mg.com/gva/test/
Hey Lisa,
So, clear your cache and try the Cinnamon cards again. I have moved the 5 images below the avatar, name, and stats so that it fits better. I see some styling issues that I will fix now. They seem to be conflicts with your theme.
I will keep investigating the pagination, as I am sure I fixed it. Something else might be going on there.
And third, the member directory shortcode is, indeed, a simple list of current ImagePress authors.
I cleared the cache and its looking better- though the appearance isn’t the biggest issue, I can adjust my css if need be. The pagination is the biggest issue.
The member directory shortcode isn’t giving me a list of all authors, we’ve got over 100 author accounts and the list has just 5 links.
I’m thinking that’s just showing users who have uploaded images at some point. But it also includes accounts whose images have been deleted and no longer have any. (I’m trying to keep my main admin account off the list but i had originally uploaded some test content and even though I deleted it, the account is still showing up in the directory. Its an admin level account not an author level account)
Thanks for clarifying, I’ll work on fixing both the member directory and the Cinnamon cards 
An update is live, and I need feedback from you. I have been focusing on the author cards (or Cinnamon cards, as I’ve been calling them for years) and I tweaked the styling, made the images the same height, and also fixed the pagination. For real now.
I have also ordered the cards by user image count.
I got the update installed- Much better, Thanks! In a perfect world I think my users would prefer it sorted Alphabetical but this works too, Thanks!! If you want to see the result I put it on our live site here: https://www.grandvalleyartists.org/gallery-2/ Thanks again for your quick responses and work!
I will add an ordering option, so that you can select alphabetical instead of by image count. Maybe by the end of this week.
Also, if you like the plugin, don’t forget to rate it 
Hi again!
How would the name ordering work? Based on last name? First name?
Thanks again for the support! I spoke to the client and they are requesting ordering by Last Name
It’s coming next week
thank you!
Watermark option would it be difficult to add a watermark option?
No, I am not doing it. I’ve always considered it bad taste 
Lookingof r a way to protect images from being used by others
I had a client who used a plugin to prevent right clicks. That helped a bit with users right-clicking the images and saving them.
Maybe one of these?
https://wordpress.org/plugins/disable-right-click-for-wp/ https://wordpress.org/plugins/wp-content-copy-protector/Yeah don’t need to add another plug-in just for that at this point
Okay, no problem.
How to I get the category list displayed with this shortcode to open a page with actual photos in a category?
[imagepress-categories gallery=”https://www.example.com/gallery/” ]
Is this fix coming? Also making category titles on images links?
Yes, both are done! 
A release is coming by the end of this week.
Awesome
Will that include a shortcode for displaying categories grid/list with thumbnail
No, of course not 
Maybe in the future. What thumbnail should I display? A custom thumbnail per category?
A thumbnail per category set automatically or assigned from the images in the specific category. Just as you can set images for post categories
Well, you cannot set images for post categories natively. It needs to be coded.
I can do that, but it’s not going to be that soon.
Hmm interesting. Every WP image plug-in I have used had category thumbnails so I just thought that was standard. maybe it’s built into my theme.
I will close this, as categories can have images now, without an extra plugin.
How can I set the size of the image returned by this shortcode
[imagepress type=”top” ]
Also tried to set the grid image size to 150×150 the WP thumbnail but it doesn’t change. Finally can the login and registration be directed to exiting pages that I have for those purposes?
I have fixed the image size, as it was hardcoded to “full”. I will release an updated version by the end of this week.
The login/registration page can be set in ImagePress Settings -> Authors tab -> “Author account login page” field.
Thumbnails are still displaying larger than the chosen WP 150×150 size I have chosen and the look really grainy as a result I am assuming – any ideas?
I know. It’s the same for me. The image is scaled up to fit the image card. The solution is to select another square size (ImagePress comes with a default 250×250 image size), see screenshot below:
https://getbutterfly.com/wp-content/uploads/2023/06/screenshot-2023-06-19-113936.pngAny chance for a image card options to fit 150×150 thumbnail? really prefer that size.
But there is no difference between 150×150 and 250×250. They are both square. And the image cards are 3 per row. An alternative would be to have 4 or 5 per row.
I can add an option for images per row in the next version.
Image of the day? Is it possible to implement a image of the day to display different random image everyday?
Could be. I’ll put it on the list for next release.
That would be great I thought I saw something like that in one of the showcase sites on your website.
This is also done, it will be live in this week’s release, using this shortcode:
[imagepress type=”rand”]
Will clicking on thumbnail link to full image?
Of course. Links to the full image or the image page, depending on your setup.
Look at my example here – https://getbutterfly.com/gallery/
Sweet – great to have the updates thanks for an awesome plug-in looking forward to the next release
An update has been released.
Notes:
= 8.1.5 =- FIX: Fixed string to array conversion
- FEATURE: Added single image template, regardless of theme setup
- UPDATE: Renamed imagepress_image_category taxonomy to image-category
- UPDATE: Improved plugin’s Dashboard welcome section
- UPDATE: Improved default form design for the upload form and the profile update form
Check out this link for the taxonomy template:
https://getbutterfly.com/support/documentation/imagepress/#imagepress-how-to-create-a-taxonomy-templateCheck out this link for the taxonomy migration:
https://getbutterfly.com/support/documentation/imagepress/#breaking-changesCheck out this link for a taxonomy example:
https://getbutterfly.com/image-category/landscape/Great update everything works as described. No problem with the new category slug. Was able to use the code for taxonomy template to create category pages. But the category list still doesn’t link to the category page when clicked and an archive page template that show the image loop by category would be a polished finishing touch. Thanks for are the great work on this taking the plug-in to a new level.
No, the category does not link yet. That is for next week.
Also, when I say taxonomy page, I mean archive page. They are the same.
Understood on the category link. For the taxonomy page I think my theme has a category temple and an archive template. Which means the taxonomy-image-category template is only showing images in a category in the image loop. It does not show the list of categories or categories in a grid with thumbnail which is what I was anticipating.
BTW the category label under the image is just a label would be nice if it linked to the category
Ah no, the taxonomy is showing all images in a specific category. Natively, a taxonomy page, or a category page, or an archive page only shows ONE category.
I can do the category page/grid thing. Again, a task for next week.
Is multiple/bull upload submission included for next week as well?
Found the bull upload option in ImagePress menu. However if I follow the instructions Set the default post type to . Drag 1000 images to your Media Library > Add New section. ☕ Have a coffee. Done! All 1000 images have been created as ImagePress posts.
The images get added as posts not imagepress as there is not ImagePress CPT in the drop-down list
There should be an ‘image’ post type in the dropdown list. Can you reset your permalinks and try again? Go to Settings -> Permalinks and click Save Changes. Then check the dropdown again.
Got it figured the post type is changed if the slug is changed. May want to up date the documentation.
Is there code to put the views, likes and comment count on the single image page I am using the single image code with my theme single template
Not right now. The entire single image code is currently inside one function call.
Maybe in a future release I will split the main image and the rest of the code.
Created the gallery archive template using the instructions but not sure where to place it to make it available. Right now in child theme folder. But is doesn’t show in template list
No, there is no archive template. There is only the [imagepress-loop] shortcode.
So what do I do with the template code on the documentation site?
So, the template code can be implemented, but it depends on the theme. Some themes respect it, some don’t. Some themes have a specific way of implementing taxonomies.
Why do you need a taxonomy/archive template instead of the [imagepress-loop] shortcode?
Currently in my theme the image loop isn’t what shows in the breadcrumbs it uses the theme default instead of the image-loop
Ah, true. I’ll play with it and see what I can come up with.
Note that I really, really want to change the taxonomy name, because “imagepress_image_category” sounds very bad. I want to change it to “category” or “type” or “section” or “topic” or even “image-category”.
I’ll keep my end-of-week estimate for a beta taxonomy template. I’m sure it’s something small, and I can fix it quickly.
Just purchased yesterday but upon activation I get this error and theme icon are being distorted or removed
The plugin generated 1018 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Deactivate plug-in and everything goes back to normal
Thank you for reporting this. I will have an updated version next week.
It’s safe to use it, even if you get that message.
However, could you send me a screenshot of the “theme icon being distorted or removed”, please?
I have deactivated until the fix so as not to confuse my members.
I have you considered creating a BP integration for your user profile etc
Got it. That is my Font Awesome conflicting with your theme. I should fix that in a future release.
Regarding BP, I never thought of an integration, as everything was done by the plugin. Also, my time is limited to work on new functionality.
Any ETA on the fix I would like to start using the plug-in without impacting the sites user experience
As to BP it would eliminate the need for a separate user profile etc suspect it could be added with existing BP hooks but not a coder.
I think I can fix the icon conflict this week.
Regarding BP, it should work out of the box, but the ImagePress stats won’t appear there – views, images uploaded, likes, collections and so on.
Ok great thank you. Just a thought that the BP integration might bring some more customers your way
Still expecting a fix this week?
Yes, it’s on the way. I replaced Font Awesome with Icofont. I am now testing it with a few themes, before releasing it.
It’s been a while since I worked on it, and I feel it has great potential. I am also working on a version with more changes (from 3 separate projects) merged into one version.
That’s great news. Think it is a very good plug-in with great functionality. My only desire is the addition of BP integration so if someone registers it would go through the BP registration and the awards and such would life on the BP profile. But thanks for working on the fix for the icon issue.
It is live now.
Got it icon problem is fixed but still getting this message on install The plugin generated 1018 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I know, but that is on activation only. It won’t break anything.
Since the release this morning, I have fixed a few more issues, and implemented a single image template. I have also added a bulk upload feature (I need to add documentation for it).
I am also getting an error in the block editor when saving a page with an ImagePress shortcode, and I know why, but I need to test it.
I have restarted development on ImagePress after 2 years
, and I will release a new version next week.
That’s great to hear. so far like the plug-in a lot. Are you open to feature suggestions?
I am open, but my time is limited. If it’s something small, I can do it. If it’s a bug, I can definitely fix it.
Ok can you make images and categories clickable and add tags to taxonomy?
What do you mean clickable images? Also, for the clickable categories, I need to make sure the taxonomy template is working.