Problems, need help? Have a tip or advice? Post it here.
9 posts Page 1 of 1
Ive just figured the cloning out for a news page that needed to add stories and it works well...However I have several pages that are just 1 pagers like Recipe page,Public Notice page..These pages will throw up a new recipe or notice..Is there a way to set it that my clients can add new things to these pages? Maybe something more simple than cloning?
A neverending repeater?
Thank you once again this cms has saved my life and once I learn it very helpful to me
Image
@zerotechz, using clonable pages does not necessarily mean that each page has to be shown as a standalone page on the frontend - you can ignore the 'page-view' and only use the 'list-view' where you have a single page that displays all the cloned page in a list.

If the recipe/notice items are going to be reasonably moderate in their count (say, not more than 50), you can use repeatable-regions (http://www.couchcms.com/docs/concepts/r ... gions.html) as suggested by @Bartonsweb.

However, if (and the 'neverending' alludes to this) the number is going to keep on increasing and get into the hundreds, please use cloned pages as those will scale to any number of pages.
Thank you very much KK.. Very helpful and I finally grasp the concept.Awesome this Couch cms is.
Ok I m still lost..I have looked at Bartons web post over repeatable tags and have attempted it a few times.Each time Ive tested it by created a post in the control panel and clicking save but nothing shows up in the page...Ive attached my code of the area I want repeated to populate on the same page without cloning..Can you tell me how to place the tags to repeat this? Thank you.
The cms tag in there now is from when I just started and used wrong tag.

Attachments

From the screenshot, the code doesn't seem to refer to repeatable-regions at all.

Can you please post the code in text form for us to scrutinize it properly?
Post the full template so that we can look at how you have defined other things too.
Certainly...This is actually from my safe folder ..I just copied the folder in case I mess up it doesnt affect my files......The tag from cms now is the richedit tag from when I first started and realized I needed to redo....I m trying to to achieve taking one article and repeating it over on same page....Im just not understanding how to place the repeat tags to do this..
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>
<cms:template title='Public Notices' />
<!doctype html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <meta name="description" content="" >
   <meta name="author" content="">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Public Notices </title>
   <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
   <link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css">
   <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
   <link rel="stylesheet" type="text/css" href="css/style.css">
   <link rel="stylesheet" type="text/css" href="css/demo.css">
        <link rel="stylesheet" type="text/css" href="css/elastislide.css" />
        <link rel="stylesheet" type="text/css" href="css/custom.css" />
        <script src="js/modernizr.custom.17475.js"></script>
       <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
       <script src="js/sss.min.js"></script>
       

<script>
jQuery(function($) {
$('.slider').sss();
});
</script>

   <!--[if lt IE 9]>
      <script src="js/html5shiv.js"></script>
   <![endif]-->


</head>

<body>

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.3";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>




<header id="ccr-header">
   <section id="ccr-nav-top" class="fullwidth">
      <div class="">
         <div class="container">
            <nav class="top-menu">
               <ul class="left-top-menu">
                  <li><a href="index.html">Home</a></li>
                  <li><a href="#">Site Map</a></li>
                  <li><a href="contact.html">Contact</a></li>
               </ul><!-- /.left-top-menu -->

               <ul class="right-top-menu pull-right">
                  <li><a href="login.html">Login</a></li>
                  
                  <li><a href="javascript:void( window.open('http://form.jotform.us/form/51090606995158', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))"> Subscription Form</a></li>
                  <li>
                     <form class="form-inline" role="form" action="#">
                        <input type="search" placeholder="Search here..." required>
                          <button type="submit"><i class="fa fa-search"></i></button>
                     </form>
                  </li>
               </ul> <!--  /.right-top-menu -->
            </nav> <!-- /.top-menu -->
         </div>
      </div>   
   </section> <!--  /#ccr-nav-top  -->


   
   <section id="ccr-site-title">
      <div class="container">
         <div class="site-logo">
            <a href="index.html" class="navbar-brand">
               <img src="img/mclogo3.png" alt="" />
                  
            </a>
         </div> <!-- / .navbar-header -->

         


      </div>   <!-- /.container -->
   </section> <!-- / #ccr-site-title -->



   <section id="ccr-nav-main">
      <nav class="main-menu">
         <div class="container">

            <div class="navbar-header">
                  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".ccr-nav-main">
                        <i class="fa fa-bars"></i>
                      </button> <!-- /.navbar-toggle -->
            </div> <!-- / .navbar-header -->

            <div class="collapse navbar-collapse ccr-nav-main">
               <ul class="nav navbar-nav">
                  <li><a class="active" href="index.html">News</a></li>
                  <li class="dropdown">
                     <a href="#">Lifestyle <i class="fa fa-caret-down"></i></a>
                     <ul class="sub-menu">
                            <li><a href="blog.html">Health/Fitness</a></li>
                            <li><a href="recipes.html">Recipes/Food</a></li>
                          <li><a href="religion.html">Religion</a></li>
                       </ul><!-- /.sub-menu -->
                  </li><!-- /.dropdown -->
                  <li><a href="sports.html">Sports</a></li>
                  <li><a href="opinions.html">Opinions</a></li>
                                                <li><a href="obituaries.html">Obituaries</a></li>
                                                <li><a href="</a></li>
                                             <li class="dropdown">
      <a href="#">Services <i class="fa fa-caret-down"></i></a>
      <ul class="sub-menu">
      <li><a href="javascript:void( window.open('http://form.jotform.us/form/51091664723152', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Advertise with us</a></li>
           <li><a href="javascript:void( window.open('http://form.jotform.us/form/51096733907158', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Submit An Event</a></li>
      <li><a href="javascript:void( window.open('http://form.jotform.us/form/51090606995158', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">Subscribe Today!</a></li>
                       </ul><!-- /.sub-menu -->
      </li><!-- /.dropdown -->                                                 


                 <li><a href="contact.html">Contact Us</a></li>
                   <li><a class="active" <a href="http://users3.smartgb.com/g/g.php?a=s&i=g36-24574-a3"><img alt="Guestbook" border="0" src="img/guestbook.png" width="80" height="40"></a></li>
                  <li class="dropdown">
                     <a href="#">Useful Links<i class="fa fa-caret-down"></i></a>
                     <ul class="sub-menu">                 <li><a href="</a></li>                   <li></a></li>
<li><a href="</a></li>
<li><a href="">Town of Jasper</a><li>                       
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>
<li><a href="</a></li>                                       



                                   </ul><!-- /.sub-menu -->
                  </li><!-- /.dropdown -->
               </ul> <!-- /  .nav -->
            </div><!-- /  .collapse .navbar-collapse  -->
            <div id="currentTime" class="pull-right current-time">
               <i class="fa fa-clock-o"></i> 12:10 pm
            <script>
var display=setInterval(function(){Time()},0);

function Time()
{
var date=new Date();
var time=date.toLocaleTimeString();
document.getElementById("currentTime").innerHTML=time;
}
</script>
</div><!-- / #currentTime -->

         </div>   <!-- /.container -->
      </nav> <!-- /.main-menu -->
   </section> <!-- / #ccr-nav-main -->



   <section id="ccr-nav-below-main">
      <nav class="second-menu">
         <div class="container">

            <div class="navbar-header">
                  <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".ccr-nav-below-main">
                        <i class="fa fa-bars"></i>
                      </button> <!-- /.navbar-toggle -->
            </div> <!-- / .navbar-header -->

            
         </div><!-- /.container -->
      </nav><!-- /.second-menu -->
   </section><!-- / #ccr-nav-below-main -->

</header> <!-- /#ccr-header -->


<section id="ccr-main-section">
   <div class="container">


      <section id="ccr-left-section" class="col-md-8">

         <div class="current-page">
            <h1><img src="img/notice.png" title="Publice Notice" alt="Public Notice" /></h1>
         </div> <!-- / .current-page -->

         <section id="ccr-obit">
                           

<article>
            <cms:editable name='main_content' type='richtext'>    
               <div class="obit-text">
                  <h1>officials have cancelled their monthly board meeting for June.<br><br>Officials stated that had been hospitalized with pneumonia, Commissioner Ronnie Lancaster has to have surgery and Commissioner Jimmy Wigfall will be on vacation.</h1>
                  <p><strong>Board members are concerned over the cancellation as the new budget was on the agenda, as well as a tabled issue from the last meeting over the selection of auditors.  Mayor Dawkins wanted to keep the same auditors the city had used in the past but Commissioner Jeff Powers was interested in seeking a different firm, due to some of the previous audit reports.<br><br>A special called meeting could potentially be held for the end of June when the fiscal budget ends. 


</strong></p>


</div> <!-- /.obit-text -->
               
         </article>





<article>
                
               <div class="obit-text">
                  <h1>MMM NOTICE OF SUBSTITUTE TRUSTEE'S SALE</h1>
         <p><strong>WHEREAS, default has occurred in the performance of the
covenants, terms and conditions of a Deed of Trust dated June 25, 2009, executed by BARBARA J.
POOLER AND WILLIAM M. POOLER, conveying certain real property therein described to ROBERT M. WILSON, JR., as Trustee, as same appears of record in the Register's Office of Marion County, Tennessee recorded July 14, 2009, in Deed Book 413, Page 261267 (Also see Affidavit in Book 467,
Page 1094); and WHEREAS, the beneficial interest of said Deed of Trust was last transferred
and assigned to BANK OF AMERICA, N.A. who is now the owner of said debt; and WHEREAS, the
undersigned,Rubin Lublin TN, PLLC, having been appointed as Substitute Trustee by instrument
to be filed for record in the Register's Office of Marion County, Tennessee.<br><br> NOW, THEREFORE, notice is hereby given that the entire indebtedness has been declared due and payable, and that the undersigned, Rubin Lublin TN, PLLC, as Substitute Trustee or his duly appointed
agent, by virtue of the power, duty and authority vested and imposed upon said Substitute Trustee will, on June 4, 2015 at 03:00 PM at the Main Entrance of the Marion County Courthouse, located in Jasper, Tennessee, proceed to sell at public outcry to the highest
and best bidder for cash or certified funds ONLY, the following described property situated in
Marion County, Tennessee, to wit:<br> <br><br> TO WIT:<br>BEGINNING
AT AN IRON PIN IN THE NORTH BOUNDARY OF THE 7TH STREET WEST, THIS POINT BEING ELMER SHADRICK`SSOUTHWEST CORNER; THENCE WITH THE NORTH BOUNDARY OF THE 7TH STREET WEST, NORTH 86 DEG. 30 MIN. WEST, 77.78 FEET TO AN IRON PIN, THE SOUTHEAST BOUNDARY OF THE LOT CONVEYED BY JOE D. THOMAS, ET UX, TO J.T. POE, ET UX, BY DEED OF RECORD IN DEED BOOK 7-T, PAGES 399-400;
THENCE WITH SAID POE`S LINE, NORTH 02 DEG. 59 MIN. EAST, 102.34 FEET TO A STAKE; SOUTH 88 DEG. 56 MIN. EAST 9.45 FEET TO A STAKE; NORTH 1 DEG. 40 MIN. EAST, 13.65 FEET TO AN IRON PIN IN THE SOUTH BOUNDARY LINE OF THE LANDS OF DAVID MCNALLY; THENCE WITH SAID MCNALLY`S SOUTH BOUNDARY LINE, SOUTH 89 DEG. 24 MIN. EAST, 69.24 FEET TO AN IRON PIN THE WEST BOUNDARY LINE OF THE LANDS OF ELMER SHADRICK; THENCE WITH SAID SHADRICK`S WEST BOUNDARY AND THE FENCE, SOUTH
03 DEG. 03 MIN. WEST, 120.00 FEET TO THE POINT OF BEGINNING.<br> Parcel ID: 108L-A-009.00<br><br>
PROPERTY ADDRESS:<br> The street address of the property is believed to be 102 W 7TH ST, JASPER, TN 37347. In the event of any discrepancy between this street address and the legal description of the property, the legal description shall control.<br> CURRENT OWNER(S):<br>
BARBARA J.
POOLER AND WILLIAM M. POOLER<br><br>
OTHER INTERESTED PARTIES:<br>
The sale of the above-described property shall be subject to all matters shown on any recorded plat; any unpaid taxes; any restrictive covenants, easements or set-back lines that may be applicable; any prior liens or encumbrances as well as any priority created by a fixture filing; and to any matter that an accurate survey of the premises might disclose. This property is being sold with the express reservation that it is subject to confirmation by the
lender or Substitute Trustee. This sale may be rescinded at any time. The right is reserved to adjourn the day of the sale to another day, time, and place certain without further publication, upon announcement at the time and place for the sale set forth above. All right and equity of redemption, statutory or otherwise, homestead, and dower are expressly waived in
said Deed of Trust, and the title is believed to be good, but the undersigned will sell and convey only as Substitute Trustee. The Property is sold as is, where is, without representations or warranties of any kind, including fitness for a particular use or
purpose.<br><br><strong>THIS LAW FIRM IS ATTEMPTING TO COLLECT A DEBT. ANY INFORMATION OBTAINED WILL BE USED FOR THAT PURPOSE.</strong><br><br>
Rubin Lublin TN,<br>
PLLC, Substitute Trustee <br>
119 S. Main Street, Suite 500<br>
Memphis, TN 38103 <br><br>
www.rubinlublin.com/property-listings.php<br><br>
Tel: (877) 813-0992<br>
Fax: (404) 601-5846<br> 
Ad #80939:<br>
2015-05-05,<br>
2015-05-12,<br>
2015-05-19<br>
MMM<br>
</strong></p>


