Title: handcoded's Replies | WordPress.org

---

# handcoded

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Different layout for most recent post](https://wordpress.org/support/topic/different-layout-for-most-recent-post/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/different-layout-for-most-recent-post/#post-6382655)
 * Found some code online that helped me out.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Break page content apart](https://wordpress.org/support/topic/break-page-content-apart/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/break-page-content-apart/#post-6291384)
 * That was kind of my thinking.
 * What I have opted for is to add some PHP to a custom template that checks for
   the page slug and if a match is found echo’s the shortcode for the slider.
 *     ```
       if (is_front_page()); {
       	echo do_shortcode("[metaslider id=44]");
       }
   
       if (is_page( 'governors' )); {
       	echo do_shortcode("[metaslider id=161]");
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Team Manager] number of columns](https://wordpress.org/support/topic/number-of-columns-3/)
 *  [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/number-of-columns-3/#post-5692014)
 * Hi
 * I’m using version 2.4.1 and could really do with an update from you that would
   allow me to set the number of columns.
    I’ve had a quick play with shortcodes.
   php to try and bootstrap it but it failed miserably.
 * Are you any closer to an update? I may have to hunt for an alternative plug-in
   if I can’t remedy this problem which would be a shame as it does everything else
   so well.
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress database error: [Duplicate entry '102888' for key 'PRIMARY']](https://wordpress.org/support/topic/wordpress-database-error-duplicate-entry-102888-for-key-primary/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/wordpress-database-error-duplicate-entry-102888-for-key-primary/#post-6246121)
 * Thanks very much.
 * I renamed the plug-ins folder which took care of most of the errors then exported
   the wp_options table, dropped it and re-imported.
 * The website is now error free and I can login to the dashboard.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add pagination to page templates](https://wordpress.org/support/topic/add-pagination-to-page-templates/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/add-pagination-to-page-templates/#post-2980974)
 * Thanks
 * I’ll give that a try
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add pagination to page templates](https://wordpress.org/support/topic/add-pagination-to-page-templates/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/add-pagination-to-page-templates/#post-2980969)
 * Sorry I am not making myself very clear.
 * Basic page numbers would be fine.
 * The website address is just the websites temporary location until it is ready
   to go live and can be moved to the root directory. I put a link just encase you
   wanted to take a look at it.
 * regards,
    Richard
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Add pagination to page templates](https://wordpress.org/support/topic/add-pagination-to-page-templates/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/add-pagination-to-page-templates/#post-2980965)
 * Hi
 * Thanks for helping me out. Here is the code
 * [http://pastebin.com/embed_iframe.php?i=CawRDEk5](http://pastebin.com/embed_iframe.php?i=CawRDEk5)
 * Ideally I would like page numbers. Website is zoilo.co.uk/2012
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show different slideshows on different pages](https://wordpress.org/support/topic/show-different-slideshows-on-different-pages/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/show-different-slideshows-on-different-pages/#post-2870743)
 * Hi
 * Custom Widget Area sounds promising. Being new to WordPress I have no idea what
   add-ons exist to make my life easier.
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show different slideshows on different pages](https://wordpress.org/support/topic/show-different-slideshows-on-different-pages/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/show-different-slideshows-on-different-pages/#post-2870643)
 * Thanks for trying to help me out.
 * If I add the code to a page for instance or a post it does not appear above all
   of the content as I would like.
 * Here is a page with the slideshow code added to the header and page content.
   
   [http://www.4joe.co.uk/?page_id=88](http://www.4joe.co.uk/?page_id=88)
 * Ideally I would like to show different slideshows under the navigation but before
   the start of pages or posts.
 * Is this possible?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Playback of .mp4 video from Android WordPress App](https://wordpress.org/support/topic/playback-of-mp4-video-from-android-wordpress-app/)
 *  Thread Starter [handcoded](https://wordpress.org/support/users/handcoded/)
 * (@handcoded)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/playback-of-mp4-video-from-android-wordpress-app/#post-2783821)
 * Hi
 * Sorry but you have slightly misunderstood the problem. I am using the WordPress
   app for Android to add content to my website but when viewing th e website in
   Google Chrome the video does not play back but if I open the source video it 
   plays just fine.
 * This is why I am hoping that a different player could be installed that handles.
   mp4 video better. When the website is live my customer will be editing the website
   using an Iphone.
 * The problem can be seen here [http://www.handcoded.co.uk/wordpress/](http://www.handcoded.co.uk/wordpress/)
 * Richard

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