Im using magazine theme and awpcp classifieds. Everything was working fine today and when I came home from school tonight I found that classifieds was replicating over my header as was my contributors plugin.
I searched a solution and found one that said place this code:
In the header replacing this code:
However, I can’t find the later code.
I wonder what would cause this. I changed my permalink structure yesterday, but visited the site several times since and everything was working.
I especially checked classifieds for functionality cause I ran into this issue before, and had to completely reinstall wordpress.
Tim, awpcp matters are handled via awpcp.com, and it looks as if you are using a different magazine theme; but if it helps, the likely issue is that either something in your theme, or a plugin you are using for SEO purposes, is using the excerpt for the pages somewhere in your header. The classifieds and the contributors plugin are not affecting each other. In other words, one is not causing the other to display itself at the top of the page. The pages use shortcode for content so when the code in your header executes for these pages it renders the shortcode content.
From a quick check of your source code the reference appears to be above “<meta name="title"". I don't know if that's hardcoded in your header.php file or if it's coming from one of your SEO plugins.
In your case, you will need to also exclude the ID of your contributors page so you would need to do something like
Thanks, very insightful and I will bookmark this page.
I have re-uploaded wordpress and reinstalled all plugins. I was not that far along and only had a few post. For some reason the link to classifieds took me to your page.
Im using magazine theme and awpcp classifieds. Everything was working fine today and when I came home from school tonight I found that classifieds was replicating over my header as was my contributors plugin.
I searched a solution and found one that said place this code:
In the header replacing this code:
However, I can’t find the later code.
I wonder what would cause this. I changed my permalink structure yesterday, but visited the site several times since and everything was working.
I especially checked classifieds for functionality cause I ran into this issue before, and had to completely reinstall wordpress.
What is the solution if there is one. Please look at my site:
http://www.raleightribune.com
Thanks,
Tim
Tim, awpcp matters are handled via awpcp.com, and it looks as if you are using a different magazine theme; but if it helps, the likely issue is that either something in your theme, or a plugin you are using for SEO purposes, is using the excerpt for the pages somewhere in your header. The classifieds and the contributors plugin are not affecting each other. In other words, one is not causing the other to display itself at the top of the page. The pages use shortcode for content so when the code in your header executes for these pages it renders the shortcode content.
You need to find the code in your header file that is referencing the page excerpt and follow the instructions at http://www.awpcp.com/classifieds-repeating-itself-at-the-top-of-your-page/ to fix the problem.
From a quick check of your source code the reference appears to be above “<meta name="title"". I don't know if that's hardcoded in your header.php file or if it's coming from one of your SEO plugins.
In your case, you will need to also exclude the ID of your contributors page so you would need to do something like
< ?php if( (!is_page(xxx)) && (!is_page(yyy)) ) {the_excerpt();} ?>xxx and yyy represent the IDs of the classified page and your contributor’s page.
You could also try adding some text above the shortcode in each page so that the text gets used by the header and not the shortcode.
Thanks, very insightful and I will bookmark this page.
I have re-uploaded wordpress and reinstalled all plugins. I was not that far along and only had a few post. For some reason the link to classifieds took me to your page.
Well, thanks anyway
Tim
Hi, I am looking to remove log in of the footer area and cant seem to find any reference can you advise please?
Rich, look in the file footer.php for
<li><?php wp_register(); ?></li>
<li><?php wp_loginout(); ?></li>
Hello,
I just wanted to know how to disable “interesting sites” section on the left side? Do you have help file or forum to support?
I look forward to your support.
Thanks,
Ajish
ajish, go to appearance and click on widgets and add your widgets to sidebar narrow and your widgets will replace the default widgets being used