</div> <!-- /.obit-text -->
               
         </article>                   


<article>
                
               <div class="obit-text">
                  <h1>PUBLIC NOTICE</h1>
                  <p><strong>The May meeting of the
Marion County Commission has been changed
to Tuesday, May 26,
2015, due to the Memorial Day holiday. The
Commission meets in
the Marion County Commission building at 6:00
p.m.</strong></p>


</div> <!-- /.obit-text -->
            
         </article>                                                            <article>
               
               <div class="obit-text">
                  <h1>PUBLIC NOTICE</h1>
                  <p>APPLICATION FOR BEER LICENSE<BR><BR>     The Deck Bar and Grille, LLC 1265 Hales Bar Rd. Guild, TN 37340
<BR><BR>Applicant: James R. Terry III<BR><BR>For: On and Off <br><br>Premises<br><br>Public Act- Chapter 69<br><br>Dwight Minter, County Clerk<br><br>Marion County Beer Commission will meet Wednesday, May 27, 2015 at 11:00 am in the Marion County Clerk’s office, Jasper, Tn.</p>
</div> <!-- /.obit-text -->
               
            </article>

            <article>
               
               <div class="obit-text">
                  <h1>Public Notice</h1>
                  <p>The South Pittsburg Board of Water Works & Sewers 2014 Water Quality Report will not be mailed. The report will be published in the South Pittsburg Hustler on April 16, 2015.</p>



                  
               </div> <!-- /.obit-text -->   
               
            </article>

            <article>
               
               <div class="obit-text">
                  <h1>Public Notice</h1>
                  <p>Notice is hereby given that the Kimball Board of Zoning Appeals will have a Special Called Meeting on Thursday, April 16, 2015 at 5:00 pm at town hall concerning a variance for Janet and Keith Matthews at 420 Sweetens Road and any other pertinent business that may come before the board. the public is invited to attend.
