fbpx
  1. Home
  2. Seeko
  3. Developer

Chapter: Developer

Snippets, actions, filters, examples of changing theme using code

Hide Admin Users from the Members Directory

For any theme using buddy press you will realize it has a members directory page. As an admin user you can hide your profile from other members in the seeko theme. The Seeko theme is normally bundled with one already customizable child theme.you can simply edit the funtions.php file to add the code below or else,  If you’re using this […]

Error 404 – Page not found

An Error 404 is generated when the browser is unable to find a page, image, video etc. It’s not unusual to see an Error 404 in WordPress and the most common cause is updating a custom post type or taxonomy, this can occur when updating a plugin. Resolving Error 404 Go to WP Admin > Settings > Permalinks and re-save […]

Troubleshooting an issue

Overview You may encounter various issues when building your site. This is especially true as you add more functionality from plugins and custom code. You can follow the below steps to isolate the issue you’re facing and potentially remedy the situation. For each of the steps below you will need to pure your browsers cache. This can be achieved in […]

How to add a Populated Country List XPROFILE

Hello everyone, this topic is for those who want to have an already populated country list to user xprofile fields instead of adding one by one. Just edit the child theme file “functions.php” and paste the following code: /* If you are using BP 2.1+, this will insert a Country selectbox. Add the function to bp-custom.php and then visit …/wp-admin/users.php?page=bp-profile-setup […]