{"id":61445,"date":"2024-02-13T07:30:53","date_gmt":"2024-02-13T12:30:53","guid":{"rendered":"https:\/\/memberpress.com\/docs\/adding-tabs-to-the-account-page\/"},"modified":"2025-10-28T07:33:23","modified_gmt":"2025-10-28T11:33:23","slug":"adding-tabs-to-the-account-page","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/","title":{"rendered":"A\u00f1adir pesta\u00f1as a la p\u00e1gina de cuenta"},"content":{"rendered":"\n<p class=\"wp-block-ht-blocks-messages wp-block-hb-message wp-block-hb-message--withicon is-style-info\"><strong>NOTE: <\/strong>We have an add-on for MemberPress <strong>Growth<\/strong> and <strong>Scale<\/strong> users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: <a href=\"https:\/\/memberpress.com\/docs\/installing-configuring-our-account-nav-tabs-add-on\/\" target=\"_blank\" rel=\"noopener\">Installing & Configuring our Account Nav Tabs Add-on<\/a><\/p>\n\n\n\n<p>For the code needed to accomplish this custom development, please see<br><a href=\"https:\/\/gist.github.com\/cartpauj\/26c89ee92965817eaa10\" target=\"_blank\" rel=\"noopener\">this gist<\/a> in GitHub.<\/p>\n\n\n\n<p>That code can be used as a plugin, or you can cut out the commented items at the top and paste the code somewhere else like a functions.php file, or\u00a0use the\u00a0<a href=\"https:\/\/wordpress.org\/plugins\/insert-headers-and-footers\/\">WPCode<\/a>\u00a0plugin (please check this article for details:\u00a0<a href=\"https:\/\/memberpress.com\/docs\/how-to-add-custom-code-snippets-in-wpcode\/\">How to add custom code snippets in WPCode<\/a>). Lines 22 and on can be deleted as well if you just want to link to another page.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Adding More than One Tab<\/h2>\n\n\n\n<p>You need to edit the following:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\"><span class=\"mepr-nav-item prem-support\">\n  <a href=\"\/account\/?action=premium-support\">Premium Support<\/a>\n<\/span><\/pre>\n\n\n\n<p>To something like:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\"><span class=\"mepr-nav-item prem-support <?php MeprAccountHelper::active_nav('premium-support'); ?>\">\n  <a href=\"\/account\/?action=premium-support\">Premium Support<\/a>\n<\/span>\n\n<span>\n  <a href=\"http:\/\/site.com\/feedback\/\">Provide Feedback<\/a>\n<\/span><\/pre>\n\n\n\n<p>Here is a finished\u00a0example with two new tabs. Tab 1 (Premium Support) keeps the user on the account page and shows them a <a href=\"https:\/\/wordpress.org\/plugins\/contact-form-7\/\" target=\"_blank\" rel=\"noopener\">Contact Form 7 form<\/a>. Tab 2 (Provide Feedback) redirects the user to a separate page on your site where they can provide feedback.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted has-background\" style=\"background-color:#f5f5f5\">function mepr_add_some_tabs($user) {\n  ?>\n    <span class=\"mepr-nav-item prem-support <?php MeprAccountHelper::active_nav('premium-support'); ?>\">\n      <!-- KEEPS THE USER ON THE ACCOUNT PAGE -->\n      <a href=\"\/account\/?action=premium-support\">Premium Support<\/a>\n    <\/span>\n\n    <span>\n      <!-- REDIRECTS THE USER TO A DIFFERENT PAGE ON THE SITE -->\n      <a href=\"http:\/\/site.com\/feedback\/\">Provide Feedback<\/a>\n    <\/span>\n  <?php\n}\nadd_action('mepr_account_nav', 'mepr_add_some_tabs');\n\nfunction mepr_add_tabs_content($action) {\n  \/\/Listens for the \"premium-support\" action on the account page, before rendering the contact form shortcode.\n  if($action == 'premium-support') {\n    echo do_shortcode('[contact-form-7 id=\"49034\" title=\"Premium Support Form\"]');\n  }\n}\nadd_action('mepr_account_nav_content', 'mepr_add_tabs_content');<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>For the code needed to accomplish this custom development, please seethis gist in GitHub. That code can be used as a plugin, or you can cut out the commented items at the top and paste the code somewhere else like a functions.php file, or\u00a0use the\u00a0WPCode\u00a0plugin (please check this article for details:\u00a0How to add custom code [\u2026]<\/p>\n","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1325,1397],"ht-kb-tag":[],"class_list":{"0":"post-61445","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-account","7":"ht_kb_category-account-customizations","8":"entry"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing &amp; Configuring our Account Nav Tabs Add-on For the code needed to accomplish\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Adding Tabs to the Account Page | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing &amp; Configuring our Account Nav Tabs Add-on For the code needed to accomplish\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T12:30:53+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-28T11:33:23+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Adding Tabs to the Account Page | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing &amp; Configuring our Account Nav Tabs Add-on For the code needed to accomplish\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#article\",\"name\":\"Adding Tabs to the Account Page | MemberPress\",\"headline\":\"Adding Tabs to the Account Page\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2024-02-13T07:30:53-05:00\",\"dateModified\":\"2025-10-28T07:33:23-04:00\",\"inLanguage\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#webpage\"},\"articleSection\":\"Account, Account Customizations\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/members-and-accounts\\\/#listItem\",\"name\":\"Members and Accounts\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/members-and-accounts\\\/#listItem\",\"position\":3,\"name\":\"Members and Accounts\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/members-and-accounts\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/account\\\/#listItem\",\"name\":\"Account\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/account\\\/#listItem\",\"position\":4,\"name\":\"Account\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/account\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#listItem\",\"name\":\"Adding Tabs to the Account Page\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/members-and-accounts\\\/#listItem\",\"name\":\"Members and Accounts\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#listItem\",\"position\":5,\"name\":\"Adding Tabs to the Account Page\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/account\\\/#listItem\",\"name\":\"Account\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775141118\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/\",\"name\":\"Adding Tabs to the Account Page | MemberPress\",\"description\":\"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing & Configuring our Account Nav Tabs Add-on For the code needed to accomplish\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/adding-tabs-to-the-account-page\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T07:30:53-05:00\",\"dateModified\":\"2025-10-28T07:33:23-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Adding Tabs to the Account Page | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"A\u00f1adir pesta\u00f1as a la p\u00e1gina de cuenta | MemberPress","description":"NOTA: Disponemos de un complemento para los usuarios de MemberPress Growth and Scale que se encarga autom\u00e1ticamente de crear pesta\u00f1as de navegaci\u00f3n personalizadas en la Cuenta sin necesidad de utilizar c\u00f3digo. Puede encontrar documentaci\u00f3n sobre c\u00f3mo instalar y configurar el complemento aqu\u00ed: Instalaci\u00f3n y configuraci\u00f3n de nuestro complemento de pesta\u00f1as de navegaci\u00f3n de la cuenta Para el c\u00f3digo necesario para lograr","canonical_url":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#article","name":"Adding Tabs to the Account Page | MemberPress","headline":"Adding Tabs to the Account Page","author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2024-02-13T07:30:53-05:00","dateModified":"2025-10-28T07:33:23-04:00","inLanguage":"es-ES","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#webpage"},"articleSection":"Account, Account Customizations"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/general\/#listItem","position":2,"name":"General","item":"https:\/\/memberpress.com\/es\/doc-categories\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/members-and-accounts\/#listItem","name":"Members and Accounts"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/members-and-accounts\/#listItem","position":3,"name":"Members and Accounts","item":"https:\/\/memberpress.com\/es\/doc-categories\/members-and-accounts\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/account\/#listItem","name":"Account"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/account\/#listItem","position":4,"name":"Account","item":"https:\/\/memberpress.com\/es\/doc-categories\/account\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#listItem","name":"Adding Tabs to the Account Page"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/members-and-accounts\/#listItem","name":"Members and Accounts"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#listItem","position":5,"name":"Adding Tabs to the Account Page","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/account\/#listItem","name":"Account"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/es\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775141118"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#webpage","url":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/","name":"Adding Tabs to the Account Page | MemberPress","description":"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing & Configuring our Account Nav Tabs Add-on For the code needed to accomplish","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/memberpress.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T07:30:53-05:00","dateModified":"2025-10-28T07:33:23-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/es\/#website","url":"https:\/\/memberpress.com\/es\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"es-ES","publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"MemberPress","og:type":"article","og:title":"Adding Tabs to the Account Page | MemberPress","og:description":"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing &amp; Configuring our Account Nav Tabs Add-on For the code needed to accomplish","og:url":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T12:30:53+00:00","article:modified_time":"2025-10-28T11:33:23+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"Adding Tabs to the Account Page | MemberPress","twitter:description":"NOTE: We have an add-on for MemberPress Growth and Scale users that automatically handles creating custom navigation tabs on the Account without the use of code. Documentation on how the add-on can be set up and configured can be found here: Installing &amp; Configuring our Account Nav Tabs Add-on For the code needed to accomplish","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"61445","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2025-10-28 11:45:30","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2024-02-13 12:30:53","updated":"2026-03-03 14:53:49"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/general\/\" title=\"General\">General<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/members-and-accounts\/\" title=\"Members and Accounts\">Members and Accounts<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/account\/\" title=\"Account\">Account<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tAdding Tabs to the Account Page\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/es"},{"label":"General","link":"https:\/\/memberpress.com\/es\/doc-categories\/general\/"},{"label":"Members and Accounts","link":"https:\/\/memberpress.com\/es\/doc-categories\/members-and-accounts\/"},{"label":"Account","link":"https:\/\/memberpress.com\/es\/doc-categories\/account\/"},{"label":"Adding Tabs to the Account Page","link":"https:\/\/memberpress.com\/es\/docs\/adding-tabs-to-the-account-page\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/61445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/comments?post=61445"}],"version-history":[{"count":2,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/61445\/revisions"}],"predecessor-version":[{"id":75743,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/61445\/revisions\/75743"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/media?parent=61445"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=61445"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=61445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}