← WordPress

Que plugin sao estes?

Lida 3074 vezes

Offline

mapb_1990 
Membro
Mensagens 109 Gostos 0
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Tenth year Anniversary Windows User Super Combination Combination Topic Starter Poll Voter Level 4 Level 3 Level 2

Boas,

Queria de saber que plugins sao estes, para instalar no meu blog.


a imagem diz tudo


este, axo que insere no fim do post, um link para referenciar o post, noutros sitios.
Offline

betanalista 
Membro
Mensagens 2564 Gostos 0
Feedback +18

Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Offline

mapb_1990 
Membro
Mensagens 109 Gostos 0
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Tenth year Anniversary Windows User Super Combination Combination Topic Starter Poll Voter Level 4 Level 3 Level 2

obrigado, é esse mesmo.
e o outro, alguem sabe qual é, ou um que faça a mesma coisa?
Offline

betanalista 
Membro
Mensagens 2564 Gostos 0
Feedback +18

Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

deixa o site de onde o viste
Offline

mapb_1990 
Membro
Mensagens 109 Gostos 0
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Tenth year Anniversary Windows User Super Combination Combination Topic Starter Poll Voter Level 4 Level 3 Level 2

Offline

betanalista 
Membro
Mensagens 2564 Gostos 0
Feedback +18

Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

isso é programado por eles, e parece-me bastante fácil


Offline

Souza 
Elite
Mensagens 1816 Gostos 1
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Bastante simples, escreve tudo em html e quando precisares do link do artigo utilizas isto

<?php

$url= "http://" . $_SERVER['HTTP_HOST']  . $_SERVER['REQUEST_URI'];

?>

De seguida <?php echo $url ?> onde quiseres no código.
Offline

betanalista 
Membro
Mensagens 2564 Gostos 0
Feedback +18

Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Não precisa disso Souza, o wordpress oferece isso tudo

url do artigo <?php the_permalink() ?>
data <?php is_date(); ?>
autor <?php is_author($author); ?>
titulo do artigo <?php the_title(); ?>


Não sei se estão todos correctos, mas um exemplo:

O artigo <?php the_title(); ?>, localizado em <?php the_permalink() ?>, foi escrito por <?php is_author($author); ?> em <?php is_date(); ?>..

 :grin:
Offline

Souza 
Elite
Mensagens 1816 Gostos 1
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

Nem me lembrei disso, claro, muito melhor opção e mais completo :D
Offline

mapb_1990 
Membro
Mensagens 109 Gostos 0
Feedback +2

Troféus totais: 26
Trófeus: (Ver todos)
Level 5 Tenth year Anniversary Windows User Super Combination Combination Topic Starter Poll Voter Level 4 Level 3 Level 2

thx. obrigado a tds.
pensava que havia um plugin, mas tb é fácil de se fazer. xD