• Hey. I just created a page using the ‘Write Page’ feature in WordPress admin (https://vividwire.com/blog/?page_id=9) I was just wondering if there is anyway I could set it up so that this page is included in the sidebar? (not the link the whole page).

    I want to do this so I do not have to keep having to download files to edit the things which I am doing, I want to be able to edit it from the admin panel. =)

    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You should be able to edit the page in the admin panel without having to put it on the sidebar. Goto Presentation -> Theme editor and then you can edit your page.php to edi the code, or you can goto Manage -> pages and edit your page in there.

    Not sure why moving it to the sidebar would make a difference

    Oh, boy, this is complicated. To add information from another file onto your page, you can use the tag <iframe> but there are complications. If you put a Page into an iframe EVERYTHING in the page comes into the iframe, which means the sidebar, the header, the footer, and EVERYTHING thing you see when you click on that page goes into the iframe. Stuck in your sidebar, which is narrow, you’d see mostly white space if you are using the default theme of WordPress.

    What you can do is create an html file that will hold the information you want, clean and nice with no header, footer, sidebar or other pretties to get in the way, and then link the iframe to that.

    Iframes are brilliant pieces of code, but you should know that search engines tend to ignore them, they bork in different browsers depending upon their design and content,…and they just can be fussy and trouble…not always but sometimes.

    I recommend that if you want to include a list of what you are listening to or reading, you check out one of the many plugins that make this an automatic process, easy to do, at https://www.wp-plugins.net.

    Thread Starter threevisual

    (@threevisual)

    Hey, thanks for the replies. Anyone know of any names of hacks which will let me add something like this to the sidebar? Having a look through the website now to see if I can find any.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding a wordpress created page to the sidebar?’ is closed to new replies.