Recently I was working on adding Custom Post Type - Portfolio in a widget on Home page. An example of that would be Portfolio display on my Home Page. Each portfolio piece is a custom post type that gets added dynamically as I include a new piece. In Genesis there is a default widget - Genesis ... Read More →
Archives for October 2015
Add previous/next links on single page of custom post type in Genesis
If you have a custom post type (for example - Portfolio), you might want to add Previous and Next buttons under each portfolio piece. Here's an example of that on this website: Single Porfolio piece. Notice at the bottom Previous and Next links go to other single pages of custom post type - ... Read More →
How to add text “Menu” next to Hamburger Icon
When you build a responsive site, you most likely will have a Hamburger icon for Menu. A lot of WordPress Genesis themes come with responsive menuĀ icon that uses Dashicons, such as: Gist - Responsive Hamburger Menu icon https://gist.github.com/c272dbc57ed8f4f82983 The code above only ... Read More →