btard
Forum Replies Created
-
Forum: Plugins
In reply to: [Background Manager] Background Manager and themify theme (magazine)Hrm, i did a theme reset and it magically worked… bizarre. I will work out the issue. I will mark this as resolved since your plugin seems to work perfectly until some derp (me) decided to break the theme.
Forum: Plugins
In reply to: JQuery Tabs or Accordion plugin in postsis it a windows application? i don’t see anything on hardware/operating system requirement for the actual builder.
Forum: Fixing WordPress
In reply to: Sitemap.xml is indexed in google ?Create or log into your GWT account:
https://www.google.com/webmasters/tools/
Follow these steps:
https://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=164734
Forum: Fixing WordPress
In reply to: Sitemap.xml is indexed in google ?Remove it via webmaster tools and noindex it etc.
Forum: Plugins
In reply to: re-use text blocks pluginNothing QQ ?
Forum: Fixing WordPress
In reply to: Continue reading link errorFor me, the problem was caused by Andy Beard’s plugin called “Nofollow Those Dupes”.
As found here https://andybeard.eu/wordpress-plugins/
Forum: Fixing WordPress
In reply to: Sitemap.xml is indexed in google ?If you want to remove it from google then remove it via webmaster tools. Why do you not want it indexed? It’s a good thing.
As for building “substantial” pages I mean pages of substance, i.e. “good content”.
So for a category called “blue widgets” in would make pages and posts about the subject and link to be categories.
Forum: Fixing WordPress
In reply to: Sitemap.xml is indexed in google ?is indexed? that’s the point.
as for blog categories, they aren’t likely to be easily picked up by google. think about it, they are pretty useless pieces of information. i recommend that if you want to get your categories indexed that you build substantial pages around them.
ditto with issue.
happening with stats and clicking on an individual column in the stats graph.
Forum: Fixing WordPress
In reply to: Continue reading link errorsame deal with me on “Twenty Ten” theme
Forum: Plugins
In reply to: cookies not persistingbumping this 7 months later since i never found a concrete solution for creating additional sessions or cookies in wordpress.
Forum: Fixing WordPress
In reply to: Remove comments rss feed linkOld topic but….
Put
remove_action( 'wp_head', 'feed_links' );
in your theme’s functions.phpThis doesn’t appear to remove this:
<link rel="alternate" type="application/rss+xml" title="Site » Feed" href="https://localhost/feed" /> <link rel="alternate" type="application/rss+xml" title="Site » Comments Feed" href="https://localhost/comments/feed" />
This is what I’m removing through theme’s functions.php file
remove_action( 'wp_head', 'feed_links' ); remove_action( 'wp_head', 'rsd_link'); remove_action( 'wp_head', 'wlwmanifest_link'); remove_action( 'wp_head', 'index_rel_link'); remove_action( 'wp_head', 'parent_post_rel_link'); remove_action( 'wp_head', 'start_post_rel_link'); remove_action( 'wp_head', 'adjacent_posts_rel_link'); remove_action( 'wp_head', 'wp_generator');
Forum: Plugins
In reply to: re-use text blocks plugin/bump
Forum: Fixing WordPress
In reply to: is_page() producing odd resultsseemed to have fixed it using
<?php if(is_front_page()):?>
when the front page is changed to a post or page, this serems to be the way top go.
you live, you learn…
Forum: Plugins
In reply to: re-use text blocks pluginbump to the top ??