Title: dodi hidayatullah's Replies | WordPress.org

---

# dodi hidayatullah

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change header title](https://wordpress.org/support/topic/change-header-title-1/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-header-title-1/#post-4579927)
 * if you use twentyfourteen
 * the header like this :
 * `<title><?php wp_title( '|', true, 'right' ); ?></title>`
 * hope this help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Redirect index page to another web page](https://wordpress.org/support/topic/redirect-index-page-to-another-web-page/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/redirect-index-page-to-another-web-page/#post-4583075)
 * do you mean
    you have example.com and want move to example.com/blog??
 * if that maybe you can try go to setting menu > WordPress Address (URL)/ Site 
   Address (URL) to change the path.. and after that move your main wp to blog..
 * hope this help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't Install Latest Upgrade for Word Press](https://wordpress.org/support/topic/cant-install-latest-upgrade-for-word-press/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/cant-install-latest-upgrade-for-word-press/#post-4582635)
 * or try this :
 * write in wp-config.php file following code
    define(“WP_MEMORY_LIMIT”, 128);
 * One more thing that when you updare the php.ini file then need to restart the
   server(apache or IIS); After that you will get updating settings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't Install Latest Upgrade for Word Press](https://wordpress.org/support/topic/cant-install-latest-upgrade-for-word-press/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/cant-install-latest-upgrade-for-word-press/#post-4582633)
 * hi i think you have problem with memory limit.
 * please cek detail in here [http://wordpress.org/support/topic/php-memory-limit-not-updated](http://wordpress.org/support/topic/php-memory-limit-not-updated)
 * hope this help 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Blank screen during 2. step of installation](https://wordpress.org/support/topic/blank-screen-during-2-step-of-installation/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/blank-screen-during-2-step-of-installation/#post-4583071)
 * are u use cpanel?? on your hosting?? you can try install with fantastico installer
   in cpanel. if dont
 * you can try upload via ftp, and access your site. the wizard will guide you to
   setup WP and input database to wp config..
 * hope this help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to show Titles only in first page and catalog pages?](https://wordpress.org/support/topic/how-to-show-titles-only-in-first-page-and-catalog-pages/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-show-titles-only-in-first-page-and-catalog-pages/#post-4578373)
 * if you mean you just want show the title only in first latest post..
 * you can use css for hide other title header post, just add this code in style.
   css in appereance > editor
 *     ```
       #content article header {
            display:none;
       }
       #content article:first-child header {
            display:block;
       }
       ```
   
 * hope this help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Facebook Description/Title Not Populating?](https://wordpress.org/support/topic/facebook-descriptiontitle-not-populating/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/facebook-descriptiontitle-not-populating/#post-4582546)
 * hi you can check with this link :
 * [https://developers.facebook.com/tools/debug/](https://developers.facebook.com/tools/debug/)
 * to found error facebook share description
 * hope this help 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Can't install wordpress](https://wordpress.org/support/topic/cant-install-wordpress-15/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/cant-install-wordpress-15/#post-4580946)
 * if your hosting use cpanel, u can use fantastico installer for the easy why installation.
   you can ask hosting provider if you dont know about cpanel…
 * hope this help 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Use old WordPress Installation?](https://wordpress.org/support/topic/use-old-wordpress-installation/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/use-old-wordpress-installation/#post-4580945)
 * if you have all files old WP & database on local computer, why not test on localhost
   before upload.. if everythink look greate, after that you can use [http://wordpress.org/plugins/duplicator/](http://wordpress.org/plugins/duplicator/)
   and upload your old wp.
 * hope this help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youtube Channel Gallery] Fatal error: Line 557](https://wordpress.org/support/topic/fatal-error-line-557/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-line-557/#post-4196102)
 * maybe the issue in timeout, add this script on plugins youtube-channel-gallery.
   php:
 *     ```
       function wpdocs_extend_http_response_timeout( $timeout ) {
       	return 30; // seconds default wordpress is 5
       }
       add_filter( 'http_response_timeout', 'wpdocs_http_response_timeout' );
       ```
   
 * this is work for me
    hope this help…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Instagram] Fatal error: Cannot use object of type WP_Error as array](https://wordpress.org/support/topic/fatal-error-cannot-use-object-of-type-wp_error-as-array-4/)
 *  [dodi hidayatullah](https://wordpress.org/support/users/ikhwancyber/)
 * (@ikhwancyber)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/fatal-error-cannot-use-object-of-type-wp_error-as-array-4/#post-3580958)
 * maybe the issue in timeout, add this script on plugins :
 *     ```
       function wpdocs_extend_http_response_timeout( $timeout ) {
       	return 30; // seconds default wordpress is 5
       }
       add_filter( 'http_response_timeout', 'wpdocs_http_response_timeout' );
       ```
   
 * hope this help…

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