</p>
                  
               </div> <!-- /.obit-text -->
               
            </article>

            <article>
               
               <div class="obit-text">
                  <h1>Public Notice</h1>
                  <p>The Town of Jasper is accepting applications for a water plant operator trainee. Must have a high school diploma or equivalent, some computer skills a plus. Applications can be picked up at town Hall Monday thru Friday 8 am to 4 pm until April 15, 2015.</p>



                  
               </div> <!-- /.obit-text -->
               
            </article>

            <article>
               
               <div class="obit-text">
                  <h1>NOTICE TO CREDITORS</h1>
                  <p>Estate of Wahneeta B. Bourquin,<br><br>Deceased<br><br>Case Number 58CH1-2015-PR-290<br><br>Notice is hereby given that on March 24, 2015 Letters Testamentary, in respect of the estate of Wahneeta B. Bourquin who died 12/22/2014 was filed by the Chancery Court of Marion County, Tennessee. All persons, resident and nonresident, having claims, matured or unmatured, against the estate are required to file the same with the Clerk of the above-named Court on or before the earlier of the dates prescribed in (1) or (2) otherwise their claims will be forever barred;<br>(1) (A) Four (4) months from the date of the first publication (or posting, as the case may be) of this notice if the creditor received an actual copy of this notice to creditors at least sixty (60) days before date that is four (4) months from the date of the first publication (or posting); or<br><br>(B) Sixty (60) days from the date the creditor received an actual copy of the notice to creditors, if the creditor received the copy of the notice less than sixty (60) days prior to the date that is four (4) months from the date of the first publication (or posting) as described in (1) (A); or<br><br>(2) Twelve (12) months from the decedent’s date of death.<br><br>All persons indebted to the above Estate must come forward and make proper settlement with the undersigned at once.<br><br>This 24th day of March 2015<br><br>Harvey Settgast<br><br>Executor<br><br>J. Harvey Cameron<br>Attorney<br><br>Levoy Gudger, Clerk & Master</p>



                  
               </div> <!-- /.obit-text -->
               
            </article>

            <article>
               
               <div class="obit-text">
                  <h1>PUBLIC NOTICE</h1>
                  <p>IN THE CHANCERY COURT OF <BR><BR><BR>Patricia Tant,<BR><BR>Plaintiff,<BR><BR>V.<br><br>James Roger Tant,<br><br>Defendant<br><br><br>No. 7786<br><br>ORDER FOR SERVICE BY PUBLICATION<br><br>This case came before the Court for consideration of Plaintiff’s Motion for Service by Publication pursuant to Tennessee Code Annotated §21-1-201, et seq. The Court finds that the motion is well taken and should be granted.<br><br>Accordingly, it is ORDERED that the Clerk and Master arrange for publication of this Order for four consecutive weeks in the South Pittsburg Hustler, which is a newspaper published weekly in Marion County, Tennessee, and that Defendant be given notice therein that he is required to answer or otherwise respond to the Complaint for Divorce filed in this case within thirty (30) days from the day of the fourth weekly publication of this Order; and that, should the Defendant fail to timely answer or otherwise respond to the Complaint for Divorce pursuant to this Order, then he shall be deemed to have received actual notice hereof and default may thereafter be taken against him.<br><br>ENTER this 24th day of March, 2015.<br><br><br>Clerk & Master, <br><br>Levoy Gudger<br><br>Approved for Entry:<br><br>Chambliss, Bahner & Stophel, P.C.<br><br>By Harold L. North, Jr. (BPR No. 007022)<br><br>Liberty Tower<br><br>605 Chestnut Street, Suite 1700<br><br>Chattanooga, Tn 37450<br><br>Telephone: 423-756-3000<br><br>Facsimile: 423-265-9574<br><br>hnorth@chamblisslaw.com<br><br>Attorneys for Plaintiff</p>


                  
               </div> <!-- /.obit-text -->
               
            </article>

            <article>
               
               <div class="obit-text">
                  <h1>PUBLIC NOTICE</h1>
                  <p>APPLICATION FOR BEER LICENSE<BR><BR>E.J.’s Bar 10861 A Hwy 28 Whitwell, Tn. 37397 <BR><BR>Applicant: Joy Brown<BR><BR>For: On and Off <br><br>Premises<br><br>Public Act- Chapter 69<br><br>Dwight Minter, County Clerk<br><br>Marion County Beer Commission will meet Wednesday, March 25, 2015 at 11:00 am in the Marion County Clerk’s office, Jasper, Tn.</p>



                  
               </div> <!-- /.obit-text -->
               
            </article>
            
            <article>
               
               <div class="obit-text">
                  <h1>PUBLIC NOTICE</h1>
                  <p>REQUEST FOR PROPOSALS<br><br>Indefinite Delivery Contract for Planning, Management, Architectural and Engineering Services for a Three-Year Term<br><br>The South Pittsburg Housing Authority (SPHA) is soliciting proposals from qualified firms to provide Planning, Management, Architectural and Engineering Services related to various projects to be undertaken by the SPHA during the next three years. A firm will be selected to provide planning and consulting services and design/construction services to SPHA on an as-needed basis for a period of one year, with two one-year renewal options. It is SPHA's intent to utilize this contract on various projects that are small in scope and that will not require a fee in excess of $ 75,000 per project. As services are needed, a specific scope will be defined and a fee negotiated. Fees for services rendered may be paid from various funding sources including, but not limited to: American Recovery and Reinvestment Formula Grant Funds, Public Housing Operating Funds, Capital Fund, Section 8 New Construction, Federal Home Loan Bank, Tax Exempt Bonds, Affordable Housing Program, Low-Income Housing Tax Credits, and/or other HUD programs. Bids are to be submitted prior to 4:00 pm CST on April 15, 2015. For scope of work and any additional information, email Executive Director, Lisa Bradford at sphalb@bellsouth.net</p>



                  
               </div> <!-- /.obit-text --></cms:editable>
               
            </article>
            <article>
               
               <div class="obit-text">
                  <h1>Statewide Public Notices</h1>
                  <p><a href="http://www.tnpublicnotice.com">tnpublicnotice.com</a></p>



                  
               </div> <!-- /.obit-text -->
               
            </article>


