javierpenascg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Graphene Theme -Custom table background only shows as greyI found the bit of code in style.css. I show,
table td, table th, table tr{
padding:2px 5px;
border:1px solid #ccc;
font-family:arial;
}I changed the ccc to fff and tried ffffff. Neither had any effect on my site. Are there any other options or tricks?
Thanks,
JavierForum: Fixing WordPress
In reply to: Graphene Theme -Custom table background only shows as greyMy site is https://www.sincitygambler.com
The link to the page with the table is https://sincitygambler.com/?page_id=634
If anyone can help me get the grey background off the table, I would appreciate it.
Thanks,
JavierForum: Fixing WordPress
In reply to: Can I Add Post to Pages or a sticky post to a categoryIf you are in Worpdress go to the Admin area, click on “Plugins”, “Add New”, In the Search area type in “Pages Posts”. It should be the first one that comes up. The author is Rich Gubby.
The link to the plugin site is:
https://redyellow.co.uk/plugins/pages-posts/
Javier
Forum: Fixing WordPress
In reply to: Can I Add Post to Pages or a sticky post to a categoryThanks Michael for the information. I have been checking out the various plugins you gave me a well as some others just poking around. Are you familiar with:
(Plugin: Pages Post)
Ever wanted different pages on your blog to display different types of post? You might have news and changelog pages and want to display categorized posts in each one.
With Pages Posts you can! You can configure a page to display posts only from a specific category or tag. By Rich Gubby.If so, can you tell me if it is any good?
Forum: Fixing WordPress
In reply to: How do you link your email address?You can use this code. Put your E-mail address where it says YourEmailAddressHere. Put your name or whatever you want the name to say (ex. admin, contact, etc…) where it says NameHere.
<a href="mailto:YourEmailAddressHere">NameHere</a>
Forum: Fixing WordPress
In reply to: Show only latest single post for multiple categories on Home PageThank you for the response MichaelH. Here is the thing. I am not sure what to do with the code. Do I put it in the html of a post or into one of the php files(if so, which one). Which parts of the code would I change to use for my particular website.
Thanks,
Javier