Change the Position of Featured Image

Posted in: Newspaper
Post count: 96

Hi,
I want to change the position of featured image, it should be after first paragraph of my article. How to do this ?

regards,

Post count: 854

hi,
only by modifying the code of the theme you can do this.

first your text should have paragraphs, then that text should be splinted using the php explode function (http://ro1.php.net/explode).

this will create an array with all the paragraphs in your text.

then use the php for iterator (http://www.php.net/manual/ro/control-structures.for.php) to pass thru the each item in the array and after the first pass insert the feature image.

is not hard to this, but if you do not have coding skills please hire a programmer for this task.

Thanks for you message.
Radu A.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.