• Hi,

    pretty basic stuff but how can I do the following? I want to have a custom blog page which would show not only my blog posts using loop but as well as the content I type in the dashboard (Pages -> Blog and this TinyMCE editor). The content I write on dashboard side has a meaning of some sort of an description before showing all the posts. How should I do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you post a link to your site?

    Also, do you mean to say that the content that is being displayed is input in a field on the dashboard of your admin profile, in the box labeled, “quick draft”, or are you clicking on the “Pages->Add New” and adding the content that way? I’m a bit confused as to precisely what you mean, so I won’t be able to help you much.

    Thread Starter karpo_torky

    (@karpo_torky)

    Actually I managed to get the content added in dashboard. I mean the content I type into input field under Pages. I have a page named Blog which not only shows the posts but as well as this extra content from this input field.

    <?php // Get page content (Blog)
    			$p = get_post($id);
    			echo apply_filters('the_content', $p->post_content);
    		?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog page with content through TinyMCE’ is closed to new replies.