Creativebq / wp-istalker

Automatically exported from code.google.com/p/wp-istalker
Other
0 stars 0 forks source link

Repeated articles displayed on front page #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. My blog front page: http://armchairtheorist.com/
2. I have set the number of articles to display on a page to 6 (WP settings)

What is the expected output? What do you see instead?

The expected output is that the latest one article is displayed before
sidebar 2 on the front page, and the rest of the five most recent articles
to be displayed after sidebar 2.

However, what I see instead is all six articles before sidebar 2, and the
most recent 5 (minus the latest article) repeated after sidebar 2.

What version of the product are you using? On what operating system?

r204

Please provide any additional information below.

1. I have enabled GD fonts
2. I think Chaos Kaizer is awesome for creating such a cool theme. Doing my
best to help iron out all the kinks. :)

Original issue reported on code.google.com by jwon...@live.com on 28 Dec 2008 at 5:47

GoogleCodeExporter commented 9 years ago
Starting with r204 WPI's will have two types (and more) of Front page layout,
settings available inside the theme options (Theme options > Frontpage layout 
options
> Template). 
1. Default (extended posts loop (actually two loop) )
2. Type-A (normal posts loop without horizontal sidebar)

Very sorry. I haven't check this issue yet as I'm on tight schedule. You can try
resetting the WPI's theme options (assume that there is conflict).

try set "mods_wp-istalker-chrome_flag" options to 0 and reset
"mods_wp-istalker-chrome_settings" options.

update_option(WPI_META_PREFIX.'settings','');
update_option(WPI_META_PREFIX.'flag',0);

Thanks for reporting Jonathan. Happy new year. 

Original comment by chaoskai...@gmail.com on 29 Dec 2008 at 3:50

GoogleCodeExporter commented 9 years ago
This get fixed when you choose a frontpage layout type. If blank, then you get 
double
set of posts.

Original comment by hallahe...@gmail.com on 29 Dec 2008 at 10:55

GoogleCodeExporter commented 9 years ago
Beautiful. Thanks!

Original comment by jwon...@live.com on 29 Dec 2008 at 1:31

GoogleCodeExporter commented 9 years ago
This are related to issue 22.

Original comment by chaoskai...@gmail.com on 20 Jan 2009 at 4:13

GoogleCodeExporter commented 9 years ago
r252 has fixes for this issues. 

Original comment by chaoskai...@gmail.com on 20 Jan 2009 at 5:36

GoogleCodeExporter commented 9 years ago
fixed on latest revision r276
http://code.google.com/p/wp-istalker/source/browse/branches/WordPress/2.7/1.6.2/
lib/theme.php?spec=svn276&r=256#287

Original comment by chaoskai...@gmail.com on 5 Feb 2009 at 3:10