child-pages-shortcode
child-pages-shortcode copied to clipboard
The plugin wasn't working, so I updated it. The biggest fix was letting shortcode() use WP's shortcode_atts() method to set all the default options. I also updated a couple variable...
Hi I modify the child-pages-shortcode.php adding [row:185] $img_url = get_the_post_thumbnail_url($post->ID, $p['size']); [row:186] $tpl = str_replace('%img_url%', $img_url, $tpl); can I push the modify in GIT?
PHP7でIllegal string offsetが出て動作しないので調整しました。
img/bg-white.png img/camera.png が読み込めなかったので、cssファイル上のパスを修正
I think it'll be nice for all users of the plugin
I have a page hierarchy like this: Home Topic 1 Subtopic A Subtopic B Topic 2 Subtopic C Subtopic D In the Home page (/), I'd like to excerpt the...
Hi! I'm using qtranslate and child-page-shortcode on a wordpress blog. If you try to use the child pages shortcode with pages which are already translated you will see all languages...
I'm using a combination of the "include-page" and "child-pages" shortcodes, but it seems that the "child-pages" shortcode is misbehaving when included in another page. e.g. page id 95 has content:...
[child_pages]<a>%post_permalink%</a>[/child_pages]みたいな感じ。