Posts tagged “wordpress”

Articles about wordpress.

  • TIL: Hide Empty Sidebars From Template

    My Foundation theme was showing the sidebar even when the sidebar was totally empty. This caused some wonky-looking main content which was shifted to the left, making room for the useless (and invisible) sidebar.

  • TIL: Override Login Messages with `add_filter()`

    Using the Wordpress "Theme My Login" plugin to display a nice login form on a custom dashboard page. The form by default displays a "Log In" message, but what I'd like to see is "Please log in to view your application status".

  • TIL: How to get the URL of a Job Listings page

    After installing WP Job Manager on a careers-focused Wordpress site, I needed to set up a job search form. This search form would allow users to enter in a job title, keyword, etc to search the jobs on the site. Clicking "Go" would bring them to the job listing page.