MrTrafic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: transient_feed is getting scary. Is it legit , have I been hacked?Sorry, Edit from line 2 ->
2 Why are they stored in my DB although none of my plugins or pages are USING transient_feed’s content?Forum: Hacks
In reply to: Custom category titles – Hack All in one SEOHey Voodoo!
Thanks for your reply!
Do you know which part of the twenty ten code should I update to get these plugins running?Cheers,
Forum: Themes and Templates
In reply to: [Twentyten] Modify search formDude, you rock !
It works perfectly, I will work on the css and will pu it online soon.Thanks for your help !
Forum: Themes and Templates
In reply to: [Twentyten] Modify search formThanks for the tip!
I understand know π What is the name of the default file used in WP?
I need it so I can use that as a basis to code my own searchform.phpAgain thanks for your help on this π
Forum: Themes and Templates
In reply to: [Twentyten] Modify search formHi Esmi,
Thanks for your advice! π
I won’t update twenty ten in the future and the modification I’ve made will be working with any wordpress updates.
I can’t find any searchform.php file. In the header, a function calls the search form: <?php get_search_form(); ?> but I can’t find that one in any file !?
Forum: Themes and Templates
In reply to: How to modify search form's text ?Hi Esmi,
Thanks for your tip.
There is a file called search.php in my theme but it is used for the search page results template, not for the search bar at the top of each pages.any help?
Forum: Themes and Templates
In reply to: How to modify search form's text ?Hey kosaidpo,
Thanks for your reply!
Can you tell me where these files are located?CHeers,
Forum: Hacks
In reply to: Nofollow and conditionnalWow! Thanks for testing π
I finally put the site online. Up to know I was running it on my computer with wampserver.
It’s working properly once online, but not on my computer… weird…
Thanks for your help anyway !
For info, the site is http://parcs-d-attraction.com the links are at the bottom of the page and working π
Forum: Hacks
In reply to: Nofollow and conditionnalBack again…
No solution found yet… anyone help?Forum: Hacks
In reply to: Different Sidebar on PagesHi!
something even more easier, WIDGET LOGIC plugin.
This plugin allows you to pick a diferent sidebar widget for each page of your blog independantly.
You will have to enter a shortcode on each on the widget you will be implementing in your sidebar to define on which page(s) the sidebarwidget will appear.have fun!
Forum: Hacks
In reply to: Nofollow and conditionnalI still have “dofollow” attribute on all other pages :-S
Maybe something wrong with the else bit…
Forum: Hacks
In reply to: Nofollow and conditionnalHey Deem119,
Thanks for your reply!
All posts are set on dofollow with code above.
If I rely only on first one, all pages have the “nofollow” attribute
(code below)
<a title="123" rel="<?php if (is_home()) {echo ('dofollow');} else {echo ('nofollow');}?>" href="http://mywebsite.com">My link</a>