Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. jQuery(function(){
  2. if (window.location.pathname == "offonalim.com/category/fashion.html"||window.location.pathname == "offonalim.com/category/interior.html"||window.location.pathname == "offonalim.com/category/travel.html"||window.location.pathname == "offonalim.com/category/work.html") {
  3. jQuery('.qodef-post-title').show();
  4. jQuery('.qodef-post-info').show();
  5. } else {
  6. jQuery('.qodef-post-title').hide();
  7. jQuery('.qodef-post-info').hide();
  8. }
  9. });
Add Comment
Please, Sign In to add comment