KEJNAV
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lite Speed 403 ForbiddenHmmm, I saw that post before I posted this, but nothing…
I tried many variations with .htaccess but nothing…
Also I contacted lite speed, so I waiting for answer there too.Thanks anyway ??
Forum: Themes and Templates
In reply to: Remove post thumbnail html attributesUsed this https://wpwizard.net/jquery/remove-img-height-and-width-with-jquery/ works fine.
Forum: Fixing WordPress
In reply to: Blank pages after changing function.phpI just deleted some blank rows and it works ??
Here is my finctions.php now ??Forum: Fixing WordPress
In reply to: Blank Pages [post.php , options.php]I forgot one more thing , it’s my custom built theme , when I put some other theme it works.
[No bumping. If it’s that urgent, consider hiring someone.]
Forum: Themes and Templates
In reply to: Category classRESPECT!
Thank YOU SO MUCH!
https://media.tumblr.com/tumblr_lw4p0trGje1qld7g2.gifForum: Themes and Templates
In reply to: Category classOk Thank You.
I think this will be last question ??
How to add more of categories.
I tried:<?php if ( in_category(‘3’) ) { ?>
<div class=”post-cat-three”>
<?php if ( in_category(‘4’) ) { ?>
<div class=”post-cat-four”>
<?php } else { ?>
<div class=”post”>
<?php } ?>then I tried:
<?php if ( in_category(‘3’) ) { ?>
<div class=”post-cat-three”>
<?php else ( in_category(‘4’) ) { ?>
<div class=”post-cat-four”>
<?php } else { ?>
<div class=”post”>
<?php } ?>It doesn’t work…
How to add more categories with different class?Forum: Themes and Templates
In reply to: Category classin_category('3')
Hmm when I delete this number , then all works fine with
.post
class.
But I want to know what this number “in my case 3” do?
Is it the number of category? If it is how to know number of category?Forum: Themes and Templates
In reply to: Category classhttps://pastebin.com/eEsqRuKn
I made that theme from this https://starkerstheme.com/ theme…Forum: Themes and Templates
In reply to: Category classIt’s custom built theme.
Site https://skyinx.com/blog