<div class="clearfix"></div>
            

         </section> <!-- /#ccr-obit -->
         

         


            


      </section><!-- /.col-md-8 / #ccr-left-section -->

<cms:editable name='sidebar_content' type='richtext'>

      <aside id="ccr-right-section" class="col-md-4">
         <section id="social-buttons">
             <ul>
                <li>
                   <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>

                  <p><span class="bubble"></span><span class="count">202</span> Like</p>
                </li>
                <li>
                   <a href="#"  class="linkedin"><i class="fa fa-linkedin"></i></a>
                  <p><span class="bubble"></span><span class="count">202</span> Like</p>
                </li>
                
                <li>
                   <a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
                  <p><span class="bubble"></span><span class="count">202</span> Like</p>
                </li>
             </ul>
               
         </section>  <!-- /#social-buttons -->
         
         <section id="ccr-sidebar-add-place">
            <div class="sidebar-add-place">
               <A HREF=">
<IMG SRC="ads/adimage.png" BORDER="0" WIDTH="370" HEIGHT="250" ALT="Come to my page!">
</A>
            </div>
         </section> <!-- /#ccr-sidebar-add-place -->


         <section id="sidebar-video-post">
            <div class="ccr-gallery-ttile">
               <span></span>
               <p><strong>Video Ad</strong></p>
            </div> <!-- .ccr-gallery-ttile -->

            <div class="sidebar-video">
            <iframe width="400" height="195" src="//www.youtube.com/embed/Ak8f8yTPRRc" frameborder="0" allowfullscreen></iframe>
            
            </div>
            <div class="date-like-comment">
               <a href="#" class="like"><i class="fa fa-thumbs-o-up"></i> 08</a>
               <a href="#" class="comments"><i class="fa fa-comments-o"></i> 49</a>
            </div>
         </section>  <!-- /#sidebar-video-post -->

         <section id="ccr-calender">

            <table id="calendar">
            <caption >February 2014</caption>
            <thead data-iceapc="1">
            <tr>
               <th scope="col" title="Monday">M</th>
               <th scope="col" title="Tuesday">T</th>
               <th scope="col" title="Wednesday">W</th>
               <th scope="col" title="Thursday">T</th>
               <th scope="col" title="Friday">F</th>
               <th scope="col" title="Saturday">S</th>
               <th scope="col" title="Sunday">S</th>
            </tr>
            </thead>

            <tfoot data-iceapc="4">
            <tr data-iceapc="3">
               <td colspan="3" id="prev"><a href="#" title="Previous">&laquo; Jan</a></td>
               <td class="pad">&nbsp;</td>
               <td colspan="3" id="next" class="pad"><a href="#" title="Next">Mar &raquo;</a></td>
            </tr>
            </tfoot>

            <tbody>
            <tr>
               <td></td><td></td><td></td><td></td><td></td><td>1</td><td >2</td>
            </tr>
            <tr>
               <td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td>
            </tr>
            <tr>
               <td>10</td><td>11</td><td>12</td><td>13</td><td><a href="#" title="Post">14</a></td><td>15</td><td>16</td>
            </tr>
            <tr>
               <td>17</td><td id="today">18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td>
            </tr>
            <tr>
               <td>24</td><td>25</td><td>26</td><td>27</td><td>28</td>
               <td></td><td></td>
            </tr>
            </tbody>
            </table>

         </section>


         <section id="ccr-sidebar-add-place">
            <div class="sidebar-add-place">
               <A HREF="">
