markyeoj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White Blank Page when Updating and publishingDone, I fixed it.. thanks anyway.. ??
Forum: Fixing WordPress
In reply to: White Blank Page when Updating and publishingnon of the plugins has conflict, it was the the, I tried switching to twenty eleven and its working. Where can I see the problem sir? I want to find out which part of the theme or which file..
Forum: Plugins
In reply to: in_category for custom post typesI forgot the code. ?? https://pastebin.com/MW2qazcL
Forum: Fixing WordPress
In reply to: WordPress Site broken after transferring to adminer databaseOk, done, I disabled the maintenance mode.. Please visit the sites again to see the difference.. Thanks buddy ??
Forum: Fixing WordPress
In reply to: Query Page by IDThis is my code,, but not working…
<?php $args = array( 'post_type' => 'page', 'post__in' => array(3,5,7) ); query_posts($args); while (have_posts()) : the_post(); $do_not_duplicate = $post->ID; ?> <div class ="date_author group"> <h3 class="date"><?php the_time('M j, y');?></h3> </div> <h3 class="title"><a STYLE="text-decoration:none" href = "<?php the_permalink();?>"><?php the_title();?></a></h3> <?php the_excerpt();?> <?php endwhile; ?>
Forum: Fixing WordPress
In reply to: Comprehensive Google Map Not Loading properly on PostTabs.I was confused too.. That’s why I make that that was the plugin that I’m using, but it’s ok if you wanna use other tab plugin. I am willing to change a tab plugin too
Forum: Fixing WordPress
In reply to: Comprehensive Google Map Not Loading properly on PostTabs.Thanks! :)! I’ll cheer for you and I’ll pray for you..
Forum: Fixing WordPress
In reply to: Comprehensive Google Map Not Loading properly on PostTabs.https://www.ads-software.com/extend/plugins/posttabs/ … this is the plugin that I am using..
Forum: Fixing WordPress
In reply to: Comprehensive Google Map Not Loading properly on PostTabs.Yes, I am working on another tab system.. but until now, that’s the main problem that’s the main problem I am trying to solve and still no luck.
im also using this plugin and I want something like but on my case, I want my post thumnail to display once click on the marker.
Forum: Plugins
In reply to: [Co-Authors Plus] [Plugin: Co-Authors Plus] Multiple authors in RSS feedHi Daniel I have the same problem, if you view the post in my wordpress site there is an co-authors. I noticed however, that dual authorship is not being labeled in the RSS feed: https://feeds.feedburner.com/BiotechStart . When I look at the post in GoogleReader, only the single author is shown. In this case the post should be by: “James Taylor & Nicole Quenneville”.
Forum: Plugins
In reply to: Video Embed & Thumbnail Generator Not workingVideo Embed & Thumbnail Generator , I’m using this plugin to embed the video and at the same time to generate a thumbnail automatically.. but it’s not working I already downgraded my wordpress form 3.3 to 3.2.1 but still not working and even the “insert to post” button seems like disabled.
Forum: Plugins
In reply to: Video Embed & Thumbnail Generator Not workingwhat version of the wordpress you are using?
Forum: Fixing WordPress
In reply to: archive loopingThank you so much!, It works.. ??
Forum: Fixing WordPress
In reply to: archive loopingsorry bro, I tried to figure it out but still, not yet working
Parse error: syntax error, unexpected ‘:’ in /home/pinoytop/public_html/livelong/wp-content/themes/livelong/archive.php on line 69
$Archive_Ads = array( 'Archive Ad1', 'Archive Ad2', 'Archive Ad3' ); if ($i % 3 === 0): if (function_exists('dynamic_sidebar') :/*this is the line 69*/ dynamic_sidebar($Archive_Ads[rand(0, 2)])); endif; endif;