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)
-   -   Adding some stuff to post-footer (http://forum.bytesforall.com/showthread.php?t=14333)

Edwin May 25, 2011 02:40 AM

Adding some stuff to post-footer
 
I want to add the following to the footer on the single post page:

Code:

| Laatst gewijzigd: <?php mdv_last_modified(); ?> |
But it seems php is no longer allowed to work. Is there any workaround to it?

juggledad May 25, 2011 03:16 AM

You can add a widget area and then put the php in a text widget. Then get the exec-php widget

Edwin May 26, 2011 02:58 AM

I don't mean the footer, but the FOOTER: Single Post Pages where you can include the following:

Quote:

Gepost op %date('F jS, Y')% | %tags-linked('Tags: ', ', ', ' | ')% Category: %categories-linked(', ')% %edit(' | ', 'Edit this post', '')% | Laatst gewijzigd: <?php mdv_last_modified(); ?> |
Just beneath the posts it self

http://www.stupidnothings.com/wp-con...-structure.gif

juggledad May 26, 2011 05:00 AM

unfortunately, due to WordPress.org requirements the use of php in the theme options had to be removed. There should have been a notice on the 'Edit POST/PAGE INFO ITEMS' option to that effect (I'll tell the developer)

To do something like this, you will have to edit the theme code (bfa_post_parts.php) and remember to do it after each upgrade.

(and yes, I wish WordPress.org would lift the restriction on the use of eval() - go complain to them)

Edwin May 26, 2011 08:21 AM

Okay, thanks. Then I know for me it will be a no go :(

*blames WordPress*


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

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