<IMG SRC="ads/adimage.png" BORDER="0" WIDTH="370" HEIGHT="250" ALT="Come to my page!">
</A>
            </div>
         </section> <!-- /#ccr-sidebar-add-place -->


         <section id="ccr-sidebar-add-place">
            <div class="sidebar-add-place">
               <A HREF="">
<IMG SRC="ads/adimage.png" BORDER="0" WIDTH="370" HEIGHT="250" ALT="Come to my page!">
</A>
            </div>
         </section> <!-- /#ccr-sidebar-add-place -->


         <section id="ccr-sidebar-add-place">
            <div class="sidebar-add-place">
               <A HREF="">
<IMG SRC="ads/adimage.png" BORDER="0" WIDTH="370" HEIGHT="250" ALT="Come to my page!">
</A>
            </div>
         </section> <!-- /#ccr-sidebar-add-place -->


         

         <section id="ccr-find-on-fb">
            <div class="find-fb-title">
               <span><i class="fa fa-facebook"></i></span> Find us on Facebook
            </div> <!-- /.find-fb-title -->
            <div class="fb-like" data-href="" data-width="390" data-height="200" data-hide-cover="false" data-show-facepile="true" data-show-posts="true"><div class="fb-xfbml-parse-ignore"><blockquote cite=""><a href="</a></blockquote></div></div>

            </div> <!-- /.fb-like -->
         </section> <!-- /#ccr-find-on-fb -->


      </aside><!-- / .col-md-4  / #ccr-right-section --></cms:editable>


   </div><!-- /.container -->
