Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
/*
*
* The template for displaying all bbPress pages
*
* This is the template that displays all bbPress pages by default.
* Please note that this is the template of all bbPress pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Theme
*/
/*
Self explanatory its a functions that gets your header template.
*/
get_header(); ?>
<?php
/*
Surrounding Classes for the site
These are different every theme and help with structure and layout
These could be SPANs or DIVs and with entirely different classes.
*/
?>
<div class="container">
<div id="content" class="content__post " role="main">
<?php
/*
Start the Loop
*/
?>
<?php while ( have_posts() ) : the_post(); ?>
<?php
/*
This is the start of the page and also the insertion of the post classes.
Post classes are very handy to style your forums.
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class('content__post--article'); ?>>
<?php
/*
This is the title wrapped in a header tag
and a class to better style the title for your theme
*/
?>
<header class="entry-header">
<h1 class="entry-title"><?php the_title(); ?></h1>
</header>
<?php
/*
This is the content wrapped in a div
and class to better style the content
*/
?>
<div class="entry-content">
<?php the_content(); ?>
</div>
<!-- .entry-content -->
<?php
/*
End of Page
*/
?>
</article>
<!-- #post -->
<?php endwhile; // end of the loop. ?>
</div>
<!-- #content -->
</div>
<!-- #primary -->
<?php
/*
This is code to display the sidebar and the footer.
Remove the sidebar code to get full-width forums.
This would also need CSS to make it actually full width.
*/
?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team