Satyapriya
Forum Replies Created
-
Thanks Ryann.
I’ll test that shortcode out soon. I figured out how to activate the Widgets panel and I installed the “Widgets Shortcode” plugin, which let me insert it into my custom sidebar template. I also installed Jetpack and linked it with my WordPress.com account.
The problem I’m having now is it won’t load any posts. I use a custom post type called “articles”. What do I need to do to make this plugin work with a custom post type?
Yes, it appears to have been fixed. It was not working for 3 days, likely due to a problem with Facebook’s servers. The FB Like Box is also loading normally now. Thank you.
Same issue here. It’s been happening for about 2 or 3 weeks now. At first it was just taking 20 seconds per image, now it is taking 20-40 seconds per image and resulting in a 404 timeout or HTTP error about 50% of the time. Please let me know if there is anything that can be done as this is one of the only image optimizers that work with my server software.
Thank you.
Forum: Hacks
In reply to: How to add tags to identify custom post types in archives?I got it ??
<?php if ( 'articles' == get_post_type() ) { ?> <div class="post-type-articles-container pull-left post-tag-margin"><a href="https://collectivelyconscious.net/articles">Articles</a></div> <?php } ?> <?php if ( 'questions' == get_post_type() ) { ?> <div class="post-type-questions-container pull-left post-tag-margin"><a href="https://collectivelyconscious.net/questions">Questions</a></div> <?php } ?>
…etc.
Forum: Plugins
In reply to: Random Post Generator Links for Individual Custom Post TypesAnyone? I would really like to add this feature to my website.
Forum: Plugins
In reply to: Custom CSS for Disqus (2013)I am also struggling with this one. Anyone???
Forum: Plugins
In reply to: Advanced Search Bar at www.filmsforaction.orgThank you ?? I’ll check it out.