Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   How can I do this? (http://forum.bytesforall.com/showthread.php?t=17413)

twb716 Apr 26, 2012 08:22 AM

How can I do this?
 
I am interested in setting the title of a post inside the content area of the post, lined up with the text.

Here is an example of what I am trying to do:

http://www.forthosewhonotice.com/content/

Any ideas on how to accomplish this?

Thanks in advance.

TB

juggledad Apr 26, 2012 11:25 AM

Quote:

setting the title of a post inside the content area of the post, lined up with the text.
the title and text are both left justified. what do you want it to do?

lmilesw Apr 26, 2012 11:32 AM

Have you tried anything? Using the Featured Image function of WordPress along with excerpts seems like it should work.

twb716 Apr 26, 2012 12:05 PM

Thanks for the replies, gents. Here is how the posts are laid out now (with the title ABOVE the post content):

http://iesmms.com/example/style.png

...but I would like it laid out like this, so that the title is INSIDE the post content:

http://www.forthosewhonotice.com/content/

I hope this is a clearer explanation.

TB

twb716 May 23, 2012 07:54 AM

Any more ideas on how I can do this? To reiterate, I would like to put the post title INSIDE of the post's content area. Possible? Thanks again.

TB

juggledad May 23, 2012 08:12 AM

Is it possible- absolutely
Will it be easy - nope

You will need to edit index.php and code a conditional arround the code that does the title, then edit bfa-postparts.php and find the code that does the_content() and add the tittle in (but not if you are on a 'page' page) and add the title to the content for display.

Oh and make good notes since you will need to redo it after each update.

You could also try positioning things with CSS.

lmilesw May 23, 2012 01:39 PM

You could also use CSS to hide the title and add the "title" inside the post body.

twb716 May 24, 2012 05:26 AM

Thanks so much, gentlemen! Looking over my options, the first suggestion might be a little too complicated for me. How would I go about hiding the title with CSS and adding the title to the post area? Thanks again.

lmilesw May 24, 2012 07:10 AM

You would add the following in the CSS Inserts box in the theme options.
HTML Code:

.post .post-headline{
display: none;
}

Then just re-type your "title" into the body of the post and position as you wish.


All times are GMT -6. The time now is 08:39 AM.

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