Posts by RipCorP • 89 points
3 posts
-
1
votes1
answer315
viewsA: Is it possible to display a different image for each Category type in Wordpress?
My suggestion would be to use Switch instead of for. each... $categories = get_the_terms( $post->ID ); //pega categoria do post corrente $cat_name = $category->slug; // pega o slug ao inves do…
-
5
votes1
answer86
viewsQ: Move a great Wordpress site own to Wordpress.com
I would like some help to move a large 11 year site with 38 Gb storage for wordpress.com. I found some instructions in the official help database, but I’m not sure if we can follow them without…
-
2
votes3
answers6522
viewsA: How to access an EC2 instance after losing the Key Pair?
Another way to solve this would be: Stop the instance with the lost Key Pair (Use the Stop, nay Terminate, huh?) Create a new instance with same OS and instance region without Key Pair Generate a…