kdkaushik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image not shwonCheck whether the link of images are correct when you browse the website.
[signature moderated Please read the Forum Rules]Forum: Themes and Templates
In reply to: Add a header to my blog!I will recommend [spam link moderated]
Forum: Themes and Templates
In reply to: changing the main column widthHi
If your Theme is fixed width type then you have to increase the body width of the them and then increase middle white column width.If your Theme is free float type then you can increase middle white column width without changing anything else.
——————————————-
[signature moderated Please read the Forum Rules]Forum: Themes and Templates
In reply to: backgroundUse this code in your style.css file
body{background-image:url(your/image.jpg);}
Thats all
Forum: Themes and Templates
In reply to: adding sidebar imageAdd a text widget to your sidebar at the prefered location and put this code inside that text widget
<img src="url_of/image.jpg" width="xxx" height="yyy alt="text alternative" />
Forum: Themes and Templates
In reply to: How to create small popups to the top menu items?Restore the whole theme with a new copy.
Forum: Themes and Templates
In reply to: How to build this in WPIts very well possible with another method
Forum: Themes and Templates
In reply to: Customize templateFor nice editing and developing a wordpress theme you should know PHP CSS HTML JAVA etc. including good knowledge of wordpress template tags and functions.
[sig moderated]
Forum: Themes and Templates
In reply to: Possible to create a whole wordpress theme in photoshopYes it is very well possible
Develop your themes in Photoshop and then give it to some coders [spam link moderated] who will convert it into code. so that it will show exactly it it was designed by you in Photoshop.Best of luck
Forum: Themes and Templates
In reply to: How to put logo in headerTry to increase the width to 260px
Forum: Fixing WordPress
In reply to: Excluding categories from Get_ArchivesHi i have the same problam
im facing the same problem. i list a monthly archive. AFTER I click a month in my archive list, it will display the entries I made in that month. I want to exclude a certain category from those results.
i would have used
<?php if ( in_category(17) ) {
echo ‘ <div style=”display: none;”>’;
}
?>but i still actually want that category of entries to appear for “daily” archives.the solution here is looking best but i donot know How to use these codes
<?php if ( in_category(17) ) { echo ' <div style="display: none;">'; } ?>
and
if(in_category('NUMBER HERE'))
Thank you in advance…
Forum: Installing WordPress
In reply to: Moving to a new domainI have same problam. First i install WordPress on my local PC (127.0.0.1) And now i upload all files and database to my domain https://www.indianforestry.com/wp261/index-Old.php/?p=1
Page is opening well but some links such as ‘post a reply’ and ‘Logout’ are still pointing to 127.0.0.1 instead of https://www.indianforestry.com/
please help me
Thanks in advance…