Vigil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide excerpt in single post?That worked beautifully, thank you.
<?php the_content($stripteaser,true); ?>
Forum: Plugins
In reply to: [MaxGalleria] Images not showing in Google Image SearchJust to confirm that I’m reading you right, all images uploaded and presented using MaxGalleria are classified as attachments?
The “Media (attachment)” setting below in my SEO panel was actually checked for some reason—could that have been creating the problem? I didn’t think it would, since “Galleries (maxgallery)” was never checked off.
Please check the appropriate box below if there’s a post type that you do NOT want to include in your sitemap:
Posts (post)
Pages (page)
Media (attachment)
Galleries (maxgallery)Forum: Plugins
In reply to: [MaxGalleria] Images not showing in Google Image SearchYes, it seems fine:
User-agent: *
Disallow: /wp-admin/Is it possible that my images are blocked because Google has my site flagged as an adult-oriented site because of certain reoccurring keywords?
Edit: None of my site’s images are showing up in Bing’s image search either, so it can’t be that.
Forum: Themes and Templates
In reply to: Wrapper Div Not Affecting LoopI’m closing this; my problem requires a new thread.
Forum: Themes and Templates
In reply to: adding margin to themeThanks, folks.
I felt real stupid after I realized I could just view my page source and see exactly what wp_head was attaching to my header.
It was indeed the admin bar. I ended up going into my control panel to turn it off.