I know there's a page to change their order, but is there a way to select which pets appear on my user profile? Or perhaps a code for me to paste into the profile page, if there isn't an option onsite. For some reason I'm convinced there's a button that says "Show pet" but my brain might be making that up, lol.
I don't think there's a way to pick and choose what pets appear on your profile--I'm pretty sure it's all or none, at least if it isn't 100% obvious in your profile editing section.
One thing you could do to control which pets appear on your profile is create a blank section and include/arrange them from scratch, which may be a little tedious, but it would accomplish what you want.
Thanks for the info, also that was a great idea--I ended up just making a blank section and using sCode to link the pets XD so easy
In case you still want to know, there is a way to hide certain pets using the default pet section on your profile.
The downside is that the coding uses the order your pets are in to designate them, not their names. This means that if you ever reorder your pets, you will need to adjust the coding accordingly.
It also starts with 0, not 1, so you have to do a little calculation. If you want to hide your first pet, then you would use pet_0. If you want to hide your 22nd pet, then you would use pet_21. If you want to hide your last pet, you would have to first make sure you knew how many pets you have (ex. 77) and then subtract one from that number (ex. pet_76).
This is the coding.
{display: none;}
No problem! :) I'm glad that worked out for you!