nathandiehl
Forum Replies Created
-
For others experiencing the issue, rolling back to v. 1.0.9 seems to resolve the issue with no ill effects.
+1 on this. I am experiencing the same thing.
When the plugin is active, my sidebar disappears. When I disable, the sidebar reappears.
Forum: Installing WordPress
In reply to: Posts listI’m sorry, I was not clear in my previous post. My bad.
Please remove the code you inserted previously.
Then, find and remove this code in your template:<li> <h2><?php _e('Latest Posts'); ?></h2> <ul><?php wp_get_archives("type=postbypost&limit=6")?></ul> </li>
That should do it for you!
Good Luck!Forum: Plugins
In reply to: Simple email address submit?deivid,
Could you just use a contact form to ask the user to submit an Email address to you?If this isn’t what you’re looking for, what do you mean by ‘I get their email address’? How do you want to ‘get it’?
Good luck!
Forum: Installing WordPress
In reply to: Posts listAre you running a plugin to show this? It’s possible all you would need to do is de-activate the plugin.
There are two possibilities:
1. If you are using widgets:
Presentation–>Widgets
Drag the latest posts box from the top (Sidebar) to the bottom (available widgets). This will remove it from showing up.2. If you are NOT using widgets (this isn’t as simple):
Presentation–>Theme Editor
Choose Sidebar
You’ll need to find code which calls the latest posts. it could be something like this: https://www.vindictivebastard.net/downloads/last-10-posts.txtGood Luck!
Forum: Everything else WordPress
In reply to: Strange comment posted with SQL inThat’s certainly spam.
Are you using Akismet Spam filter? I’m interested if this got by Akismet.
Forum: Installing WordPress
In reply to: Posts listAre you trying to remove the whole ‘latest posts’ list? Or to still show the list and remove them as linkable?