-
AuthorPosts
-
March 17th, 2013 at 22:07 #4334Ponyhack
Hi to all,
first i’m sorry for my bad english, my problem is that when a comment was posted in my blog, the sidebars are moved into a new line like: http://leparoledisophia.it/?p=119, while normally must be: http://leparoledisophia.it/?cat=2
March 18th, 2013 at 03:35 #4341ManieHey I know this is off topic but I was wondering if you knew of any widgets I could add
to my blog that automatically tweet my newest twitter
updates. I’ve been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.March 18th, 2013 at 15:14 #4353PonyhackI know a plugin for facebook that do your posts in facebook, and was: “Add Link to Facebook”, for twitter i don’t know…
For my problem, what can I do?
March 18th, 2013 at 20:14 #4368ZedCryout Creations mastermindPonyhack, did you edit the theme files in any way?
Manie, for twitter we use Publicize (part of JetPack).
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 18th, 2013 at 21:01 #4374PonyhackYes, only a modification on theme-functions.php
function remove_admin_bar_links() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu(‘wp-logo’); // Remove the WordPress logo
$wp_admin_bar->remove_menu(‘about’); // Remove the about WordPress link
$wp_admin_bar->remove_menu(‘wporg’); // Remove the WordPress.org link
$wp_admin_bar->remove_menu(‘documentation’); // Remove the WordPress documentation link
}
add_action( ‘wp_before_admin_bar_render’, ‘remove_admin_bar_links’ );
I have installed one more time Mantra and wordpress, but nothing has changed
March 19th, 2013 at 11:25 #4423ZedCryout Creations mastermindWhat are you using that function for? What are you trying to achieve?
Did you try commenting that out to see if it is the cause of the issue?
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 19th, 2013 at 22:37 #4468PonyhackYes, i tried; The function delete wordpress logo from the admin bar…
March 21st, 2013 at 15:24 #4520PonyhackProblem solved.
I’ve moved the line <?php get_sidebar(); ?> out “content” section.
-
AuthorPosts
The topic ‘Sidebar in new line when a comment was posted!’ is closed to new replies.