Where can I ask for help for wordpress themes customization? I want to ask that : Theme Name : Firecrow Fabseries theme(fabthemes.com/firecrow) How can I keep only title and remove texts in "Featured entries" and "Popular Posts"? Screenshot : http://i.imgur.com/jHTRr.png http://i.imgur.com/iBktc.png
Hi this is quite easy.... For remove texts from featured entries, go to "tab.php" file and remove the line " <p> <?php the_content_rss('', TRUE, '', 10); ?> </p>" probably on 23rd line. Next for remove popular posts text, go to "sidebar.php" file and remove the linke "<p> <?php the_content_rss('', TRUE, '', 10); ?> </p> " can find on 41th line.. Hope this will help you. Thanks
I don't how can I help you, thank you so much. I've a question : I don't want any widget on footer, but the widget "Archive" is appearing there but I haven't chosen it as footer widget also. http://i.imgur.com/rzFWF.png http://i.imgur.com/IJOBp.png
Hi please click on that footer widget and see whether anything is there inside that footer widget.. Nothing problem with the code...