John Regalado
@headmine on WordPress.org
- Member Since: January 26th, 2009
- Location: Austin, Texas
- Website: johnregalado.com
-
Posted a reply to Linking to the latest page which is a child of a specific page, on the site WordPress.org Forums:
Maybe try something like this: // WP_Query arguments $args = array( 'post_parent' => '13', 'nopaging'… -
Posted a reply to Suggest me some plugin, on the site WordPress.org Forums:
Have you tried Download Manager? https://wordpress.org/plugins/download-manager/ -
Posted a reply to Change the Site Logo on Hover, on the site WordPress.org Forums:
Two ways to do this CSS div { background: url('https://placeholdit.co//i/100x100'); } div:hover { background: url('https://placeholdit.co//i/100x100?bg=111111');… -
Posted a reply to Sudden 404 on all pages, on the site WordPress.org Forums:
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you… -
Posted a reply to Broken category styling, on the site WordPress.org Forums:
Try deactivating all plugins. If that resolves the issue, reactivate each one individually until you…