Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /* KODE DALAM FUNCTIONS.PHP */
  2. <div<?php if ($comment->comment_author_email == "<font color="green">abc1@gmail.com</font>") echo ' class="author-01"'; elseif ($comment->comment_author_email == "<font color="green">abc2@gmail.com</font>") echo ' class="author-02"'; elseif ($comment->comment_author_email == "<font color="green">abc3@gmail.com</font>") echo ' class="author-03"'; ?> id="comment-<?php comment_ID(); ?>">
  3.  
  4.  
  5. /* INI KODE BUAT DIMASUKIN KE STYLE.CSS */
  6. .author-01 { background: red !important; color: black !important; }
  7. .author-02 { background: yellow !important; color: black !important; }
  8. .author-03 { background: green !important; color: black !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement