Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

webmasterintexas

Members
  • Joined

  • Last visited

  1. On the image problem, use Firebug, and see why your image is not working. Are you calling it from the stylesheet or just putting it in the header?
  2. There are several ways, 1) Use other pages/posts and include them into the page. <?php $recent = new WP_Query("page_id=**ID**"); while($recent->have_posts()) : $recent->the_post();?> <h3><?php the_title(); ?></h3> <?php the_content(); ?> <?php endwhile; ?> make sure you put the page ID you want to use, and it will pull that page into the page you are working on. 2) Many themes come with several widgets, but you can also build your own, and place it where you want to on a page. there are more options, but this is a start.
  3. I have over 10 years in professional Wordpress development, this includes building custom plugins, themes, and yes, Custom Post Types. I am happy to give you a quote on your project, and any others you may need help with. Jerry Schrader USWordpress Pros www.uswordpresspros.com (/portfolio) Skype: jerryschrader

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.