downloadmydrums
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Entire posts & read more won’t show on my home page.sorry for the double post, it looks like this.
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar 1', 'before_widget' => ' <li>', 'after_widget' => '</li> ', 'before_title' => '<h2>', 'after_title' => '</h2>', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar 2', 'before_widget' => ' <li>', 'after_widget' => '</li> ', 'before_title' => '<h2>', 'after_title' => '</h2>', )); ?>Forum: Fixing WordPress
In reply to: Entire posts & read more won’t show on my home page.My functions.php looks like this:
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar 1', 'before_widget' => ' <li>', 'after_widget' => '</li> ', 'before_title' => '<h2>', 'after_title' => '</h2>', )); if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar 2', 'before_widget' => ' <li>', 'after_widget' => '</li> ', 'before_title' => '<h2>', 'after_title' => '</h2>', )); ?>Where do I insert the code recommended in the codex link? because I tried inserting it into a couple different places and none of them worked.
Forum: Fixing WordPress
In reply to: Entire posts & read more won’t show on my home page.that worked! I had a post teaser plugin that was activated. Yesterday I thought I had deactivated it but maybe I just deactivated it and didn’t apply the changes on the plugin page. In any event, the read more tag is back.
Now, new question……after you click the read more link it takes you to the bottom of the post page. What can I do to make the read more link take readers to the top of the entire post?
thanks for all your help so far!
Forum: Fixing WordPress
In reply to: Entire posts & read more won’t show on my home page.here’s the index.php file: http://wordpress.pastebin.ca/1526725
the theme is pretty standard. As far as the theme and pages….i only changed the type colors, border colors, inserted my own logos, etc….nothing major. all the pages are standard.
again, this problem started happening out of nowhere. i hadn’t made any changes to my theme in several months.
Forum: Fixing WordPress
In reply to: Entire posts & read more won’t show on my home page.thanks esmi!
sure….here’s my homepage http://downloadmydrums.com/
and here is the full version of one of the posts: http://downloadmydrums.com/free-loops-samples-rekkerd-org/
i always put my download links after the read more so it’s kind of important for readers to have access…..
btw…..i have NOT changed themes or added new plugins recently.
Forum: Fixing WordPress
In reply to: Read more links disappeared from all my postsbump
Forum: Fixing WordPress
In reply to: Read more links disappeared from all my postsSorry for the multiple posts but i’m figure things out as I try to figure it out…..
Even when I remove the more tag, the post still gets split…..it doesn’t show the entire post when I take the more tag out. weird, right?
Forum: Fixing WordPress
In reply to: Read more links disappeared from all my postsThe post splits on my homepage where I want it to but there is no link to read more…..no matter what I try.
Forum: Fixing WordPress
In reply to: Read more links disappeared from all my postsI should also mention that it JUST started giving me problems. Yesterday everything worked fine and today, nothing!
Forum: Fixing WordPress
In reply to: Post titles stopped showing in search enginesAlthough Webmaster Tools shows fewer pages with duplicate meta descriptions than before, there are still several posts which I fixed that show up with duplicate meta descriptions. Like this post for example, http://downloadmydrums.com/download-374-old-school-video-game-samples/
Any more help would be appreciated.
Forum: Fixing WordPress
In reply to: Redirection plugin – 404 error – faviconNice! I knew it had to be something simple. So far so good but i’ll keep you posted.
Thanks!
Forum: Fixing WordPress
In reply to: Post titles stopped showing in search enginesThanks for all your help. I’ll give it a couple days and if it’s any better
Forum: Fixing WordPress
In reply to: Post titles stopped showing in search enginesthanks for all your help so far!
I think I got rid of all of the duplicate meta tags last night. My posts titles still don’t come up in a search though.
Will it just take some time for the search engines to start recognizing my posts again or is there anything else I can do to fix the problem?
Forum: Fixing WordPress
In reply to: Post titles stopped showing in search enginesI’d prefer to still use the All in One SEO plugin. Can I just remove the meta tags not associated with AIO?
How long will it take after I delete those lines from my header.php for them to disappear from my source code?
Forum: Fixing WordPress
In reply to: Post titles stopped showing in search engines