Posts by Rafael Paulino • 11 points
2 posts
-
0
votes2
answers696
viewsA: Insert Image into a table already created
Loop (select in the student table) within this loop creates the INSERT INTO photos (id, image, id_student) VALUES (id, image, id_student) Ai in SELECT to see the photos you can give an INNER JOIN on…
-
1
votes1
answer119
viewsA: Display image next to category related post title
try this: print apply_filters( 'taxonomy-images-list-the-terms', '', array( 'before' => '', 'after' => '', 'before_image' => '', 'after_image' => '', 'image_size' => 'detail',…