Catablog now working erratically
-
Suddenly (& I mean suddenly) not working as expected.
Was on WP 4.3 with no issues, did not upgrade to latest WP 4.4 until unexplained problems started to happen – upgrade didn’t fix.
How My Site Should Work
-
Each individual page should have new items appear at the top (descending)
each new item should also go to the top of the home page.How My Site is Now Working
-
No new items are appearing on the home page.
One of the individual pages does not load items at the top (descending)Relevant Code:
Home page:<?php echo do_shortcode( '[catablog template="seantcatablog" category="everything-else,seating,shelving,storage,tables-and-desks,trolleys," limit="6" navigation="no" order="desc"]' ); ?> <?php /* echo do_shortcode( '[catablog]' );*/ ?>
Example of Individual Page:
<?php echo do_shortcode( '[catablog template="seantcatablog" category="tables-and-desks" limit="10" order="desc"]' ); ?> <?php /* echo do_shortcode( '[catablog]' );*/ ?>
Rogue Individual Page Where Items are Not Appearing at the Top:
<?php echo do_shortcode( '[catablog template="seantcatablog" category="everything-else" limit="10" order="desc"]' ); ?> <?php /* echo do_shortcode( '[catablog]' );*/ ?>
I hope I’ve explained this clearly, but with other longstanding, seemingly unresolvable, issues – has Catablog simply had it’s day?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Catablog now working erratically’ is closed to new replies.