Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

full posts on Category pages without the link


  #1  
Old May 5, 2009, 03:22 PM
curious
 
21 posts · Apr 2009
Hi there,
in the theme options (Show full posts or only excerpts, on Category pages?) I decided me for showing full posts on the Category pages. My Question is: Can I remove the Link-Function (permanent-links?) in the displayed Posttitles? I have only a few post at a time for one category, and it's not neccesary to view them as single posts. It's enough to see the posts listed as full posts among each other on one category page.

greetings,

curious

Last edited by curious; May 5, 2009 at 03:32 PM.
  #2  
Old May 5, 2009, 08:01 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In the Post Heading section in index.php find:

if( !is_single() AND !is_page() ) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php

(or similar) and change to

if( !is_single() AND !is_page() AND !is_category() ) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php
  #3  
Old May 6, 2009, 01:05 AM
curious
 
21 posts · Apr 2009
Hi flynn,

thanks for fast the repose.
The new code is working fine in the category section..

But I have a additional question.

By using the calendar widget (whereI have the possibilty to click on a date,
and all Category Articles I have post on that specific day appear),
all the posts have furthermore the permalinks in their titles.

Can I remove that, too?

greetings,

curious
  #4  
Old May 6, 2009, 07:24 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
if( !is_single() AND !is_page() AND !is_category() AND !is_date() ) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php

See http://codex.wordpress.org/Conditional_Tags for more options

!is_....() means "if this is not ..."
  #5  
Old May 6, 2009, 07:49 AM
curious
 
21 posts · Apr 2009
Great, that works!

Thanks Flynn!!


greetings,
curious
  #6  
Old May 6, 2009, 07:56 AM
curious
 
21 posts · Apr 2009
Hi flynn,

is it possible to adjust the calendar, that the calendar show only the entries of only one category (I specify)?

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Show sticky posts in category pages c32v Atahualpa 3 Wordpress theme 3 Dec 12, 2010 08:37 AM
Full Post Text on specific category pages spencer Atahualpa 3 Wordpress theme 1 Jul 7, 2009 02:47 PM
Static pages with category posts? mcphoto Atahualpa 3 Wordpress theme 3 Apr 25, 2009 09:48 AM
Posts showing up twice on category pages? michiganbasketball Atahualpa 3 Wordpress theme 1 Mar 12, 2009 04:56 PM
[SOLVED] Link to list of posts in category or archive JKauffman Atahualpa 3 Wordpress theme 2 Feb 1, 2009 08:14 AM


All times are GMT -6. The time now is 12:19 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.