oceanbluesky
Forum Replies Created
-
Hi WPyogi, I’ve just been applying the customizations to files in twentytwelve-child as described in this tutorial: https://zeaks.org/2012/twenty-twelve-theme-three-column-layout
completely unsure what a ‘Front Page’ template is…(how does it differ from the basic starting page for uncustomized twentytwelve?)
thanks again
nope, not category.php
would this require a new .php page to be loaded ahead of the content.php in that center column?
thanks
Forum: Fixing WordPress
In reply to: Is it possible to center post titles (in twentytwelve)?sorry, this hasn’t quite been resolved…currently the html code is placed within the content.php file (as a twentytwelve-child) but this causes it to be repeated at the top of every post, rather than the top of only the first post at the top of the column holding posts.
for example, I’d like the front page to look like it does now:
https://factualfiction.com/lighthouse/
except…if you scroll down you’ll notice these quotes reappear at the beginning of every post…how can the be made to appear only at the top of the center column (pretty much as they appear now)…does a new .php page need to be loaded in the template above content.php?
thanks again!
Hi WPyogi, thanks again!
within the twentytwelve-child folder would I then edit a copy of content-page.php ? or content.php? …or header.php? or…?
and in whichever .php page, with what html tags would I need to surround a simple ‘hello world’ line of text? <body>? or only <div> and <span>?
thanks
Good guess, thanks!
thank you!
thank you!
Forum: Fixing WordPress
In reply to: How to reduce the "width" of spaces between paragraphs?thanks! perfect
thank you!
Forum: Fixing WordPress
In reply to: How to reduce the "width" of spaces between paragraphs?ok…I’ve clicked “edit” at the bottom of the page…in the editor for that page that then appears appears, whether I click ‘visual’ or ‘text’ in the upper right corner of the editor the paragraph tags still do not appear
the paragraphs were laid out in ‘text’ mode by just hitting return to create a space at the end of each paragraph…this seemed to carry over into the visual mode as paragraph breaks but no paragraph tags are visible except in the source code of the page
is there a coding plugin or alternative way of viewing more code?
thanks
Forum: Fixing WordPress
In reply to: How to reduce the "width" of spaces between paragraphs?thanks, that does work to an extent, but how can I edit the <p> tags directly? In some areas several more <p> tags have been added by WP than those added for just a simple paragraph break, so it would be helpful to be able to remove the tags themselves, except…none of these tags are showing up
thanks again
Forum: Fixing WordPress
In reply to: How to reduce the "width" of spaces between paragraphs?this was for the most part composed in the ‘text’ view…when published and viewed in a browser apparently WP has added many <p> tags, but, I’m unable to see or edit these tags in the default WP editor
https://factualfiction.com/lighthouse/writetips/
thanks
Forum: Fixing WordPress
In reply to: How to reduce the "width" of spaces between paragraphs?I had thought that the ‘text’ view while writing a post displayed all the code used to render a post, more or less like Blogger, but, I’m unable to see the <p> markup while composing posts which otherwise use <p> tags to render (as seen in the page’s source code)…
how can I edit/remove these <p> tags while writing a post?
or alternatively, how when writing a post, can I start a new paragraph with only one <p> tag rather than the two or three which WP seems to be using for a ‘paragraph’ break?
thanks again