silakka
Member
Posted 3 years ago #
Yes, I'm a new wordpress user and I'm lost with this plugin...
How to add someone as your Contact or a post as your favorite?
The plugin installs all right. No errors, extra menus appear and everything. Even the url examples in readme.txt are working, sort of.
I'm very keen to learn how this plugin works. It seems like it might be just the right plugin for my site.
Detective
Member
Posted 3 years ago #
Hi,
You have to use the following codes:
<?php aleph_the_taxonomy_link('author-contacts'); ?>
<?php aleph_the_taxonomy_link('author-favorites'); ?>
Those functions will print a link with a add/remove contact/favorite depending on the context. If you add them in single.php the visitor will be able to add the current post as favorite and its author as a contact.
silakka
Member
Posted 3 years ago #
@Detective
Thanks. It works as you said.
Actually I've got a lengthy question about your plugin and it's capabilities.
Could I contact you off the forum? Or could you drop me an email to silajarvi [at] gmail dot com?
Detective
Member
Posted 3 years ago #
You can contact me through detective at ficciones.cl.
Please mark your support question as resolved :)