Only 1 author ID

Posted in: Newspaper
Post count: 6

With several short-code plugins I tried to display a custom field that I created for user profiles.
It does display the field but only from the same id (ID.1 which is my admin ID).

This is the PHP code within the shortcode: <?php echo get_the_author_meta(‘gallery’); ?>

I received a response from your support that I should try a different short-code plugin but all give the same result.
I use a cloud template. Would it be possible to pay you to fix this for me as I am already spending days to find a solution.

The goal is to show a gallery on each author page.
Please let me know if you can help me.

Thanks Peter

Post count: 6

I also tried to edit the tdb_author_description.php file.

Added:

$author_id = get_the_author_meta(‘ID’);
echo get_the_author_meta(‘gallery’);

It does display the field but again always from the same User ID.
Please tell me what PHP code I should use to get the results from different users (the active author).

Post count: 35449

Hi,

Please make a test and try with a standard post template, not a cloud and check the results.
If you want that one of our developers to make that plugin to work with our theme, you can make a request here -> https://tagdiv.com/premium-customization-services/

Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.