xionhack Posted May 25, 2009 Share Posted May 25, 2009 Hello. I dont know if somebody here is familiar with blogger and wordpress. Blogger and wordpress are blogs engines. I want to make a php script that will go to a blogger or to a wordpress blog, and given a date will tell me how many posts have been written till today and when was the last post. Can somebody help me? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/159559-blogger-and-wordpress/ Share on other sites More sharing options...
trq Posted May 25, 2009 Share Posted May 25, 2009 Post your code and your question. Quote Link to comment https://forums.phpfreaks.com/topic/159559-blogger-and-wordpress/#findComment-841660 Share on other sites More sharing options...
starphp Posted May 25, 2009 Share Posted May 25, 2009 If you are talking about finding the number of posts in wordpress, then it is possible by executing a query in the wordpress table "wp_posts" and check "post_author", the user who posted the blog Quote Link to comment https://forums.phpfreaks.com/topic/159559-blogger-and-wordpress/#findComment-841663 Share on other sites More sharing options...
xionhack Posted May 25, 2009 Author Share Posted May 25, 2009 Good idea! thanks! How about for the blogger ones?! I dont have access to their database Quote Link to comment https://forums.phpfreaks.com/topic/159559-blogger-and-wordpress/#findComment-841703 Share on other sites More sharing options...
xionhack Posted May 25, 2009 Author Share Posted May 25, 2009 Blogger is different than wordpress in the fact that I dont have access to the database. Quote Link to comment https://forums.phpfreaks.com/topic/159559-blogger-and-wordpress/#findComment-841718 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.