Thaddeus Briggs
Forum Replies Created
-
Forum: Plugins
In reply to: [ShareThis Share Buttons] Notice: Undefined property: WP_Post_TypeHi Andres, Any word on a fix for this bug?
Forum: Plugins
In reply to: [ShareThis Share Buttons] Notice: Undefined property: WP_Post_TypeHi Andres, Our team is getting the same warning when we set WP_Debug to true.
Notice: Undefined property: WP_Post_Type::$term_id in C:\Sites\mx-corp\wp-content\plugins\sharethis-share-buttons\php\class-minute-control.php on line 374
This warning is not displayed on all pages. Maybe pages that are not displaying social links?
We are calling the inline share buttons via php in out single.php template:
<?php echo sharethis_inline_buttons(); ?>
Forum: Fixing WordPress
In reply to: footer loads on all pages, but single.phpI just remembered that I added new scripts to the footer and had not registered or enqueued them in functions.php yet. Once the new scripts were registered, the footer loaded properly.
Forum: Fixing WordPress
In reply to: Custom Loop With PaginationI tried the new code and it is now removing all posts and giving me a blank area. Just in case I messed something up on my end, I created another pastebin link.
I really do appreciate your time and your help. If you know what may be causing this error please let me know.
Forum: Fixing WordPress
In reply to: Custom Loop With PaginationJessn,
Thank you very much for the response. I tried both of the options you provided. The first one removed all posts and left the content blank. The second did not add any additional posts. I am guessing that there is something wrong with my initial code and that is why it did not work. If possible could you take a look at my code using your second suggestion? I am very new to PHP and I am guessing I have made a silly mistake somewhere. Here is a pastebin link to the code… https://pastebin.com/vdZQjw5p
Forum: Fixing WordPress
In reply to: 404 error for viewing images with img tagThat is what I was missing! Thank you very much for your help!