I can see
$topselected= get_the_author_meta( 'user_top', $user->ID ); ,
here you are using “user_top” as the meta_key but while updating you are using “user_chapter”
update_usermeta( $user_id, 'user_chapters', $_POST['user_chapters'] );
Whatever name you are providing in <select name="user_top" id="user_top">, should be used in $_POST['']
So here you are using “user_top” as your select name, so it will be $_POST['user_top']
Related Posts:
- WordPress Shortcode and Dynamic CSS
- Nice scroll to wordpress
- Multiple pages on one with different HTML
- Want to create Child theme, but already edited Parent theme css files and some php files
- Minify HTML, CSS, JS with PHPWee?
- How to display a value from a radio button in the options menu in wordpress
- How should I best target dynamically served content?
- Shortcode content output but not in correct place
- An unwanted inline style is added to my body tag
- Show post in slider
- How can I hide Home in my menu in a specific page?
- Missing sidebar parameter “fix” – before_content
- How Display Posts on category
- Transferring working local PHP site to wordpress – with database (MySQL)
- how to remove metadata from the posts of my blog?
- Where in PHP do I move title and meta (date) to bottom of each blog section?
- Customize position of social icons in upme plugin [closed]
- Different post styles depending on category
- How create a Shortcode with hover and complex options
- WordPress Multiple Navigation bars
- Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )
- How do I add a custom css to all posts without affecting homepage css? [closed]
- proper way to add css using functions.php?
- Wrapping a Sidebar within
- Add Codepen animation as Preloader to WordPress
- Where can I find the inline-css of my theme header?
- Menu Custom Data Attributes
- Highlight the links without using dropdown
- wordpress site – using custom database and PHP
- Website completely messes up when logging out
- Need help removing […] after excerpt
- Link to page with posts of specific type
- Wrap title and excerpt in a div (latest posts block)
- Displaying images outside the content
- How to put search bar & logo in the “primary navigation” storefront theme?
- how to changes mobile menu toggle breakpoint in WordPress
- Background image no longer fits to screen now that project is in php files
- Add other class content with reference class value
- PHP function for horizontal Woocommerce thumbnails and badges
- I can’t go to the page archive-{post_type}.php
- How to use data URL in WordPress?
- dynamic php menu with hidden sub-categories only showing when the category name is clicked
- Help me I cannot link my font-awesome to my WordPress Theme. I have my font-awesome folder already in my project
- Drop down question
- WP Website is shown in HTML
- Can’t display anything through homepage text editor
- How to find and delete a menu item in php?
- The style.php file inside theme-engine folder has other content on FTP
- WordPress Slider is not working
- How to display post meta bellow every posts
- how to add functions to my function.php using a child theme?
- Make a full-width wordpress page
- Target a specific container to style on WordPress storefront theme
- How to include different html tags in the header for different pages?
- How to add Open/Close Toggle button into Twenty Fifteen theme for hiding left sidebar?
- Font-Family does not looks like how it should be [closed]
- Custom Theme, Editor won’t wrap text (i.e. change width)
- Where to find the html for WordPress site? [closed]
- Show contact 7 form in popup
- WordPress – Image href for home menu nav not working
- How Can I Center the Logo in the Navigation Menu? [closed]
- featured post as div background
- Trying to customize wordpress drop down categories
- Gallery requires a featured image but does not show it in posts/pages
- Cant get theme to change footer color through theme customizer
- How to customize posts in WordPress by using HTML and CSS?
- How to create and add js and css file when server is not on my PC?
- WP_Query not returning results
- Predefine Magazine Style Layouts
- Header location [closed]
- How do I link the side images?
- Parse error: syntax error, unexpected ‘}’ in
- Sorting Problem
- How to create a container in php then customise it in CSS
- Custom HTML/CSS Theme into WordPress – SEO considerations
- ‘This Field is Required.’ is Not Displaying on CF7 [closed]
- Using Featured Image as Hero Background in Word Press
- Font Awesome Icons as squares [closed]
- How to create different templates for woocommerce single-product.php?
- Editing stylehseet url in head section of WordPress
- How can we upload custom page files?
- Separate WordPress themes for each category page
- How can I remove “Proudly powered by WordPress” from twentyeleven without modifying footer.php?
- How to properly insert a link to a template in WordPress?
- Custom Theme’s “Preview Changes” Doesn’t Work for Previously Published Posts
- What does this mean in wordpress? Easy question
- WordPress wp-admin redirect and exception
- Use $wpdb or other PHP script method to find/replace in WP database
- Override index with a custom PHP page
- mySQL queries are executed twice on wordpress website
- Is there a (offical) way for a theme to deactivate itself and show a message in admin?
- Dynamically switch file in get_template_directory_uri() | Function [closed]
- Use CSS tag inside PHP code
- How do I disable cache for a certain page?
- Allowing HTML elements in title widgets spacing problem
- How do you change the tag font size in the repeater-template.php [closed]
- PHP tag in post content makes wordpress go crazy
- How to remove image on single product and get product to span page?
- widget: input the px value from user and use it as inline style in widget function
- Load wp_editor on button click