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 » Center area post/pages »

how to format the post page?


  #1  
Old Mar 30, 2011, 12:39 PM
lisakate
 
15 posts · Aug 2010
Boston, USA
Hi - I had disabled the ability to click on the headline of a post. But now I realize that when a post is shared, the URL is to that post's page, which is not formatted well. So I have 2 questions:
1) how do I re-enable the hyperlink on the headline?
2) how do I format the post page? I was not sure where in the theme's control panel I can adjust this?

Example of a non-hyperlinked post ("students create original music" post in the new section):
http://www.brcps.org/category/news/

Example of the direct URL when it is shared:
http://www.brcps.org/students-create...he-rainforest/
  #2  
Old Mar 30, 2011, 01:13 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
The post title on a SINGLE POST page is never a link, on a multi post page is is a link to the SINGLE POST page.

if I knew how you 'disabled the ability' I could tell you. Did you edit the theme code?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by lmilesw; Mar 31, 2011 at 05:05 PM.
  #3  
Old Apr 25, 2011, 10:39 AM
lisakate
 
15 posts · Aug 2010
Boston, USA
Hi thanks - I followed this thread to remove the link:
http://forum.bytesforall.com/showthread.php?t=8993
  #4  
Old Apr 25, 2011, 10:56 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
ok, I look at that thread, so how did you do it?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old May 3, 2011, 01:28 PM
lisakate
 
15 posts · Aug 2010
Boston, USA
I know that I removed the <a href> in the code in the editor somewhere but I can not remember where that is!! I am searching through the codes but have no clue.
Could it be in this?

// Post Title
if ( strpos($postinfo_string,'%post-title%') !== FALSE ) {
ob_start();
the_title();
$post_title = ob_get_contents();
ob_end_clean();
$postinfo = str_replace("%post-title%", $post_title, $postinfo);
}
I know I can add the permalink to the bottom of the post to get around this. But then I still need to format the single post's page so that it does not have so many widgets on it (too skinny).

Bookmarks

Tags
posts

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Change Text Format from Main Page Eddiemaus Center area post/pages 4 Aug 22, 2010 03:33 AM
How to put a Search form and format it in a page Mikii Center area post/pages 0 Jun 26, 2010 03:51 AM
How can I show 1st post in one-column, and rest of the posts in two-columns format brunomeirinho Center area post/pages 0 May 1, 2010 08:15 PM
Trying to convert my page menu bar to the format on my simple machines forum page.. Joelb53 Page & Category Menu Bars 1 Apr 5, 2009 03:01 PM
Format a "particular" Post differently Shepherd Jim Post-Kicker, -Byline & -Footer 1 Mar 23, 2009 02:41 PM


All times are GMT -6. The time now is 09:55 PM.


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