Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] How to remove the title of a post? (http://forum.bytesforall.com/showthread.php?t=8522)

cfibanez Jul 26, 2010 05:34 AM

[SOLVED] How to remove the title of a post?
 
I used to do taht by typing a space in the single post title box and multiple post title box. Now in 3.5.3 these boxes are replced by entries for Custom Fields. These do no longer accept a space as a value. Please help!

lmilesw Jul 26, 2010 05:59 AM

Another problem with the space is that you have no way of determining the name of the post or page when looking for it. What you can do is go to ATO>SEO options and make sure Use Post/Page Options is set to yes. Then when in a post or page you will have a check box to not display the body title.

juggledad Jul 26, 2010 06:08 AM

you can also se the CSS option. Lets say you never want to display the title for a post. You can actually put a title in the post and then note the ID of the post. Now add a CSS Insert
HTML Code:

#post-xxxx .post-headline {display:none;}
where xxxx=the post ID. this will cause the title not to display, yet you will see the title in the backend and it will show up in the widgets - like recent posts)

cfibanez Jul 26, 2010 06:38 AM

Quote:

Originally Posted by lmilesw (Post 38281)
Another problem with the space is that you have no way of determining the name of the post or page when looking for it. What you can do is go to ATO>SEO options and make sure Use Post/Page Options is set to yes. Then when in a post or page you will have a check box to not display the body title.

Awesome! Those are the options that went missing during the upgrade.
Thank you!


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

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