</section><!-- / #ccr-main-section -->

<aside id="ccr-footer-sidebar">
   <div class="container">
      <ul>
         <li class="col-md-3">
            <h5>About Us</h5>
            <div class="about-us">
               <h1><strong></strong></h1>
               <br><h3>Phone:(423) </h3>
                    <br><h3>Email:<br><a href="</a></h3>
                                        <br><h3><br> PO Box 765<br> </h3>

                                        </div> <!-- / .navbar-header -->
            
         </li>
         <li class="col-md-3">
            <h5>Sections</h5>
            <ul>
   <li><h4><strong><a href="index.html">- Home</a></strong></h4></li>
   <li><h4><strong><a href="index.html">- News</a></strong></h4></li>
   <li><h4><strong><a href="sports.html">- Sports</a></strong></h4></li>
   <li><h4><strong><a href="obituaries.html">- Obituaries</a></strong></h4></li>
   <li><h4><strong><a href="opinions.html">- Opinions</a></strong></h4></li>         
        <li><h4><strong><a href="">- Classifieds</a></strong></h4></li>
         <li><h4><strong><a href="publicnotice.html">- Public Notices</a></strong></h4></li>                     
</ul>
            
         </li>
         <li class="col-md-3">
            <h5>Services</h5>
            <ul>
              <li><h4><strong><a href="contact.html">- Contact Us</a></strong></h4></li>
         <li><h4><strong><a href="javascript:void( window.open('http://form.jotform.us/form/51091664723152', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">- Advertise with us</a></strong></h4></li>
   <li><h4><strong><a href="javascript:void( window.open('http://form.jotform.us/form/51090606995158', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">- Subscription Services</a></strong></h4></li>
   <li><h4><strong><a href="javascript:void( window.open('http://form.jotform.us/form/51096733907158', 'blank','scrollbars=yes,toolbar=no,width=700,height=500'))">- Submit An Event</a></strong></h4></li>
            </ul>
            
         </li>
         <li class="col-md-3">
            <h5>Other News</h5>
            <script type="text/javascript" src="http://feeds.statepoint.net/scripts/ArticleWidget.js?wfid=6178"></script>
         
         </li>
      </ul>
   </div>
   
