Title: Aky's Replies | WordPress.org

---

# Aky

  [  ](https://wordpress.org/support/users/akyjoe/)

 *   [Profile](https://wordpress.org/support/users/akyjoe/)
 *   [Topics Started](https://wordpress.org/support/users/akyjoe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/akyjoe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/akyjoe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/akyjoe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/akyjoe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/akyjoe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing the call to wp_head() in mt Genesis Scribble theme](https://wordpress.org/support/topic/missing-the-call-to-wp_head-in-mt-genesis-scribble-theme/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/missing-the-call-to-wp_head-in-mt-genesis-scribble-theme/#post-3000513)
 * Why don’t you include <?php wp_head(); ?> to your “header.php” right before </
   head> either in header.php by hacking the core or using Simple Hooks.
 * If the above one doesn’t work, then try either by switching over to a new plugin
   or a new theme.
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [multiple choice tag or category plugin?](https://wordpress.org/support/topic/multiple-choice-tag-or-category-plugin/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/multiple-choice-tag-or-category-plugin/#post-2998665)
 * **[@ramedia](https://wordpress.org/support/users/ramedia/)**
 * Well to show Taxonomies (Tags, Categories or Custom Taxonomy) can be listed using
   this loop below:
 *     ```
       <?php	$terms = get_terms('post_tag');
               echo '<ul>';
               foreach ($terms as $term) {
                  $term_meta = get_option( 'taxonomy_' . $term->term_id . '_metas');
                  echo '<li><a href="'.get_term_link($term->slug, 'post_tag').'">'.$term->name.'</a></li>';
       }
       ```
   
 * This is not a complete snippet for your requirement, which I don’t think is feasible
   without Ajax or jQuery, but you can always try. 😉
 * Cheers!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Users Registration](https://wordpress.org/support/topic/users-registration-1/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/users-registration-1/#post-2998250)
 * It must be happening because of a plugin misconfiguration or a core theme function,
   which is in relevance with user registration. Could be any of those as well:
    - Buddypress Plugin
    - Register Plus Plugin
    - S2Membership Plugin
    - Buddpress Theme template
    - If none of these then you can mention the list of plugin here, as reply.
 * **Common Resolutions:**
    - Deactivate plugins individually in order to catch the faulty plugin.
    - Switch to default Twenty Eleven Theme and try your luck.
    - Get a pizza slice and reinstall your WordPress again from scratch.
 * Peace!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site down. Deaperate. need help now!](https://wordpress.org/support/topic/site-down-deaperate-need-help-now/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/site-down-deaperate-need-help-now/#post-2998664)
 * @Ealdyrc:
 * Php files are executed by server and transformed into HTML format, you will never
   be able to extract the php code like that. Like you said, you have the correct
   version of PHP code saved in a text file, simply rename that file from **.txt
   to .php** and upload it via FTP.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] [Plugin: Polylang] Second Navigation Menu Not Showing Up](https://wordpress.org/support/topic/plugin-polylang-second-navigation-menu-not-showing-up/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-polylang-second-navigation-menu-not-showing-up/#post-2687984)
 * [@gordon](https://wordpress.org/support/users/gordon/):
 * You got to Hack in core of the WP-Theme…
    **[Here it goes]**
    1. Register a WordPress menu in functions.php
    2. Find the loaction of current menu, most probably it would be in header.php
    3. Make sure you wrap the menu in appropriate, div containers and classes, to grab
       Theme’s default styling.
    4. Save everything, take a breather.
 * For reference you can check out this: [Multiple Navigation Menu explained for WordPress.](http://www.thecreatology.com/multiple-navigation-menus-using-wordpress-menu-3-0-with-thesis-theme.html)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 3.4 – Image align problem](https://wordpress.org/support/topic/wordpress-34-image-align-problem/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/wordpress-34-image-align-problem/page/2/#post-2814739)
 * [@gallardomark](https://wordpress.org/support/users/gallardomark/) You can either
   go with [@happinessplunge](https://wordpress.org/support/users/happinessplunge/)
   or may be wait for Next Version of Thesis 1.8.5 to be released next week. To 
   overcome this issue, check out my article [here](http://www.thecreatology.com/image-caption-box-alignment-problem-after-wordpress-3-4-update.html)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 3.4 – Image align problem](https://wordpress.org/support/topic/wordpress-34-image-align-problem/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/wordpress-34-image-align-problem/page/2/#post-2814731)
 * This is what WordPress 3.4 Codex Says…
 * >  caption text + html[/caption]; that way HTML tags in captions are better supported
   > and the shortcode wouldn’t break when using the wrong quotes
 * I think, all Custom WordPress Themes and Frameworks needs an update to fully 
   support support WP 3.4.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Captions Not Working With Alignment in 3.4](https://wordpress.org/support/topic/captions-not-working-with-alignment-in-34/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/captions-not-working-with-alignment-in-34/#post-2817015)
 * Which Theme are you using ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] [Plugin: Polylang] Second Navigation Menu Not Showing Up](https://wordpress.org/support/topic/plugin-polylang-second-navigation-menu-not-showing-up/)
 *  [Aky](https://wordpress.org/support/users/akyjoe/)
 * (@akyjoe)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-polylang-second-navigation-menu-not-showing-up/#post-2687891)
 * Did you check the **Theme Location for Second Navigation** Menu in the theme 
   itself ?

Viewing 9 replies - 1 through 9 (of 9 total)