jcbousignac
Forum Replies Created
-
Sorry, i found another solution from. This poses an SEO concern at 2 levels:
1 ° It creates duplication of content: content should only be found through 1 single url
2 ° it looks like a hidden text practice: the content is invisible to users, but visible to robotsIn these 2 cases, they are blocking factors for SEO
Regards
Thanks a lot!
For your information, the update of 2.7.15 has solved the problem without any intervention on my part in the piece of code embedded in the template!
Thx for your job @jimtrue & @keraweb, Pods rocks!- This reply was modified 6 years, 9 months ago by jcbousignac.
There is nobody here? 😀
sorry:
<h2>Personnel list {@post_title}</h2>
[each personnel_agency]
[before]- [/before]
- {@personnel_agency.post_title}
[after]
[/after]
[/each]- This reply was modified 6 years, 9 months ago by jcbousignac.
Forum: Themes and Templates
In reply to: [MyKnowledgeBase] How to move the sidebar to the left?Sorry I have the solution. 2 lines in the css files. float:left; fort the sidebar class, and float:right; on the content class.