saurav2785
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Tags Search pageHi
Thanks for replying, but i am really sorry i guess i am not that sure to exactly how index.php is being used to display the tag search results, this is a custom theme that i am working on and on the home page there are no tags given, is the archive.php got to do anything with it…
HI all i was also stuck on the same issue but this Post really helped me resolve it…
SO thanks for posting….
HI I am also facing the same issue can anyone please help?
HI
Did any one resolve this issue, if yes then please send the solution also how do i make the login or register link appear in my site, is there a shortcode of some kind
Ya i am also getting the same error any other plugin to achieve this or if any one has a solution to this then please help its urgent!
Forum: Plugins
In reply to: [FeedWordPress] Error in line 105I am also getting the same issue, although i am trying to use this on my localhost for the time being….
Other than this are there any software or a plugin that could be used to achieve this.
Forum: Themes and Templates
In reply to: CSS not working when we see the website in category viewHi alchymyth
thanks for the help i was able to isolate the issue and then remove after taking your advice…
Once again thanks, i really appreciated your help.
Forum: Themes and Templates
In reply to: CSS not working when we see the website in category viewThanks for the reply guys…
i will check the archive.php and category.php
and will update you guys with the results i get
I read the codex and got the answers to my issue
if anyone else is facing the same issue then please go ahead and read the codex link given in this posthi
i needed some more guidance from youi registered a new sidebar using this code
if ( function_exists(‘register_sidebar’) )
register_sidebar(array(‘name’=>’Slider Widget’,
‘id’ => ‘slider-widget’,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<h4>’,
‘after_title’ => ‘</h4>’,
));
but when i insert a plugin like a image slider i am not able to activate it
do i need to write some thing else during registration in order for it to activate pluggins in them’
i mean every where i see people are talking about hooks i dont seem to understand how to put that in my themeThanks is advance for the help
Hey
it seems to be working
thanks a lot… really helped me out