where can i see my login status if someone is logged in or not? where can i set the archives entries to unlimited or show all, or increase the number from 20 to 100 ?
Login Status - Archive show more than 20 entries
15 posts from 4 voices-
Posted 1 year ago #
-
Same i like to know with the portfolio entries in template archive? how can i increase the number from 8 to x ?
Posted 1 year ago # -
Same problem here
Posted 1 year ago # -
Found the solution:
Go to Angular > Theme Options > Portfolio and in the Portfolio Post Number, raise the number, so it can show more portfolio entries
Posted 1 year ago # -
thx for trying to help, but this doesnt works for me...i asked it for coherence not angular... and for the archive template. like here to see: http://www.schumanns-weinblog.de/archive/
i want to increase the entries !?
Posted 12 months ago # -
Hi!
You can change the number of posts per archive page by going to Settings > Reading - increase the post number value on this page.
Regards,
PeterPosted 12 months ago # -
sorry im a noob,
but there u can ONLY SET THE NUMBERS WHICH ARE SHOWN on blog?
its now on 10...BUT I WANT TO SET THE ARCHIVE LIKE HERE TO SEE:
http://www.schumanns-weinblog.de/archive/
here you can read:
"Die 20 letzten Blog Artikel"how can i increase that to 50,100, 200 ???
thx
Posted 12 months ago # -
Hi ak-muc,
It uses the same variable and that is the only way to change the number for both as far as I know.
Regards,
Devin
Posted 11 months ago # -
it doesnt worked for me and i think its not the same variable!? i have 10 set in WP backend, but it shows 20 in archive coherence frontend!?
i now changed this code in template-archives.php and it works:query_posts(array('posts_per_page'=>20));
to
query_posts(array('posts_per_page'=>500));
... thx for helping me.
GREAT SUPPORT.
Posted 11 months ago # -
i see my first question above is still not resolved...can anybody help me:
"where can i see my login status if someone is logged in or not?"
thx a lot!
best regards alexPosted 11 months ago # -
Hi!
You can use the is_user_logged_in conditional: http://codex.wordpress.org/Function_Reference/is_user_logged_in
Best regards,
PeterPosted 11 months ago # -
ok thx, is it a plugin? or what is exactly to change?
the pluggable.php? but which code i have to modifie ?Posted 11 months ago # -
No, this would require some custom code (it was just a hint/starting point). If you want to use an "out of the box solution" I'd search for a good login widget here: http://wordpress.org/extend/plugins/search.php?q=login+widget
Posted 11 months ago # -
i used now this plugin:
WP-UserOnline
and it works great!
THX !!!
Posted 11 months ago # -
Glad you found one that works :)
Regards,
Devin
Posted 11 months ago #
Topic Closed
This topic has been closed to new replies.














