Gamingforce Interactive Forums
85239 35211

Go Back   Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk
Register FAQ GFWiki Community Donate Arcade ChocoJournal Calendar

Notices

Welcome to the Exploding Garrmondo Weiner Interactive Swiss Army Penis.
GFF is a community of gaming and music enthusiasts. We have a team of dedicated moderators, constant member-organized activities, and plenty of custom features, including our unique journal system. If this is your first visit, be sure to check out the FAQ or our GFWiki. You will have to register before you can post. Membership is completely free (and gets rid of the pesky advertisement unit underneath this message).


A quick tweak on Wordpress
Reply
 
Thread Tools
Tawnee Van Pelt
Everybody Hertz


Member 227

Level 23.36

Mar 2006


Reply With Quote
Old Jul 9, 2006, 07:58 PM Local time: Jul 9, 2006, 06:58 PM #1 of 2
A quick tweak on Wordpress

The post's author is circled en red:



I want it to be it a link to all the author's posts.

Here's the code:

Spoiler:

Code:
<?php get_header(); ?>

	<div id="content" class="narrowcolumn">

	<?php if (have_posts()) : ?>
		
		<?php while (have_posts()) : the_post(); ?>
				
			<div class="post" id="post-<?php the_ID(); ?>">
				<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Enlace Permanente a <?php the_title(); ?>"><?php the_title(); ?></a></h2>
				<small><?php the_time('j \de F \de Y') ?>  | escrito por <?php the_author() ?> </small>
				
				<div class="entry">
					<?php the_content('Lee el resto de esta entrada &raquo;'); ?>
				</div>
		
				<p class="postmetadata">Publicado en <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Editar','','<strong>|</strong>'); ?>  <?php comments_popup_link('Sin Comentarios »', '1 Comentario »', '% Comentarios »'); ?></p>
			</div>
	
		<?php endwhile; ?>

		<div class="navigation">
			<div class="alignleft"><?php next_posts_link('&laquo; Entradas Anteriores') ?></div>
			<div class="alignright"><?php previous_posts_link('Entradas Siguientes &raquo;') ?></div>
		</div>
		
	<?php else : ?>

		<h2 class="center">No Encontrado</h2>
		<p class="center">Lo siento, pero estás buscando algo que no está aquí.</p>
		<?php include (TEMPLATEPATH . "/searchform.php"); ?>

	<?php endif; ?>

	</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>

As you can see I'm a total PHP newbie. Any help is appreciated.

Jam it back in, in the dark.



Duminas
Something


Member 29

Level 13.21

Mar 2006


Reply With Quote
Old Jul 10, 2006, 03:04 AM Local time: Jul 10, 2006, 12:04 AM #2 of 2
See the line containing this code?
Code:
 escrito por <?php the_author() ?>
You'll need to go into WordPress' code where it defines functions (I can't be much help since I've not played with the software) and alter the the_author() function to spit a link out instead of just the name.

Have you tried asking on WordPress' forums?

There's nowhere I can't reach.


Need help using an FTP client? Look no further! ««
Reply


Exploding Garrmondo Weiner Interactive Swiss Army Penis > Garrmondo Network > Help Desk > A quick tweak on Wordpress

Forum Jump


All times are GMT -5. The time now is 02:58 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.