php - How can I get this in the title -



php - How can I get this in the title -

i trying link go in same block title. when @ page.php or index.php, not see the_title anywhere. see following:

<div class="post-content"> <?php the_content(); ?> <?php wp_link_pages(); ?> </div>

if view page see share button above content (share icon text "share event").

<div class="share-button"><div>

but trying next title. can tell me php file contains code can add together it?

the page http://isaevent.com/event/new-year-kick-off/

the site using events calendar plugin. can create custom templates create changes. here's how: http://tri.be/support/documentation/events-calendar-themers-guide/

it tells how alter plugin files, wouldn't recommend because you'll lose changes if update plugin.

php wordpress

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -