jimmywhofan
Forum Replies Created
-
thanks
Or… bullet points would also be a nice option.
Any progress here? All I get is the “no thumbnail” image for all my posts? I would be willing to pay for something that works. Thanks!
Any update here? Half my traffic is mobile, but they click on ads 90% less than desktop/laptop users. When I convert my site to a mobile site, the Ad Injection ads don’t show at all. Would really appreciate a solution.
Thanks!
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Problems with php methodSame problems for me. I cant get the RSS items to have spaces between them…they just appear right after each other.
Forum: Plugins
In reply to: [BlogNetworking] [Plugin: BlogNetworking] Multiple instances?Hi, Thanks for responding. I want to display the latest 3 links on the homepage, and then the latest 20 on a different page of the same site. Is this possible? As it is now, I have to specify how many links in the admin section, which controls whereever it is displayed. Thanks.
Forum: Fixing WordPress
In reply to: How big is too big for a WP database?I have a site with a database of: 222.57 MB
This is site having a lot of problems and runs slow pretty often. Do you think the size of the database is too big? If so, where do I go from here? Thanks.
Forum: Plugins
In reply to: [Better RSS Widget] [Plugin: Better RSS Widget] Need shortcodeI second this….
Forum: Plugins
In reply to: [RSSImport] [Plugin: RSSImport] Feeds not updatingNevermind.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Auto Title GenerationAfter creating a new post, the SEO title field says: ” – Wise Republic” (with no quotes). Wise Republic is the name of my site. If I click “Regenerate SEO Title”, the SEO title field says: “Test Post – Wise Republic” (“Test Post” is the title of the post)
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO] Auto Title GenerationIt does the same thing for me. I wonder if this is a bug or a known issue?
Forum: Plugins
In reply to: [Search By Category] [Plugin: Search By Category] Changing to bold textNevermind, found a fix.
Forum: Fixing WordPress
In reply to: Show Full Posts on main page?Hi, I’m having a similar problem. I have a site ( My Little Rock Jobs ) with the Simplish theme, and I can’t get the Search Results page to show the full posts. I’ve tried adding in <?php the_content(); ?> in certain spots in “_posts.php”, but it just duplicates the post content on the homepage and category pages. Here is the code for _posts.php:
<?php if (!is_404() && have_posts()) : while (have_posts()) : the_post(); ?> <?php if(is_single()):?> <?php endif;?> <div class="postwrap fix"> <div <?php post_class() ?> id="post-<?php the_ID(); ?>"> <?php if(!is_page()):?> <div class="copy fix"> <?php if(pl_show_thumb($post->ID)): ?> <div class="thumb left"> <a>" rel="bookmark" title="<?php _e('Permanent Link To', TDOMAIN);?> <?php the_title_attribute();?>"> <?php the_post_thumbnail('thumbnail');?> </a> </div> <?php elseif (get_post_meta($post->ID, 'thumb', true)): ?> <?php $postimageurl = get_post_meta($post->ID, 'thumb', true); ?> <div class="thumb left"> <a>" rel="bookmark" title="<?php _e('Permanent Link To', TDOMAIN);?> <?php the_title_attribute();?>"> <img src="<?php echo $postimageurl; ?>" alt="Post Pic" width="200" height="200" /> </a> </div> <?php endif; ?> <div class="post-header fix <?php if(!pl_show_thumb($post->ID) && !get_post_meta($post->ID, 'thumb', true)) echo 'post-nothumb';?>"> <div class="post-title-section fix"> <div class="post-title fix"> <h2><a>" rel="bookmark" title="<?php _e('Permanent Link to',TDOMAIN);?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <div class="metabar"> <em> <?php _e('',TDOMAIN);?> <?php the_time(get_option('date_format')); ?> - <?php the_time('g:i a'); ?> ?- <?php _e('Posted in: Little Rock',TDOMAIN);?> <b><?php the_category(', ') ?></b> <?php edit_post_link(__('<strong>(Edit Post)</strong>', TDOMAIN), ' ', ' ');?> </em> </div> </div> </div> <!--/post-title --> <?php if(pl_show_excerpt($post->ID)):?> <div class="post-excerpt"> <?php the_content(); ?> </div> <?php endif; ?> </div> </div> <?php endif;?> <?php if(pl_show_content($post->ID) || is_category()):?> <div class="copy fix"> <?php if(pagelines('pagetitles') && is_page() || is_page_template('page-feature-blog.php')):?> <h1 class="pagetitle"><?php the_title(); ?></h1> <?php endif;?> <div class="textcontent"> <?php the_content(__('<p>Continue reading ?</p>',TDOMAIN)); ?> <?php wp_link_pages(__('<p><strong>Pages:</strong>', TDOMAIN), '</p>', __('number', TDOMAIN)); ?> <?php edit_post_link(__('Edit',TDOMAIN), '<p>', '</p>'); ?> </div> </div> <?php if(pagelines('authorinfo') && is_single()):?> <?php include(THEME_LIB.'/_authorinfo.php');?> <?php endif;?> <?php endif;?> </div><!--post --> </div> <?php if(!is_page()):?> <div class="tags"> <?php the_tags(__('Tagged with: ', TDOMAIN),' ? ',''); ?>? </div> <?php endif;?> <div class="clear"></div> <?php if(is_single() || is_page()):?> <?php if(VPRO) include(THEME_LIB."/_contentsidebar.php");?> <?php endif; endwhile; ?> <?php include(THEME_LIB.'/_pagination.php');?> <?php else : ?> <div class="postwrap fix"> <div class="hentry"> <div class="billboard"> <?php if(is_404()):?> <h2 class="center"><?php _e('Page Not Found - Error 404',TDOMAIN);?></h2> <?php else:?> <h2 class="center"><?php _e('Nothing Found',TDOMAIN);?></h2> <?php endif;?> <p class="center"><?php _e('Try browsing by job type, or searching below.', TDOMAIN);?></p> <div class="center fix"><?php get_search_form(); ?></div> </div> </div> </div> <?php endif; ?>
Forum: Fixing WordPress
In reply to: Comments not showingOk – It appears I was confused and everything is ok. ?? I didnt think they were showing up on other sites, but they are. Sorry!!
Forum: Fixing WordPress
In reply to: Comments not showingDenis, Not sure what you mean. I thought I provided URLs with examples.