Use. Able. Web.

A blog on web development, usability and technology.

Create Custom Genesis Page

September 7, 2012 by rodney Leave a Comment

If you are just wanting to modify the actual content.

<?php
/*
Template Name: Custom Template
*
*/
?>
<?php remove_action( 'genesis_post_content', 'genesis_do_post_content' ); // Remove genesis content function ?>
<?php add_action( 'genesis_post_content', 'custom_do_content' ); // Add custom content function ?>
<?php function custom_do_content() { ?>
<?php the_content(); ?>
<?php } ?>
<?php genesis(); ?>





Filed Under: Genesis

Recent Posts

  • MIST 7500: Global Trends in Internet Regulation – Executive Summary 5
  • MIST 7500: Gamification of Applications – Executive Summary 4
  • MIST 7500: The Internet of Things – Executive Summary 3
  • MIST 7500: User Experience Strategy – Executive Summary 2
  • MIST 7500: Big Data – Executive Summary 1

Categories

  • Featured
  • Finance
  • Genesis
  • Lotus Notes and Domino
  • Others
  • Technology
  • UGA MIT
  • Web Usability

RSS Slashdot

  • China's CRISPR Twins Might Have Had Their Brains Inadvertently Enhanced
  • Waymo Self-Driving Cars Can Now Obey Police Hand Signals
  • Google Will End Forced Arbitration For Employees
  • Verizon Plans To Roll Out Its 5G Mobile Network In 30 Cities This Year
  • Experts Find Serious Problems With Switzerland's Online Voting System

Copyright © 2019 · RSS Feed · Powered by Wordpress and Genesis · Log in

Return to top of page