The post content just showing up text

If this has not become link then you have two ways to make it link as follow simply make it link by using insert/edt link option from wordpress edit page’s Visula tab. Select text (http://ardazaman.com) and then click on insert/edt link option and insert link. By using Text tab of wordpress (in which we use … Read more

Is there a way to have chunks of a page’s content expire?

If you don’t mind wrapping your content in Shortcode then you can easily have them hidden after a specific time. Granted you don’t cache the page for longer than needed. Wrap your content in [content_expires] shortcodes. Time should be based on your server’s timezone. [content_expires]NEVER Expires[/content_expires] [content_expires date=”2016-10-25 00:00:00″]PAST[/content_expires] [content_expires date=”2116-10-26 04:20:00″]FUTURE[/content_expires] Then add the … Read more

add css to only body text

On your CSS rule for the .single img, you are currently setting only the maximum width, and the padding you set applies to the image itself within the body’s box. Try setting the image to full width and pulling the sides out with negative margin: .single img { width:100%; margin: 0 -100px; }

WordPress Add advertising ads befor and after content with periority [closed]

You’ll want to use add_filter() for each advertisement so you can set the priority accordingly. Example: // Ad 1 function myprefix_ad_1( $content ) { $ad = ‘Your ad code’; return $ad_1 . $content; // this one is before } add_filter( ‘the_content’, ‘myprefix_ad_1’, 10 ); // Ad 2 function myprefix_ad_2( $content ) { $ad = ‘Your … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)