</aside> <!-- /#ccr-footer-sidebar -->


<footer id="ccr-footer">
   <div class="container">
       <div class="copyright">
          &copy; 2015, Copyrights <a href="</a> All Rights Reserved
       </div> <!-- /.copyright -->

       <div class="footer-social-icons">
          <ul>
             <li>
                <a href="#"  class="google-plus"><i class="fa fa-google-plus"></i></a>
             </li>
             <li >
                <a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
             </li>
             
             <li >
                <a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
             </li>
          </ul>
          
       </div><!--  /.cocial-icons -->

   </div> <!-- /.container -->
</footer>  <!-- /#ccr-footer -->


   <script src="js/jquery-1.9.1.min.js"></script>
   <script src="js/bootstrap.min.js"></script>
   <script src="js/custom.js"></script>

</body>
</html>
<?php COUCH::invoke(); ?>
From what I can tell, you want to have the Public Notices in a repeatable region. If the client wants to delete old notices and replace them with new, I think this will work well. But if they want to maintain an archive of all notices, you will quickly overburden the repeatable region. A clonable template will be better. Also, the Nicedit editor that is used with repeatable regions is... limited. Not very good, honestly. So if you want a richtext editor, you should also prefer the clonable template.

OK. So let's walkthrough the code.

Start by setting up a repeatable region in the backend code. We'll separate it from the front end code by placing it inside the template tag at the top of the page. Based on your static code, I've chosen to put 2 regions in the repeatable, a title and the body of the notice.
Code: Select all
<cms:template title='Public Notices' >
    <cms:repeatable name="public_notices" label='Public Notices' >
        <cms:editable
          name="notice_title"
          label="Notice Title"
          type="text" />
        <cms:editable
          name="notice_body"
          label="Notice Body"
          type="textarea" />
    </cms:repeatable>
</cms:template>

Now we need to show the content on the front end. This confuses people at first, but it's pretty straightforward. I have taken some liberties with your code, but you can change it as you see fit. This will loop through all of the public notices, showing each one in turn.
Code: Select all
<cms:show_repeatable 'public_notices' >

<article>               
    <div class="obit-text">
        <h1>PUBLIC NOTICE</h1>
        <h2><cms:show notice_title /></h2>
        <p><nl2br><cms:show notice_body /></nl2br></p>
    </div> <!-- /.obit-text -->
</article>

</cms:show_repeatable>

Wow! that's easy, isn't it? The tag nl2br converts newlines in the textarea to br tags on the front end for nice formatting.

I hope this helps you with your project and to understand using repeatable content with Couch. Keep practicing and asking questions.

EDIT: corrected a syntax error in the code.
Tim you are a God lol....Thank you..Sorry for being such a noob here..Thank you for all the help and patience with me.
9 posts Page 1 of 1