saladaze
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Page Ordering] Colums collapse when ordering postsI noticed it also actually happens in Pages if I remove any of the screen options such as Comments.. Seems that it could be a conflict with the table header which is setting the lengths? If I hide the comments row through Screen Options, it sets that to Display: None which in turn, messes up the appearance of the sort and collapses the table…
Forum: Plugins
In reply to: [Simple Page Ordering] Colums collapse when ordering postsI’ve had this same exact issue, and adding the filtering actually was not working with my next_post_link.
I gave up on this plugin, way too buggy!
started using this, lets see how that does:
https://ww.wp.xz.cn/plugins/simple-page-ordering/ah gotcha, thanks for explanation! works fine now.
for some reason, now that im using the orderby in the short code, it is setting my posts into ascending order even though DESC is default?
echo do_shortcode('[ajax_load_more post_type="post" category="issue" orderby="menu_order" offset="12" posts_per_page="6" scroll="false" pause="true" transition="fade" button_label="More Articles"]');this is how my shortcode looks now
hey dcooney that does work, didnt realize that was buried in there.
on a side note, i just realized that offset and posts per page are not being added into the short code using the shortcode builder… was working before?