Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   how to format the post page? (http://forum.bytesforall.com/showthread.php?t=13564)

lisakate Mar 30, 2011 12:39 PM

how to format the post page?
 
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/

juggledad Mar 30, 2011 01:13 PM

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?

lisakate Apr 25, 2011 10:39 AM

Hi thanks - I followed this thread to remove the link:
http://forum.bytesforall.com/showthread.php?t=8993
:)

juggledad Apr 25, 2011 10:56 AM

ok, I look at that thread, so how did you do it?

lisakate May 3, 2011 01:28 PM

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. :confused:
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).


All times are GMT -6. The time now is 07:36 PM.

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