itskdawg
Forum Replies Created
-
Quickest and cleanest way to do this would be to go to style.css file, roughly line 1050, and for
.entry-header .comments-link a {add line
display: none;before the}.Hope this helps.
K
Forum: Themes and Templates
In reply to: News rotator as Yahoo rotatorLook for plugins. For instance
http://wordpress.org/extend/plugins/wp-newsticker/k
Forum: Fixing WordPress
In reply to: Malware in my siteCheck who you’re hosted by as well – it may be that your host is known for hosting malware sites?
Forum: Fixing WordPress
In reply to: Malware in my siteIt appears to be getting content from drhousenews.orge.pl which is known for malware apparently. Check what is coming from external content – adverts/iframes etc.
Forum: Themes and Templates
In reply to: myGrid2 front page images lostI would deactivate plugins one by one to see if it is any of them that are causing the problem.
Forum: Themes and Templates
In reply to: Why can't I find/use DePo Masthead?It appears that DePo Masthead is only available for wordpress.com – i.e. only for blogs hosted by WordPress itself, not self-hosted ones.
Forum: Themes and Templates
In reply to: Yoko Theme Suddenly Different in IEHi
It appears that your site is getting content from a site known for malwarwe so I don’t want to visit it. Please make sure that it has not been hacked.
http://www.twinsintow.com contains content from poorwine.freewww.biz, a site known to distribute malware. Your computer might catch a virus if you visit this site.
Hi iselaespana
Yes, it can be done.
The various navigation items [breakfast] [snacks] etc. will all be categories that you select when you post to your blog.
If you are using a new theme that has custom menus, you can add categories to the menu:
In your dashboard click Appearance -> Themes.If you don’t have custom menus, you need to edit your navigation file (usually in header.php) and use
<?php wp_list_categories(); ?>If you can provide a link to your blog, that could help me help you further.
Kenneth
Forum: Themes and Templates
In reply to: Differentiating widget H2 from post/page H2Thanks very much.