kim09
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Themes without commentsI usually did as Dianakc said, just remove the
<?php comments_template(); ?>and it will have no comment thingy. You won’t break anything of your theme as long as you always backup. I usually rename my theme to themeOriginal, or something. If it’s broken, you still have the original. Besides, i also installed wordpress locally to modify themes.Forum: Fixing WordPress
In reply to: RSS full or summaryHey there,
It’s in Admin/Settings/Readings/For each article in a feed, show :
Tick summary or full text.Forum: Fixing WordPress
In reply to: Database back-up Plug-in…Hey working-together
I use WP-DB-Backup and Login lockdown.
Forum: Fixing WordPress
In reply to: Gravatar not showing up1. Enable showing gravatar in Admin/Settings/Discussion/show gravatar.
2. The user has to get their custom avatar by registering in gravatar.com.
your code is fine.Forum: Fixing WordPress
In reply to: activate commentsIs there any code like this:
<?php comments_template(); ?>
That code is to show your comment templateForum: Fixing WordPress
In reply to: Way to remove wp- prefix in ALL filesHi airlias,
I am not sure what you mean, do you mean you want to change wp database prefix with by default wp_? actually it’s easier to change it when you’re installing wordpress, by type in database prefix you want to use, example, wpdb1_
Forum: Fixing WordPress
In reply to: RSS problemHey sufin, I guess you have install plugin for chrome: https://chrome.google.com/extensions/detail/nlbjncdgjeocebhnmkbbbdekmmmcbfjd
Forum: Fixing WordPress
In reply to: my footer disappearedi would try changing the theme to default theme, will the footer still there? if not, disable plugins
Forum: Fixing WordPress
In reply to: Error 404 in pages creationIt looks fine now?
Forum: Fixing WordPress
In reply to: Role of usersHi,
I think if you give them as “Authors” as roles, yes you can.
They can see others’s post too, but can’t edit them.Forum: Fixing WordPress
In reply to: WordPress SecurityHey damnmoments,
This article might help: http://codex.wordpress.org/Hardening_WordPress
Forum: Fixing WordPress
In reply to: Reading settingsHey acw.
Is going to Admin/settings/readings and change it to static page not helping?
http://codex.wordpress.org/Template_Tags/wp_list_pages might help
Hey kmclafferty, if you use cPanel:
1. Go to Php MyAdmin
2. Select the name of the database, click it.
3. In the bottom of those bunch of the lists, you will find “check all”
4. In a little bit to the right you will find a drop down menu, that says” with selected” in this menu, choose “drop”
The database will be dropped.
Good luck!Forum: Fixing WordPress
In reply to: What happended to my wordpress installation?Hey waloshin,
Your site looked fine to me? i hope you’re not hacked.
Forum: Fixing WordPress
In reply to: Link WidgetNo 🙁 it’s not easy to have any ideas without seeing the link to your site, because there are tons of wordpress templates with many variety of widgets.