I created a child theme from the TwentySeventeen theme and it seems to work. I can override the content.php file by creating a matching folder and my own content.php...
my objective is to define a custom excerpt length. I know that I can do it defining a new function in my functions.php located in the child theme of...
I really like the drop down menu solution of twenty eleven theme: http://twentyelevendemo.wordpress.com/ and would like to create a similar one but I cannot figure how it works, or...
Is there a way to hide the Twenty Eleven theme from the “Themes” page in wordpress? I have 10 themes for clients to choose from and i don’t want...
I’m using a child theme of twentyeleven, and I’d like to replace the default 8 images with my own – and have them rotate as the default images do...
After creating a child theme which is made of style.css only (base on twentyeleven), the time has come to replace the images. I found this great tip for accomplishing...
I see in the twentyeleven theme, before most custom functions they check if it exists <?php if ( ! function_exists( 'twentyeleven_comment' ) ) : function twentyeleven_comment( $comment, $args, $depth...
I know how to do it by writing a separate ul/li css for wp_list_categories, but I find menus of “twenty eleven” already well designed and flexible, so I`d like...
Basically I’ve setup a custom post type and taxonomy for a set type of posts and I’m creating a child theme from twentyeleven. When I use the default WP...
Can someone please assist with how to remove from my theme, whilst in author mode, the edit_post_link (Edit link), throughout all my pages. Which php files in the Twenty...