There is nothing strange about author pages being used for “just” users, because both are just users in WordPress. The difference is only in their capabilities.
It sounds like you have a quite specific child theme in place, with elaborate user–centric functionality. Unfortunately that limits your customization options to those provided by developers of child theme. WordPress doesn’t have child of a child themes.
Your likely options are:
- modify templates (and somehow track changes for updates)
- find appropriate hooks for output (or request upstream developers to create them)
- handle and inject your modifications completely with JS (you can get away without touching template, but might be insufficiently robust depending on your requirements)
Related Posts:
- Best collection of code for your 'functions.php' file [closed]
- How to delete all records from or empty a custom database table?
- What is right way to go about adding functionality to a published WordPress plugin?
- Get a button for in the Editor
- Using Vagrant for customizable WordPress Multi-sites [closed]
- Creating button next to “add media” that allows you to choose a single post
- WooCommerce create new product and add to cart on form submit
- Extending WC_Cart in woocommerce
- WordPress Plugin as ‘Library’ From Abstract Application?
- Having Multiple authors for the same WordPress Plugin
- Change destination author link
- Add custom meta box on Post page
- Don’t send notification if author comments his own post plugin help?
- Custom Widget Creating PHP Exception When Placed In Its Own PHP File
- How to set value/term of a Woocommerce attribute text field in admin panel?
- Image Crop/Resize Function/Code Sinppet/Plugin to adjust/crop images during upload
- WP get_permalink Return Wrong URL
- Why is this custom taxonomy showing in the database?
- WordPress Plugin development Call to undefined function jQuery()
- Conditional Display of Links in Widgets
- Created Widget Not Showing up on Admin Panel
- I need to add a custom “cover” to every new post — plugin or custom setup?
- MailChimp integration that allows users to select from multiple lists [closed]
- Recommendations for books/resource to get started with wordpress 3 development (plugins/themes) [closed]
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- Copyright messages for a particular set of pages
- Check if User exists in WordPress Multisite
- Override the filter from plugin in child theme
- Custom plugins/Manipulated plugins: Always a terrible idea to inherit these types of WP sites that discourage updates? [closed]
- wordpress.org codebase
- Can a plugin deactivate and delete itself once installed and activated?
- How to modify shortcode attributes with data from current post
- How to import my YouTube channel into WordPress?
- My Category is too big on the Menu what can i do?
- how to load the language file in plugin?
- How can I capture Memberpress user info after signup [closed]
- View Private Published Page with URL Code (no login required)
- JS Support Ticket – Auto create WP account
- Removing customise fields during plugin uninstallation
- How to Create a Custom Panel and Fields in Post Page [Plugin]
- Custom post type – no layout section of Document tab, and no author choice
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- Send reply with pre-prepared answers
- Best place for short bio,image and button [closed]
- Automatic Updates Individual Plugins Not Working
- How create Group Blogs based on user created Groups
- date/time-picker and file upload (image) fields for custom fields (e.g. with more fields)
- GeoMashup plugin: how to customize cluster markers / icons? [closed]
- Can I put in Github the code of a abandoned plugin I want to fork?
- Inserting custom PHP script on homepage
- Best practice for including plugin output in a template without using shortcode?
- Basic gallery plugin suggestion [closed]
- a weird attribute on every html tag
- How to change the wp_upload_dir() path in plugin
- Disable plugin only for one post
- Free paypal cart solution [closed]
- Which plugin can do horizontal scrolling of RSS feeds in WordPress [closed]
- I am trying to make a field show and save from quickedit screen
- Advanced WordPress plugin activation detection
- How to handle a WordPress blog with articles in different languages?
- Widget where it can make changes to the container
- how can authors to define custom pages?
- Call javascript functions from each page
- Can’t create new CPTs when menu hidden
- Gathering all Custom Post Type posts in to array/object the proper way
- Link Posts to External URL
- Multiple Post Thumbnails Plugin – Need help with code
- Custom Post Type, Custom Columns List
- How to prevent plugin, theme installation failures on WordPress?
- Check if theme supports sidebar
- WordPress search input in database, to edit information via form and update the database
- Adding category base to url in custom post giving 404?
- Post source link plugin – small modification
- Can we hide a certain user in WP?
- How Can I Increase Breadcrumb Position Count (Starting From 2)?
- Load my Inline js footer area
- Move plugin upload folder from mywebsite.com/wp-content/uploads/pdfuploads to mywebsite.com/pdfs?
- Woocommerce list variations that are added already to cart in Single Product
- Flexslider empty slide
- How to fix slow comment query?
- Share on social media created listing after submission
- Translation plugin with default language?
- Custom pages with plugin
- Displaying friend’s posts only
- Changing the body of mail sent to new user registration
- Which One Is Better For Managing Add Ons For Extensible Plugin?
- Multiselect value in wp_query
- Posts are deleted everyday at night
- I want to remove the register/login WordPress top bar from my website
- Change the behaviour of archive cpt category and single cpt by plugin, not by theme
- do_shortcodes() isn’t working
- WordPress Code Access to Restricted Content without Registration
- What can I do to customize a widget provided with this plugin? from where have I to start?
- WordPress: code structure
- Can anyone tell some online tuts for plugin development for beginner? [closed]
- How to pre-set WordPress settings for specific posts?
- Create Custom Coupon Type
- Is website for online game guides doable in WordPress? [closed]
- Using ACF to allow user to add and edit multiple saved forms
- How to get selected variation from URL?