Graphene Theme shows previous/next post links above the current post. It is a nice feature which makes it easier for your blog readers to read your previous or next post. But if the post titles are too long, they may span across two lines and give your site an uglier look. It doesn’t look nice. …
Tag Archive: Wordpress
Centering Menus in Graphene Theme
Header and Secondary menus in Graphene Theme are left aligned. You can align them centre using some CSS code. Centering menus is quite easy. Just add this to Custom CSS or child-theme style.css #header-menu { display: table !important; margin: 0 auto !important; } This aligns the header menu to centre of the header menu wrap. …
jQuery drop down menu in Graphene Theme
Drop down menus in the Graphene Theme works absolutely fine. But it shows sub menu items immediately when you hover on parent menu item. You can enhance the drop down menu UX with some jQuery animation. Follow this post to have a jQuery drop down menu in your site powered by …
Short Link WordPress plugin
Today I hosted my new WordPress plugin Short Link at WordPress plugin repository. Short Link WordPress plugin will add a short link to all posts and optionally for pages after post/page content. If you are using WordPress pretty permalinks, your post URLs may be too long to share it on micro-blogging sites like twitter and …
Animate Return to top using jQuery in Graphene Theme
Graphene Theme puts a Return to top link in the footer. When you click it, you’ll instantly go back to top of the page. But it is too plain. You can see this here. Scroll down to footer and click Return to top. This post shows how to animate Return to …
TinyURL WordPress Plugin
You all know the importance of Tiny URLs. They are very convenient to share a web page on microblogging sites like twitter and identi.ca, where the number of characters itself is limited to some 140 letters. Tiny URL is my new WordPress plugin. This TinyURL WordPress Plugin creates a …



Recent Comments