vens007
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: post author pageAs I understand it, you need to go to the plugins in the console, then edit the plugin and paste this text:
<?php /* Plugin Name: Author Button Description: Creates a link to the current logged in author's page Version: 1.0 */ function add_author_button_tug1sf8(){ if (is_user_logged_in()){ $userData = wp_get_current_user(); $authorLink = ''; $authorNiceName = $userData->display_name; $authorURL = get_author_posts_url($userData->ID); $authorLink .= '<a href="'.$authorURL.'">'.$authorNiceName.'</a>'; return $authorLink; } } add_shortcode('authorButton', 'add_author_button_tug1sf8'); ?>
Forum: Fixing WordPress
In reply to: post author pagePlease, could you specify where to register it? It’s clear with the shortcode, but here’s what the plugin means. In my understanding, a plugin is an elementor and so on. I beg you, tell me step by step, if possible. I understand that I’m tired of stupid questions, but I can’t figure it out. I hope very much for your help..
Forum: Fixing WordPress
In reply to: post author pagedear man, thank you! do not take it for impudence, but where to insert it?) I will be very grateful!
I beg your pardon, my mistake, I will not do this again. but I would like to get answers to questions, I really hope for help ..
In general, I plan to make it so that the author can create one single entry and when entering his personal account, on his personal profile page, this entry was immediately visible in full expanded form, or, if this is not possible, the title of this entry. and other information such as comments, number of comments, posting date, profile photo and settings icon at the top right were not visible. In other words, I want the author to be able to create his personal account the way he wants using the elementor constructor. This option is possible only through the creation of a record, since only in this case the user’s page will display that individual information, blocks and widgets that each author (he is also a user) built and created for himself.
Thanks for your reply! Sorry, I’m not a professional, understand me correctly, could you tell me what exactly I need to delete and edit in order to remove from the profile what I marked in red in the screenshot. I really hope for your understanding and help! Of course, I have positive comments and ratings on the page of this plugin in WordPress.
Forum: Themes and Templates
In reply to: [OceanWP] Vertical menu dropdown stylesVery sorry ?? But thanks anyway!
Forum: Themes and Templates
In reply to: [OceanWP] Vertical menu scroll barIssue resolved
Forum: Themes and Templates
In reply to: [OceanWP] Vertical menu scroll barThank!