Is it possible to add buddypress profile menu in primary menu of the wordpress them. If is possible please guide me how can I do this. I also want to remove counts in primary menu only.
Thanks
Yes, it's possible.
Here is an appropriate page in BuddyPress codex: https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/
Below is a small excerpt from that page:
Links include: Sitewide Activity, Members Directory, Groups Directory, and/or Blogs Directory (multisite only).
Navigate to Appearance > Menus.
Create a new menu.
Under the “Pages” section, select the links to the BuddyPress pages.
Click on the “Add to Menu” button.
Arrange the menu links as you like it.
Click on “Save the Menu” button.
Go to the “Manage Locations” tab and assign this menu to a theme menu location.
Click save and refresh your site to see your new custom menu in place.
You can also add links specific to the Logged-in Member only (all profile links).
Related
Hi I would like to add a link through the WordPress menus to goto a Buddypress Profile tab and to its secondary menu for the logged in user.
Example link would be like site/members/{usernamehere}/my-profile-menu/test/
Following another guide online I was able to add the my-profile-menu part but would like to add its child links to the tabs into the main wordpress menu.
https://codex.buddypress.org/getting-started/buddypress-links-in-wordpress-menus/#add-menu-links-specific-to-the-logged-in-member
You can create dynamic BuddyPress profile links for the logged-in user by using 'me' as the user name.
Example: .../members/me/my-profile-menu/test/
This is a question about a One Page website (WordPress theme: OnePress). The page has different sections. We also added a blog. When we are on the homepage and we click a section in the menu, the URL stays www.mypage.com. When we are on the blog page, and we click on 'Home' for example in the primary menu, the URL in the browser becomes www.webovo.nl/#hero. When we press a different section, the link doesn't change. It stays www.webovo.nl/#hero.Our menu consists of all the sections, so www.webovo.nl/#about for example.
What can we do about it? We want the URL to be www.webovo.nl when u go from the blog back to the homepage. It isn't possible to change the link to www.webovo.nl because we want the link in the menu to go to a specific section, but we don't want the www.webovo.nl/#hero to stay as the URL for the whole user session.
u can see the problem by going to webovo.nl/blog, press contact and then press a different menu link. The #contact stays in the URL.
Rick
You can change the Home link to say http://www.webovo.nl/ instead of #hero. The link locations should be editable in the admin > Appearance > Menus, or where your custom theme settings are.
I am making my first steps learning to code, so I am building a Wordpress theme to make some experiments and see how everything works from the practice.
I installed wordpress locally and I a made a Child Theme. Now to start designing my new theme I started watching how the wordpress structure works and there is something that I don't understand:
I am making my portfolio, and I have some sections (Paintings, Films and Photography). And each section has a subcategory.
It means that each section is a page and each subcategory is a post? Or each section is a page and each category is a page too?
You can add your subcategories as subpages for to other pages. To do so, follow these steps:
Go to Administration > Pages > Add New panel.
In the right menu, click the "Page Parent" drop-down menu.
The drop-down menu contains a list of all the Pages already created for your site.
Select the appropriate parent Page from the drop-down menu to make the current Page a child Page.
Add content to the subpage.
Click Publish when ready.
More information on pages here: https://codex.wordpress.org/Pages
Is it possible to navigate on the same page with wordpress menus ?
lets say i have only one very long wordpress post and want to navigate on the same page by clicking the wordpress menus ?
You need to use "id" attribute for the element you want to navigate to and bookmark links in the menu. See here HTML Links
I have a Wordpress theme which has been designed, however, the links are wrong at the top
For example:
About Us should go to here
Furniture should go to here
The link to the blog is here
I have already tried adjusting the position, and the width of each menu item, but to no avail.
In Wordpress Admin console there is the option Appearance>Menu. Create a new menu, add the items you want (you can add pages you made, create custom items with links to other pages, etc), save the menu. Now go to Appeareance>Themes>Customize current theme and change the navigation path.