banago
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for theme similar to Gizmodo.comI can design a custom one for you. Let me know
Forum: Themes and Templates
In reply to: Is there a premium theme like gawker, lifehacker or gizmodo?Hi, I can make you a custom one. Let me know ??
Forum: Fixing WordPress
In reply to: Tags do not show. Why?Any suggestion please?
Forum: Fixing WordPress
In reply to: WordPress loop counts my featured articles’ loop postsI managed to resolve the problem myself. I just added this code before the main loop and everything is working fine.
<?php query_posts("showposts=14"); ?>
Thanks for your time.
Banago
Forum: Fixing WordPress
In reply to: WordPress loop counts my featured articles’ loop posts@miloandrew – actually I have set it to 14 posts, 5 in the featured and 9 at the main loop. When you click older posts it displays 14.
@evita – I have used the code of the wp-magazine at my project. The guys there make use a some extra lines I think but I do not know what they are. Unfortunately my PHP knowledge is still little.
Thanks a lot for your time.
Forum: Fixing WordPress
In reply to: WordPress loop counts my featured articles’ loop postsThat is bad news. But there is hope too. I can see this alive at https://www.wp-magazine.com. I have adopted some of its code too. There is a way out for sure. Any other suggestion would be very appreciated.
Forum: Fixing WordPress
In reply to: WordPress loop counts my featured articles’ loop postsThanks for the time Miloandrew. I have tried to set a showposts to the main loop but it ignores it. this does not help. I think there is a code to be added for the:
$post->ID
Any other idea?
Forum: Fixing WordPress
In reply to: WordPress loop counts my featured articles’ loop postsThanks Evita. Actually it just removed 1 post, I need to add on ?? Thanks though!
Forum: Fixing WordPress
In reply to: $my_query = new WP_Query(‘cat=10&showposts=5’)Yes, I have set them to 9 (but saying 10 just to illustrate). If you click older posts, they will display OK, but in the font page id does not and this is what I do not understand.
Forum: Fixing WordPress
In reply to: $my_query = new WP_Query(‘cat=10&showposts=5’)You’re pulling 10 posts in the second loop, but 10 posts of all kinds. So you’ll get less than 10 showing if any of them are those that already displayed in the first Loop.
This does not happen even though the code seems alight.
Forum: Fixing WordPress
In reply to: Fatal error: Cannot redeclare get_tag_feed_link()Thanks body! Very very much thanks!
Forum: Fixing WordPress
In reply to: [URGENT] While upgrading I had this problemThis is urgent, thanks!