artartifact
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minimatica] [Theme: Minimatica] Remove "Pages" Title of SidebarI finally figured out how to correct the problem – I was using the “My Page Order” Plug In and had to edit my-page-order/mypageorder.php by removing the word “Pages” from the line:
$title = apply_filters(‘widget_title’, empty( $instance[‘title’] ) ? __( ‘Pages’ ) : $instance[‘title’]);
It now appears as:
$title = apply_filters(‘widget_title’, empty( $instance[‘title’] ) ? __( ” ) : $instance[‘title’]);
and the word “Pages” has disappeared from the top of the sidebar list.
Forum: Themes and Templates
In reply to: [Minimatica] [Theme: Minimatica] Remove "Pages" Title of SidebarI am trying to remove the word “pages” from the side bar of our site – also in Minimatica – and can’t figure out how to do it. Our site is: blutstein-brondino.com and can’t find the answer – has anyone else found an answer to this “problem”?
Hello Lmbyford, I am trying to remove the word “pages” from the side bar of our site – also in Minimatica – and can’t figure out how to do it. I read your first posting with respect to this issue, and of course followed your link in that sequence to this note; and, when I went to your site, I didn’t fine the word “Page” on the sidebar and suppose (and hope) that you found a solution. Can you share the solution with me? Thank you, artartifact