Seems no body has solution!
Well, I find out the solution by myself, I hope it will help some day somebody!
First of all you have to install wordpress plugin “Unlimited Contact Info” it will help you to add additional fields under user profile “contact info” after that add following code inside loop-single.php and author.php:
<?php if(get_the_author_meta('user_url')!='') { ?>
<a href="https://wordpress.stackexchange.com/questions/33758/<?php the_author_meta("user_url'); ?>" target="_blank">Website</a>
<?php } ?>
Note: For each field to show you have to repeat above code.
The above mentioned solution is to show additional contact info / social network IDs (linked to their pages) for author of the post and link will be open in new window.
Related Posts:
- get all posts from a custom post type
- Custom taxonomy not showing up when adding a new custom post type
- Including Custom Post Types in “Recent Posts” Widget
- query multiple taxonomies
- WP cron: when to schedule a 1-time event
- Pre get posts for single post
- Custom Posttype Inheritance (and url structure)
- How to get custom metabox image field?
- Custom Post Types – Capability Type
- Create an archive page for custom taxonomies
- Rewrite permalinks for custom posttype and custom taxonomy
- How to check if last uri segment is a custom post type or taxonomy term?
- Pass parameter to custom post type single while keeping clean url
- Pagination Doesn’t Work
- filter search result with custom post type meta key
- Cleanest way to code “Custom Write Panels/Meta Boxes”?
- Adding a date archive to Custom Post Type
- Automatic category for a Custom Post Type
- Add an A-Z menu at the top of A-Z listing code
- Automatically check “Allow comments” for custom post type [duplicate]
- Trying to manage templates on a blog with lots of custom taxonomies
- How to register custom post types in a plugin?
- Get the post children count of a post
- Link images to post permalink – custom post types
- Having trouble with custom date field for CPT query (WordPress)
- Separate Posts and Custom Post Type in Custom Taxonomy archive template
- Need functionality with all post list available at edit.php
- Add custom capabilities to existing custom post type
- Use get_post_types to query only custom posts types
- Rewrite WordPress URL to show CPT meta field data
- Set menu active state for custom posttype and category, given custom taxonomy term
- How to duplicate fields in custom post types?
- Custom Post Type Tag Capabilities Not Working
- Custom post type structure for posts with multiple child posts
- add category name to permalinks on product page /category-name/product-name
- create parent post using wp_insert_post
- Exclude pages in archives results
- Hide parent categories when clicked, and show it’s childs
- Get unique superset of taxonomy terms from a list of custom posts in another hierarchical taxonomy
- current post index within content.php
- Multiple (two) category postings on the same page.
- Admin Column does not populate with data
- “Submit for review” for updates on existing posts
- Auto Complete Search
- Can multiple authors be assigned on a single custom post?
- How to display custom post in archive section of the wordpress page?
- Not getting posts of custom post types
- Custom post type pages return 404 page?
- Send a conditional email notification when a custom field value changes in Post Type
- Check for a specific taxonomy of a custom post type
- Add custom CSS class to custom post type
- Dynamic bootstrap tabs with post_title doesn’t display the_content
- Custom taxonomy page returns 404
- portfolio custom type tags support
- Why does wp_update_post causes white screen?
- Targeting custom post type via functions.php doesn’t work
- Custom post type suddenly stoped working after WordPress 5 update
- Custom post type to lead to single post type instead of shortcode modal
- Filter posts of custom post type by meta key in (List All Section)
- is_main_query() never called on WP 4.4
- Change post type depending on shortcode
- Set Default Option Value as Blank for Meta Box
- Query Posts, order by meta value
- Custom post type meta box empty after save
- How to add a class to meta boxes (to customize them in CSS)?
- custom post types missing ADD NEW
- Custom post type menu button color
- adding page types in menu
- wp3 custom post types rss
- Drop down list with posts within the “add new” page
- Custom taxonomy not saving correctly
- How does one go about converting custom post type to post format?
- How to display magic field’s custom write panel in wordpress theme?
- Admin slow on Postlist (over 30k Posts in Database)
- How can i show ACF in post excerpts
- Custom post type category link redirecting to 404 page
- Is it possible to hide nav menu items only when they are page titles (on specific templates) but not on the dashboard?
- Post category behave like a Post in back office menu
- Getting a Post ID to show its content in a Popup
- How to output custom post type title on custom page with category next to it?
- Disable Sidebar on certain pages
- Posts show up under “published” but not “all”
- Values show up in custom home page but not in custom post pages
- Single Page of Custom Post Type Not Showing the Content Of post
- Organising custom taxonomies and custom post types
- “Trash”, “Draft” and count not showing for custom post type in admin panel
- Multiple loops for custom post type to spread data across rows
- Generate slug and meta data if meta field is empty
- Redirect Custom Post Type after user submits update
- Custom Post Type Tags Showing Under Regular Post Tags
- Taxonomy and Rewrite Structure
- Pagination for a Custom Taxonomy
- Trying to create hierarchy between 3-4 custom post types
- How do I sort post listing by child post count?
- Searching for a single custom post type, buddypress
- Problem retrieving custom field for a custom post type
- Only One Post of Custom Post Type Appearing on Template Page
- Remove custom meta boxes from custom post type
- Why isn’t page attributes dropdown not showing up in a custom post type
- Query order by a numeric ACF field