By nickeberle on
I have a simple problem but I don't have a solution the links section on my website is below the content. Where in my case links for flag content, social bookmarking and email a friend are located. I want this information above the node content.
Nick Eberle
AsktheSwami.com
Comments
Your theme will have a
Your theme will have a node.tpl.php file that likely has something like:
You can experiment with where this snippet is located in your node.tpl.php or manipulate the links CSS class to relocate it.
A handy module for finding information about the various elements of the rendered page is the Theme developer module, part of the Devel module. Check out this screencast to learn more about the Theme developer module.
All fixed thank you for
All fixed thank you for pointing me in the right direction. Sorry for being lazy ;D
Thank you- I was looking for
Thank you- I was looking for this also.
Sorry for revive this post...
Sorry for revive this post... I want to move the translation link below "submited by..."
This is my code of node.tpl.php
I have moved
Below
This has moved translation below "submited by...". But buttons "Read more" and "Comment" too... How i can separate translation link of "read more" and "comment" buttons?
Regards,
Sergio
I can't seem to find the
I can't seem to find the solution on this either.
My language icons appears under the content and I want to move them to above the primary links, but I cant find the php where the language icon and link is printed...
Could anyone please help me out?