what is written in the <div slogan????
Thread Starter
naijay
(@naijay)
@ishaanrawat This is the code
<!– Slogan top –>
<div class=”slogan_top”>
<?php echo get_option(‘dcb_slogan’);?>
</div>
<!– /Slogan top —
so what you do is delete that <?php…..?> code and wrote your desired slogan without adding <p>…
Thread Starter
naijay
(@naijay)
@ishaanrawat I tried that, but nothing comes up with “buy beauty style earrings and neckalce”
I’m not sure what’s been going on, it’s been driving me crazy for over an hour now.
Thread Starter
naijay
(@naijay)
@ishaanrawat thanks so much that worked!
I have another quick question, My title keeps showing with the “/” symbol in front of it, how do I remove it?
so delete get_option('dcb_sloga');
so the new code will be—>
<?php echo "Your desired slogan"; ?>
This might resolve the problem
search for title tag in header.php
and then give me the code…
Thread Starter
naijay
(@naijay)
@ishaanrawat yes it did thanks!
I have another quick question, My title keeps showing with the “/” symbol in front of it, how do I remove it?
Thread Starter
naijay
(@naijay)
@ishaanrawat
<title>
<?php
if (is_home()) {
echo bloginfo(‘name’);
} elseif (is_404()) {
echo ‘404 Not Found’; echo ” / “; bloginfo(‘name’);
} elseif (is_category()) {
echo ‘Category:’; wp_title(); echo ” / “; bloginfo(‘name’);
} elseif (is_search()) {
echo ‘Search Results’;
} elseif ( is_day() || is_month() || is_year() ) {
echo ‘Archives:’; wp_title(); echo ” / “; bloginfo(‘name’);
} else {
echo wp_title(); echo ” / “; bloginfo(‘name’);
}
?>
</title>
so wherever there is written echo "/" just replace that with echo ">>(your desired symbol)"
Thread Starter
naijay
(@naijay)
@ishaanrawat yes that worked! Thanks so much for your help! All the best, take care! π
so just mark your topic resolved
Thread Starter
naijay
(@naijay)
I thought I did, well I’ll try it again.
Thanks again, appreciate your help!
try it from the right sidebar option
In the right sidebar there is a option called this topic is:
just mark it resolved