• http://example.com/?p=17386&feed=json&callback=callback

    gets double parsed as:

    http://example.com/slug-of-post/feed/json/feed/json?&callback=callback

    As a sidenote, http://example.com/feed/?p=17386 works correctly, outputting:
    http://example.com/slug-of-post/feed/

    Any workaround for this?

    https://ww.wp.xz.cn/plugins/feed-json/

Viewing 1 replies (of 1 total)
  • Thread Starter acub

    (@acub)

    Another sidenote: you probably want to remove the “static” in front of feed_json->add_feed_json(). You’re not calling it statically anywhere and it renders $this undeclared.

    Right?

Viewing 1 replies (of 1 total)

The topic ‘I have a slight problem when loading specific posts’ is closed to new replies.