This has been submitted today as a feature request at http://tracker.alkivia.org/view.php?id=212
Will be available on next version.
What do you mean will be available in the next version?
The instructions say that the ini file should do the trick, so I placed it in the wp-content directory and it is NOT working!
I hate that little stupid archive/RSS appendix, it ruins the layout of the blog.
Can you kindly give precise instructions on how to make it work?
And if it isn’t working now, why do you say that it does in the plugin instructions???
It works in current version.
You have not just to put the file on WP-Content, you have to set it up as any other ini file.
[sideposts]
disable-archives-link = On
Tested on all my sites and works with any problem.
I have added:
[sideposts]
disable-archives-link = On
to the alkivia.ini file and it is still showing the Archive and RSS image.
I’m using Sideposts 3.0.2 on WP 2.9.2. I’m assuming this might not work on 2.9.2. Any confirmation?
D M
(@eloquentbohemian)
If anyone is having problems with the removal of the Archive and RSS image, instead of using the alkivia.ini file, put this code into your Theme CSS…
.spli-archive{
display:none;
}
You don’t have to play around with the plugin and if you ever wish to turn it back on, just eliminate this CSS code.