Jump to content
View in the app

A better way to browse. Learn more.

Portal do Host

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.

Featured Replies

Olá pessoal eu estou querendo colocar uma lista com meus últimos 3 posts do wordpress em meu site que é em html, gostaria de saber como fazer pois pesquisei muito e não encontrei solução.

Andei olhando alguns sites aqui do forum e achei bem legal o da mibhost que usa bem o que eu queria kk , e o da brasilhosp também muito legal.

http://www.mibhost.com/

http://www.brasilhosp.com.br/

Obrigado


Olá pessoal eu estou querendo colocar uma lista com meus últimos 3 posts do wordpress em meu site que é em html, gostaria de saber como fazer pois pesquisei muito e não encontrei solução.

Andei olhando alguns sites aqui do forum e achei bem legal o da mibhost que usa bem o que eu queria kk , e o da brasilhosp também muito legal.

http://www.mibhost.com/

http://www.brasilhosp.com.br/

Obrigado

Entra no msn que eu te passo o script :)


<?php
// Include Wordpress
define('WP_USE_THEMES', false);
require('./PASTADOBLOG/wp-load.php');
query_posts('showposts=5');

while (have_posts()): the_post(); ?>
<li><a target="_blank" href="<?php the_permalink(); ?>"><?php $str = get_the_title(); echo utf8_decode($str); ?></a></li>
<?php endwhile; ?>
[/PHP]


  • Author
Entra no msn que eu te passo o script :)

Muito Obrigado Igor, ja ja to Online


  • Author
<?php
// Include Wordpress
define('WP_USE_THEMES', false);
require('./PASTADOBLOG/wp-load.php');
query_posts('showposts=5');

while (have_posts()): the_post(); ?>
<li><a target="_blank" href="<?php the_permalink(); ?>"><?php $str = get_the_title(); echo utf8_decode($str); ?></a></li>
<?php endwhile; ?>
[/PHP]

Valew Jordan você é 10 ...


<?php
// Include Wordpress
define('WP_USE_THEMES', false);
require('./PASTADOBLOG/wp-load.php');
query_posts('showposts=5');

while (have_posts()): the_post(); ?>
<li><a target="_blank" href="<?php the_permalink(); ?>"><?php $str = get_the_title(); echo utf8_decode($str); ?></a></li>
<?php endwhile; ?>
[/PHP]

Muito bom, Jordan :)

Joel, lembrando que seu site não for em php, você deve usar um frame :)

Edited by IgorBueno


  • Author
Muito bom, Jordan :)

Joel, lembrando que seu site não for em php, você deve usar um frame :)

vixi é em html....

Vou usar frame mesmo então.

Valew


Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Important Information

Do you agree with our terms?

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.