Quantcast
Channel: Active questions tagged feed+json+php - WordPress Development Stack Exchange
Browsing latest articles
Browse All 3 View Live

Why does running get_the_excerpt() when generating JSON file take 28 seconds...

I am using the following code to generate a JSON feed. I need to extract the excerpt from posts, but when I run get_the_excerpt() it takes 28 seconds (yes SECONDS!) to run on my local server versus...

View Article



fetch_feed: retrieve entries in the appearing order, not chronologically

I'm using WP function fetch_feed to retrieve a feed and display its items. <?php /* include the required file */ include_once(ABSPATH . WPINC . '/feed.php'); /* specify the source feed */ $rss =...

View Article

WordPress PHP error getting posts from another wordpress blog

I'm using this code in the template-blog.php page of my website, to get posts from my first WP blog to the second WP blog, different websites using the same blog posts. this code has been working...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images