Saturday, 1 June 2013

PARTICULAR TAGS - How to put multiple posts in a static page

Lesson NR 5: 

 

Important tips




How to make more posts in a static page? 

Is it that possible?


Unfortunately this is not possible, because a static page is the same as a simple post, the only difference is that static page does not appear in the home page of the blog.
Many people confuse static page with the labels, but they are two different things.

There are about two ways you can do this:


1. The first method is to put a label on the menu.
Instead of creating a static page, add in the menu the link to a category.

2. The second method involves creating a static page and add it to a script in javascript that retrieves all posts from a specific label.

Requirements for the widget to work properly:
A. Enter the Settings -> Site Feed -> Feed of blog posts and choose Complete.
B. Put on all the posts you want to appear on the page in a static label.
C. Install widget (javascript code).



Come to edit and choose to edit the desired station. Enters text editor, HTML editor and copy the following code where you want to see posts. Get back in Write mode and preview the page. If it looks the way you want you can post the page.
Attention: Write mode widget does not display anything.
Caution: Please read carefully customize widget.

<script type="text/javascript">
imgr = new Array ();
imgr [0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY4VJytNtkE8Oo_gec4OYejUeVKpVrLUA6btfgxN-J2RYCGYBHFSNJjsXaE7_JaRYhk57pZ6KidAeYiHK-SviRnoBaMNBJ4zPC5n1HAFvtUMoSbT0wyiBKd6-tkZSHFh8oJez-b9EK2VQ/s1600/fara_imagine.jpg"
imgr [1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY4VJytNtkE8Oo_gec4OYejUeVKpVrLUA6btfgxN-J2RYCGYBHFSNJjsXaE7_JaRYhk57pZ6KidAeYiHK-SviRnoBaMNBJ4zPC5n1HAFvtUMoSbT0wyiBKd6-tkZSHFh8oJez-b9EK2VQ/s1600/fara_imagine.jpg"
imgr [2] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY4VJytNtkE8Oo_gec4OYejUeVKpVrLUA6btfgxN-J2RYCGYBHFSNJjsXaE7_JaRYhk57pZ6KidAeYiHK-SviRnoBaMNBJ4zPC5n1HAFvtUMoSbT0wyiBKd6-tkZSHFh8oJez-b9EK2VQ/s1600/fara_imagine.jpg";
imgr [3] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY4VJytNtkE8Oo_gec4OYejUeVKpVrLUA6btfgxN-J2RYCGYBHFSNJjsXaE7_JaRYhk57pZ6KidAeYiHK-SviRnoBaMNBJ4zPC5n1HAFvtUMoSbT0wyiBKd6-tkZSHFh8oJez-b9EK2VQ/s1600/fara_imagine.jpg";
imgr [4] = 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY4VJytNtkE8Oo_gec4OYejUeVKpVrLUA6btfgxN-J2RYCGYBHFSNJjsXaE7_JaRYhk57pZ6KidAeYiHK-SviRnoBaMNBJ4zPC5n1HAFvtUMoSbT0wyiBKd6-tkZSHFh8oJez-b9EK2VQ/s1600/fara_imagine.jpg ";
showRandomImg = false;
tablewidth = 500;
cellspacing = 1;
BorderColor = "# 30a1db"
bgTD = "# FFFFFF";
imgwidth = 70;
imgheight = 50;
fntsize = 14;
Acolyte = "# 255ED1"
aBold = true;
icon = '•';
text = "com";
showPostDate = true;
summaryPost = 350;
summaryFontsize = 12;
summaryColor = "# 000000";
icon2 = "→";
numposts = 25;
rc_feedLink = "http://bloggerajutor.blogspot.com/feeds/posts/default/-/Blogger% 20Tips"
</ Script>
src="http://recent-posts.googlecode.com/files/postari_recente.js" <script type="text/javascript">
</ Script>

Customize the widget - changes that you can do and must necessarily made
tablewidth = 450, Width widget - change the value depending on the width of your blog posting body.
cellspacing = 1, the size of the table line
BorderColor = "# 30a1db", border color (colors generator used to generate the desired color code)
bgTD = "# FFFFFF", table background color (use color generator to generate the desired color code)
imgwidth = 70, width of image in pixels
imgheight = 50, image height in pixels
fntsize = 14, the size of the post title
Acolyte = "# 255ED1", post title color
showPostDate = true; look or creation date (true = yes, false = no)
summaryPost = 350, number of characters summary
summaryFontsize = 12; summary text size
summaryColor = "# 000000", summary text color (use color generator to generate the desired color code)
numposts = 25, the number of posts you want to appear (number of posts must be less than or equal to the number of posts in the category you use - very important for the script to not create problems)
Very important - you need to change the number of times add a post in that category.

rc_feedLink = "http://bloggerajutor.blogspot.com/feeds/posts/default/-/Blogger% 20Tips"
- Change the name of my blog to yours
- Blogger% 20Tips is the last part of the URL Blogger Tips labels them in my blog. Replace it with the URL you want to display the label of posts.

Example url tag

http://bloggerajutor.blogspot.com/search/label/Blogger% 20Tips

No comments:

Post a Comment