doubledown11
Forum Replies Created
-
Forum: Plugins
In reply to: Ultimate Google Analytics Plugin with WordPress 2.7I am having trouble with the plugin. It has inserted the code in my head, I want to move it to the body, but don’t see where I can do that. My referral links are not being properly tracked. If you think you can help, boxerrising? please do.
Forum: Fixing WordPress
In reply to: How to Exclude a Category From Front PageThis worked for me:
Next, go into Appearance > Editor, and open functions.php. Add the following function: function exclude_category($query) { if ( $query->is_home ) { $query->set('cat', '-xx'); } return $query; } add_filter('pre_get_posts', 'exclude_category'); where xx is the number of your category. Don't forget the minus sign in front of it! Save it, and you're done.
Forum: Fixing WordPress
In reply to: How to Exclude a Category From Front PageMichaelH, can you please tell me where to enter that code you’ve provided?
Forum: Fixing WordPress
In reply to: Can I edit my tag page? It’s terrible for SEOAny ideas? Google is sending people to the tag page that has a snippet, no graphics, nada. I need them to get to the actual page instead ??
Forum: Fixing WordPress
In reply to: Published post is not showing in blog…Why?thanks that appears to have worked. But why…?
ah … nevermind, it was being controlled through the ‘widgets’ item under ‘appearance’.
strange.
Forum: Fixing WordPress
In reply to: Short preview of 1 or 2 articles on front page?thank you rj, that worked.
Forum: Fixing WordPress
In reply to: image upload errorany ideas?
Forum: Fixing WordPress
In reply to: Any idea why my newly created page doesn’t work?gracias wpsec, that did the trick ??
Forum: Fixing WordPress
In reply to: Any idea why my newly created page doesn’t work?Does anyone else understand how to get pages to work? The page has been created, yet it doesn’t show, and the 404 isn’t wordpress related…. someone must have an idea?
Forum: Fixing WordPress
In reply to: Any idea why my newly created page doesn’t work?Hi Clayton, I tried that, and still no luck.
I’m stumped.Forum: Plugins
In reply to: How To Create Custom Link “module”, editable by admin, w/archive of linksThe Links section is being used for something else…
Is there any more functional way of creating a custom “link box”? I’d also like to control it’s look and position to be somewhere other than the default place in the sidebar…
Is that possible?
Forum: Fixing WordPress
In reply to: Custom Box of links on right sideideas?
Forum: Everything else WordPress
In reply to: Could I emulate this site using WordPress?Chrisber, could you comment on how you would achieve the different sidebars?
I was under the impression that there was one sidebar that was called through PHP. How would you customize it on every section like she has?
Forum: Fixing WordPress
In reply to: BR tags being added from thin air…what’s going on?Attitude? Apologies if my use of capital letters has offended anyone…because I’m just trying to keep things clear.
Trey, if you or anybody else has an idea of how to fix this wrapping issue, I will be very grateful.